|
How to scale replicas of a Kubernetes Deployment
Author: Venkata Sudhakar
The below example shows how to scale replicas of a Kubernetes Deployment. You can observe Kubernetes is either terminating existing Pods or creating new Pods depending on the scaling requirements.
|
|