The Best OS For Kubernetes · Mircea Anton #8
Replies: 0 comments 4 replies
-
Thank you for this great document. Where does the VIP IP reside ? is that a fourth host? |
Beta Was this translation helpful? Give feedback.
1 reply
-
why does the VIP and the other two nodes answer to the nginx URL running on one node? even a worker node I added answers to it. Is this normal behavior? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Best OS For Kubernetes · Mircea Anton
Typically, when we deploy a Kubernetes cluster, we pick a generic OS, like RHEL or Ubuntu as our "base image", and then we start installing Kubernetes using tools like
kubeadm
,k3s
or<insert-your-favorite-tool here>
. While this is not inherently wrong, I'd say it's a relic of the past and not the best way to go moving forward. In this blog post I aim to explain why and to present a better alternative.https://mirceanton.com/posts/2023-11-28-the-best-os-for-kubernetes/
Beta Was this translation helpful? Give feedback.
All reactions