Dealing with changing residential ips is nothing new. It's interesting to see how it's still being solved for even in this overly complex k8s landscape we find ourselves in now. Back in the day we'd use free services like https://freedns.afraid.org/ on a cron to refresh the ip every so often. I used afraid to refresh my dial up ip address, for my "hosting service" domain. The "hosting service" was an old tower pc liv…
Kubernetes Home – what do you do if your ISP changes your IP addresses?
31–40 of 105 posts
Re: Kubernetes Home – what do you do if your ISP changes your IP addresses?
#32Earlier quoted context omitted.
I'll be honest, never learned it, worked up from network protocols, reached docker in terms of virtualization, and of course OS fundamentals. But even in those 3 areas I haven't exhausted all the knowledge and features available. So I'm just skeptical when someone is using k8s and hasn't mastered the fundamentals. How do they know whether they should be using a high level k8 feature or a low level os feature? Happene…
> reached docker in terms of virtualization Except docker, on its own without something else in the stack, isn't Virtualization.
Re: Kubernetes Home – what do you do if your ISP changes your IP addresses?
#33"My ISP is in total control over my external IP addresses. I don’t pay for permanent IP addresses, and while they haven’t so far changed neither my IPv4 address or my IPv6 network, it can happen. Probably by mistake, since I have no kept my current ones for three months" If you can't shell a buck or persuade your isp to reserve a static ip for you. Try to persuade their dhcp server. https://datatracker.ietf.org/doc/h…
My ISP offers either a home contract, where the IP forcefully changes every 24h and I can't pay for static IP, or they offer business contracts for businesses with minimum 10 employees, but that contract requires proving you're a registered as business with the local chamber of commerce & have the tax paperwork.
Many people have no easy option to get static IP.
Re: Kubernetes Home – what do you do if your ISP changes your IP addresses?
#34Earlier quoted context omitted.
What defeats what purpose? I don't run k8s out of some love of ... managing external IPs?
Tunneling through a single external node defeats the purpose of hosting k8s in home server. Maybe the external ingress node can be a load balancer controlled by the k8 cluster. But then you still have to communicate with the home server and it has no exposed ip address
How so? You can just rent a cheap server to tunnel through, while having the benefits of your home machine(s) for compute.
> Maybe the external ingress node can be a load balancer controlled by the k8 cluster. But then you still have to communicate with the home server and it has no exposed ip address
Do you mean that you wouldn’t be able to access the K8s control plane endpoint then (which you could if configured properly)? Or something else?
Re: Kubernetes Home – what do you do if your ISP changes your IP addresses?
#35Earlier quoted context omitted.
I'll be honest, never learned it, worked up from network protocols, reached docker in terms of virtualization, and of course OS fundamentals. But even in those 3 areas I haven't exhausted all the knowledge and features available. So I'm just skeptical when someone is using k8s and hasn't mastered the fundamentals. How do they know whether they should be using a high level k8 feature or a low level os feature? Happene…
> reached docker in terms of virtualization Except docker, on its own without something else in the stack, isn't Virtualization.
Re: Kubernetes Home – what do you do if your ISP changes your IP addresses?
#36Re: Kubernetes Home – what do you do if your ISP changes your IP addresses?
#37Earlier quoted context omitted.
> reached docker in terms of virtualization Except docker, on its own without something else in the stack, isn't Virtualization.
Docker is kernel virtualisation. Are you thinking of OS virtualisation, like a VM?
Re: Kubernetes Home – what do you do if your ISP changes your IP addresses?
#38Dealing with changing residential ips is nothing new. It's interesting to see how it's still being solved for even in this overly complex k8s landscape we find ourselves in now. Back in the day we'd use free services like https://freedns.afraid.org/ on a cron to refresh the ip every so often. I used afraid to refresh my dial up ip address, for my "hosting service" domain. The "hosting service" was an old tower pc liv…
[flagged]
Re: Kubernetes Home – what do you do if your ISP changes your IP addresses?
#39"My ISP is in total control over my external IP addresses. I don’t pay for permanent IP addresses, and while they haven’t so far changed neither my IPv4 address or my IPv6 network, it can happen. Probably by mistake, since I have no kept my current ones for three months" If you can't shell a buck or persuade your isp to reserve a static ip for you. Try to persuade their dhcp server. https://datatracker.ietf.org/doc/h…
> If you can't shell a buck or persuade your isp to reserve a static ip for you. Try to persuade their dhcp server. My ISP offers either a home contract, where the IP forcefully changes every 24h and I can't pay for static IP, or they offer business contracts for businesses with minimum 10 employees, but that contract requires proving you're a registered as business with the local chamber of commerce & have the tax p…
Wow, and I thought Comcast was customer hostile, this is just bonkers.