Hacker News new | ask | show | jobs
by sph 1637 days ago
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.

1 comments

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.
> Lots of companies run large scale services without k8s.

Lots more do so using k8s.

The question is "is it worth learning it?" And the answer is yes. It's not wasted time or energy to learn the most popular and du-jour orchestration system.

It's still probably a good idea to get familiar with it though if in the near-term you're entering devops or wanting to move off something else. But for everyone else, it'll probably pass and give way to something different. Things come and go all the time, one doesn't need to learn them all, though I'm sure some people find enjoyment in trying their hardest to do so.