IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

Container Essentials: How to scale the deployment

Container Essentials: How to scale the deployment

Environment

  • VMWare Carbon Black Container Essentials: All Versions

Objective

How to scale up and scale down the deployment.

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 Notes

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

Related Content


Labels (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎01-13-2021
Views:
1092
Contributors