Category: Kubernetes

The container war is over, and Kubernetes is the clear winner! When it is about running your containers, the clear choice is Kubernetes, and there are no second thoughts about it.

Installing Kubernetes for playing around or as your dev environment is one thing, but when it comes to running it on production, you need to consider a lot of aspects of Kubernetes that could bring more complications than solutions.

I am not saying that Kubernetes is not the right solution, and it does make managing containers simpler.

It is not only quick to create a cluster and deploy your containers on it, but they manage it for you.

Related Articles