Kubernetes Training #31 | Kubernetes · Deployments - Deployments Part 1

preview_player
Показать описание
The Kubernetes Deployment resource is designed to support the continuous delivery of application releases beyond the abilities of Pods and ReplicaSets.

Using a Deployment, the deployment process is controlled by a deployment controller running within the Kubernetes cluster.

Follow us:

#Kubernetes #DevOps #Kubernetestraining
Рекомендации по теме
Комментарии
Автор

12:01 Nice dense three sentence wrap-up:
from Ingress (L7 Load Balancer) -> Service (L4 Load Balancer) -> Pods in ReplicaSet

thomashofmann