kubernetes

_kabal_

Executive Member
Joined
Oct 24, 2005
Messages
5,923
you should probably learn docker first, and why docker-compose sucks, before you dive into k8s :)


but yes, k8s is extremely useful, even if you are running on a single machine. we run quite a few bare metal ubuntu boxes that run single node k8s, to manage docker containers running our microservices and other support services (db, redis, etc)
 
Last edited:

Thor

Honorary Master
Joined
Jun 5, 2014
Messages
44,236
you should probably learn docker first, and why docker-compose sucks, before you dive into k8s :)


but yes, k8s is extremely useful, even if you are running on a single machine. we run quite a few bare metal ubuntu boxes that run single node k8s, to manage docker containers running our microservices and other support services (db, redis, etc)

I always thought dockers is paid for hence why I never looked into it.
 
Top