Kubernetes Simply Explained
Thursday, June 24th 2021

null

Kubernetes (k8s for short) is an orchestration layer for process virtualization.

IS IT COOL?

Yes

DO I NEED IT

Probably not

BUT I RLY WANT IT!!!

It's your funeral

THOUSAND MILE OVERVIEW

So you have Docker all figured out. You like it (and you should). You have broken down your monolith into discrete parts, each one encapsulating its own domain. If only there was a way to organize all these services, how they spawn, how they talk to each other, how they scale etc. This is what k8s does.

READING MATERIAL