Thursday, November 22, 2018

How to configure auto scale in EKS cluster


Exit from the master node and run the “kops edit ig --name=cloudwar.xyz nodes”

clip_image002

Change the MaxSize and the MinSize in to 3 instances then save the file. Then run

# kops update cluster cloudwar.xyz –yes

clip_image004

If you go into AWS EC2 console and check now you can see new instance was created

clip_image006

No comments:

Post a Comment