[Cloud] Using Amazon EKS Auto scaling


[Cloud] Using Amazon EKS Auto scaling

In this post, I will post about how to increase or decrease pods previously deployed by using auto-scaling. Use the command below to check the status and quantity of currently deployed Pods. sh-4.2$ kubectl get pods -n default NAME READY STATUS RESTARTS AGE ecsdemo-crystal-69bd6dbf88-wjbmc 1/1 Running 0 39m ecsdemo-frontend-5744c78747-6h676 1/1 Running 0 34m ecsdemo-nodejs-6f79d847d9-xlsd8 1/1..


원문링크 : [Cloud] Using Amazon EKS Auto scaling