Live data from Hacker News

Ask HN: Is it still worth learning Kubernetes in 2022?

news.ycombinator.com

11–20 of 57 posts

Re: Ask HN: Is it still worth learning Kubernetes in 2022?

#11
post #3

Define “worth it”

I define it as an opportunity cost to learning another technology or language that is in demand in the market. In other words, my perspective is from a career building (increasing total compensation, i.e. $) point of view.

Re: Ask HN: Is it still worth learning Kubernetes in 2022?

#12
I didn't get the memo that k8s has gone out of fashion since last year. If you're in devops, you will eventually have to deal with k8s.

There's no need to go very deep into it unless you want to, but you are expected in this day and age to have at least basic familiarity with it.

Re: Ask HN: Is it still worth learning Kubernetes in 2022?

#13
For horizontal and automatic scaling, I don't see many other viable alternatives for managing networking, load balancing, configuration and scheduling.

Most server software these days have Kubernetes and helm charts available, since the industry giants focus on it, which means it's here to stay.

It might be worth getting a certification in Kubernetes orchestration management instead, like Rancher or Nomad (with Vault & Consul).

Re: Ask HN: Is it still worth learning Kubernetes in 2022?

#15
Heya, there are free courses on Coursera you could take a look at - just to get a taste.

Since you mentioned you do ML and work with AWS, perhaps check out this free course on building containerised applications in AWS:

https://www.coursera.org/learn/containerized-apps-on-aws

It’s only 12 hours, so a minimal time investment. And from there you can then decide your next step.

Good luck! And happy new year ^_^

Re: Ask HN: Is it still worth learning Kubernetes in 2022?

#18
post #12

I didn't get the memo that k8s has gone out of fashion since last year. If you're in devops, you will eventually have to deal with k8s. There's no need to go very deep into it unless you want to, but you are expected in this day and age to have at least basic familiarity with it.

That's not exactly true though. You can do "DevOps" and horizontal scaling (or simply no scaling) by other means too. K8s may be the best for large deployments overall, but it's not a requirement. Lots of companies run large scale services without k8s.

Re: Ask HN: Is it still worth learning Kubernetes in 2022?

#19

No. Useless and overly complicated.

What's the alternative?

Probably a managed serverless offering.

Not sure that sounds right for what the OP was suggesting though but in fairness I know almost zero about ML/AÍ kind of workloads.

Post reply on HN