How to stop kubernetes cluster created in AWS avoid incurring cost

How to stop kubernetes cluster created in  AWS avoid incurring cost

Stop kubernetes cluster
Get your instances group

kops edit ig nodes
edit nodes

kops get ig
edit your master and slave nodes

kops edit ig <master-name>
Change maxsize and minsize to 0

minsize: 0
maxSize: 0
Update your cluster

kops update cluster --yes
Rolling changes to stop the cluster

kops rolling-update cluster --yes
Rolling changes to start the cluster

kops rolling-update cluster --cloudonly --force --yea

Comments

Popular posts from this blog

Push command for NetWorker Client Upgrade

Factors Affecting Users’ Sense of Security and Trust in Integrating Electronic health record to the cloud

Basic Elastic Cloud Storage Troubleshooting Commands