|
Does anyone else think this is insane? Kubernetes is there to manage Docker. Docker is there to run software you don't have to install, which is something operating systems should let you do anyway. Are we going to have a kubernetes manager manager soon? If Kubernetes management is a problem, fix Kubernetes. Ultimately, Docker should be fixed so that kubernetes is not needed. After that, operating systems should allow you to simply copy a binary over and run it, statically compiled. This type of distribution should be the norm and not the exception. We keep piling things on top of other things, and no one seems to care. There are no adults overseeing us, and we soiled our diapers a while ago. |
K8s isn't made to fix Docker, but rather the problems caused by having to run quite many micro-services. The system it was inspired by predates Docker by many years (Google's borg).