Replies: 1 comment
-
You're right, floating IP solutions do exist in traditional Linux OSs (see heartbeat and pacemaker), but at this point they are legacy in the cloud and kubernetes. They are just too complex to deal with usually when you don't have deep control over your networking hardware. Typical options today:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Bret,
Thanks for your awesome course on docker / k8s.
One thing I cannot wrap my head around is how to achieve HA if the route to a static ip fails. Let's say I have one of the nodes of a k8s 3-node cluster set to a static ip address and in my public nameserver I have all 3 ips listed for domain abc.com.
I've heard of very low TTL values, or DNS round robin (that is discouraged because of local caching of dns results) but how is it actually done in production for zero downtime?
I've googled like crazy and best I can gather is some kind of "floating ip" solution. But that still does not provide an explanation to me. There is some fundamental lack of understanding on my part.
You don't have to give me a full blown write up, maybe just some key terms to conduct further research on would be super appreciated.
Beta Was this translation helpful? Give feedback.
All reactions