Difference between revisions of "Kubectl get hpa"

From wikieduonline
Jump to navigation Jump to search
Line 6: Line 6:
  
 
  kubectl get hpa -A
 
  kubectl get hpa -A
 +
NAMESPACE  NAME                        REFERENCE                              TARGETS  MINPODS  MAXPODS  REPLICAS  AGE
 +
prod        your-app1      Deployment/your-deployment-1                      44%/50%    2        20        20        631d
 +
staging    your-app2      Deployment/your-deployment-2                        1%/50%    1        5        1          694d
  
 
== Related ==
 
== Related ==

Revision as of 10:06, 31 August 2022

This article is a Draft. Help us to complete it.

kubectl get hpa
No resources found in default namespace.
kubectl get hpa -A
NAMESPACE   NAME                        REFERENCE                              TARGETS   MINPODS   MAXPODS   REPLICAS   AGE
prod        your-app1      Deployment/your-deployment-1                       44%/50%    2         20        20         631d
staging     your-app2      Deployment/your-deployment-2                        1%/50%    1         5         1          694d

Related

See also

Advertising: