Delete a cluster created using kops

0 votes
I've created a Kubernetes cluster and I would like to delete it. The cluster is on AWS and been created using kops.

Thank you.
Jan 8, 2019 in Kubernetes by Ali
• 11,360 points
4,305 views

1 answer to this question.

0 votes

Deleteing a cluster using kops is very simple. Its just one small command:

kops delete cluster --name <name> --yes

To just update the cluster, use the following command:

kops update cluster --name <name> --yes

To validate cluster, use:

kops validate cluster
answered Jan 8, 2019 by Jim

Related Questions In Kubernetes

0 votes
1 answer
0 votes
2 answers

Using a local image to create a pod in K8s

I'm not sure but you can try ...READ MORE

answered Apr 29, 2019 in Kubernetes by Vishaka
19,291 views
0 votes
3 answers

Using multiple commands in a kubernetes yaml file

Try something like this: containers: - name: ...READ MORE

answered Apr 23, 2019 in Kubernetes by lyza
48,899 views
0 votes
1 answer

permissions related to AWS ECR

if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE

answered Oct 9, 2018 in Kubernetes by Kalgi
• 52,360 points
932 views
+1 vote
1 answer
0 votes
2 answers
0 votes
1 answer

How to start and stop a cluster on AWS using kops without stopping the instance

Export your KOPS_STAT_STORE variable export KOPS_STATE_STORE=s3://your-bucket-name Get your instances ...READ MORE

answered Jan 8, 2019 in Kubernetes by Kashish
8,798 views
0 votes
2 answers

Difference between a Deployment and a DaemonSet in Kubernetes

Adding to @Rohit's answer, I'll explain about ...READ MORE

answered Jan 6, 2019 in Kubernetes by Ramya
4,444 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP