Do I Need Kubernetes?
doineedkubernetes.com
Do I Need Kubernetes?
1–10 of 17 posts
Re: Do I Need Kubernetes?
#2Honestly. Give yourself a month to learn it and migrate your home lab and it's actually not too difficult. Yes it takes a lot of debugging initially, but like most things, once you're familiar, it becomes easy.
Re: Do I Need Kubernetes?
#3Re: Do I Need Kubernetes?
#4Re: Do I Need Kubernetes?
#5Re: Do I Need Kubernetes?
#6Re: Do I Need Kubernetes?
#7If your needs are met by a VM or three then sure, you may not need Kubernetes, although as other comments have pointed out, distributions like k3s can be useful even in those environments. But as you climb the scale and complexity ladder, there soon comes a point where it's very hard to beat Kubernetes, which is why it has become so widespread.
Re: Do I Need Kubernetes?
#8Do I need it? No. Do I want to use it because of the superior tooling? Yes. Honestly. Give yourself a month to learn it and migrate your home lab and it's actually not too difficult. Yes it takes a lot of debugging initially, but like most things, once you're familiar, it becomes easy.
Re: Do I Need Kubernetes?
#9I initiated and led the Kubernetes adoption at the startup I'm with currently. Handed it off to the new ops team recently. The company is dramatically better off now in terms of scaling, deployment automation, configuration management, service discovery, internal service interactions, stability, reliability... The list goes on. If your needs are met by a VM or three then sure, you may not need Kubernetes, although as…
Re: Do I Need Kubernetes?
#10I initiated and led the Kubernetes adoption at the startup I'm with currently. Handed it off to the new ops team recently. The company is dramatically better off now in terms of scaling, deployment automation, configuration management, service discovery, internal service interactions, stability, reliability... The list goes on. If your needs are met by a VM or three then sure, you may not need Kubernetes, although as…