Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

181
Vistas
How to delete a kubernetes cluster using kops without deleting EBS persistent volume that I used for my database?

When I tried to delete a kubernetes cluster running in AWS, it removed all the associated resources like loadbalancers of my application, autoscaling groups, EC2 instances and its EBS volumes as expected. However, it also removed EBS volume that I used as a persistent volume. Luckily, I had a snapshot to create an EBS volume out of it. How to avoid this in future when I want to delete my cluster without disturbing EBS volume that I used for my database?

I followed the steps below for deleting my cluster.

  1. Kubectl delete -f my-applicaton.yml (to terminate all the services&deployments including database pod)
  2. Changed reclaim policy of persistent volume from DELETE to RETAIN
  3. kubectl delete pvc db-pvc (deleted persistent volume claim)
  4. kubectl delete pv db-pv (deleted persistent volume)
  5. kops delete cluster --name ${NAME} --yes
over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

To prevent kOps from deleting the EBS(Elastic Block Store) volume you need to remove all the tags on the EBS volume. Then you can add this to your PV in your new cluster in order to reuse it:

awsElasticBlockStore:
  volumeID: <vol-123>
  fsType: ext4
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda