[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 Running 0 52m As you can see above, you can see that 3 Pods are deployed in 1/1 in the READY part. This...


#amazon #오토스케일링 #아마존클라우드 #아마존오토스케일링 #아마존 #pod조정 #eksautoscaling #eks #cloud #autoscaling #클라우드인프라자동조정

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