this post was submitted on 24 Jun 2024
352 points (97.1% liked)

Programmer Humor

19315 readers
22 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 45 points 3 months ago (5 children)

Should probably fix that given we've been out of IPv4 for over a decade now and v6 is only becoming more widely deployed

[–] [email protected] 28 points 3 months ago (1 children)

Then why does it still break everything lol

[–] [email protected] 35 points 3 months ago
[–] renzev 27 points 3 months ago (3 children)

Agreed. Though I wonder if ipv6 will ever displace ipv4 in things like virtual networks (docker, vpn, etc.) where there's no need for a bigger address space

[–] [email protected] 28 points 3 months ago

Yes, because Docker becomes significantly more powerful once every container has a different publicly addressable IP.

Altough IPv6 support in Docker is still lacking in some areas right now, so add that to the long list of IPv6 migration todos.

[–] captainjaneway 27 points 3 months ago

I hope so. I don't want to manage two different address spaces in my head. I prefer if one standard is just the standard.

[–] [email protected] 19 points 3 months ago* (last edited 3 months ago)

I'm using IPv6 on Kubernetes and it's amazing. Every Pod has its own global IP address. There is no NAT and no giant ARP routing table slowing down the other computers on my network. Each of my nodes announces a /112 for itself to my router, allowing it to give addresses to over 65k pods. There is no feasible limit to the amount of IP addresses I could assign to my containers and load balancers, and no routing overhead. I have no need for port forwarding on my router or worrying about dynamic IPs, since I just have a /80 block with no firewall that I assign to my public facing load balancers.

Of course, I only have around 300 pods on my cluster, and realistically, it's not really possible for there to be over 1 million containers in current kubernetes clusters, due to other limitations. But it is still a huge upgrade in reducing overhead and complexity, and increasing scale.

[–] [email protected] 6 points 3 months ago

It's not real.

[–] [email protected] 4 points 3 months ago* (last edited 3 months ago)

I use ipv6 when possible but it's rarely possible. I've never had home internet that was ipv6 ready enough for my wan address when googling "what's my ip" to be something besides an ipv4 number.

Could I get ipv6 over otherwise non ipv6 compatible hardware using a vpn?

[–] [email protected] -1 points 3 months ago (1 children)

we’ve been out of IPv4 for over a decade now

Really? Haven't had trouble allocating new VPSs with IPv4 as of late...

[–] [email protected] 7 points 3 months ago

You're probably in a country that got a ton of allocations in the 90s. If you came from a country that was a little late to build out their infrastructure, or even tried to setup a new ISP in just about any country, you would have a much harder time.