Container Essentials: How to scale the deployment
search cancel

Container Essentials: How to scale the deployment

book

Article ID: 284721

calendar_today

Updated On:

Products

Carbon Black Cloud Container

Issue/Introduction

How to scale up and scale down the deployment.

Environment

  • VMWare Carbon Black Container Essentials: All Versions

Resolution

1. SSH into your Kubernetes Cluster.

2. Determine the amount of replicas you'd like to scale to, and update the '--replicas' value before running this command:
kubectl scale deployment.v1.apps/nginx-deployment --replicas=10

Additional Information

The output is similar to this:
deployment.apps/nginx-deployment scaled