fbpx

Kubernetes Concepts Explained!

Image source: Platform9 With Docker, you can run a single instance of the application with a simple Docker run command. In this case, to run a Node JS based application, you run the docker run nodejs command. But that’s just one instance of your application on one Docker host. What happens when the number of users…

What are PODS in Kubernetes

Here, we will take a look at PODS. POD introduction How to deploy a pod? Kubernetes doesn’t deploy containers directly on the worker node. The containers are encapsulated into a Kubernetes object called POD. A POD is a single instance of an application. A POD is the smallest object that you can create in Kubernetes…

Secured By miniOrange