Skip to content

Instantly share code, notes, and snippets.

@denzhel
Created February 9, 2022 20:12
Show Gist options
  • Select an option

  • Save denzhel/cb10134bf820a3d1d69f641976f92b90 to your computer and use it in GitHub Desktop.

Select an option

Save denzhel/cb10134bf820a3d1d69f641976f92b90 to your computer and use it in GitHub Desktop.
kubernetes_scale_deployment

To scale your deployment run the following:

kubectl scale deployment <DeploymentName> --replicas=X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment