|
|
|
|
|
by jimbokun
3652 days ago
|
|
Most helpful sentence: "At the scale of "a few servers", Kubernetes doesn't help much. At the scale of dozens or hundreds, it definitely does." So now I know I don't need to learn much about Kubernetes unless I have "dozens or hundreds" of servers to manage. |
|
One thing Kubernetes IS helpful with at small scales: portability. If you're fully Kubernetes/Docker, then you won't get locked into (eg) AWS's ecosystem. It's relatively easy to pick up an entire Kubernetes cluster and move it from AWS to DigitalOcean to private hardware.
So even if you're at small scale today but want to design for portability, I'd definitely look into Kubernetes.