Like having 3 identical servers behind a load balancer — if one crashes, the other two keep serving traffic.
A Deployment creates 3 identical pod replicas running your container. Resource limits prevent any pod from starving others.
> kubectl apply -f aks-deploy.yaml > deployment.apps/api-deployment created
Like having 3 identical servers behind a load balancer — if one crashes, the other two keep serving traffic.
A Deployment creates 3 identical pod replicas running your container. Resource limits prevent any pod from starving others.
> kubectl apply -f aks-deploy.yaml > deployment.apps/api-deployment created
Sign in to cast your vote
Sign in to share your feedback and join the discussion.