Category: Kubernetes

What are deployments in kubernetes?

Posted by on 1.7.26 in Kubernetes

Kubernetes deployments are the resource objects that are used as an abstraction over the pods and replicasets. They are useful when we want to our application to be highly available. Kubernetes deployments always try to maintain the minimum number of replicas that have been declared in the deployment object. Advantages of kubernetes deployment Deployment Strategy: […]

Continue reading »