How to recover the deleted GKE cluster from GCP
up vote
1
down vote
favorite
What are the steps for recovering the deleted Google Kubernetes Engine cluster in Google Cloud Platform?
kubernetes google-cloud-platform recover
add a comment |
up vote
1
down vote
favorite
What are the steps for recovering the deleted Google Kubernetes Engine cluster in Google Cloud Platform?
kubernetes google-cloud-platform recover
Just make a new one? I don't understand your question.
– Hitobat
2 days ago
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
What are the steps for recovering the deleted Google Kubernetes Engine cluster in Google Cloud Platform?
kubernetes google-cloud-platform recover
What are the steps for recovering the deleted Google Kubernetes Engine cluster in Google Cloud Platform?
kubernetes google-cloud-platform recover
kubernetes google-cloud-platform recover
edited yesterday
Rico
22.9k94763
22.9k94763
asked 2 days ago
prabhat
243
243
Just make a new one? I don't understand your question.
– Hitobat
2 days ago
add a comment |
Just make a new one? I don't understand your question.
– Hitobat
2 days ago
Just make a new one? I don't understand your question.
– Hitobat
2 days ago
Just make a new one? I don't understand your question.
– Hitobat
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Once you delete it, it's gone. You can't recover it unless you backed it up.
There are a couple of popular tools to backup your cluster:
- Ark
- kube-backup
If you have a stateful applications Ark is a better solution, since it handles things like persistent volumes. If you have stateless applications kube-backup is good enough since it basically backups all your Kubernetes cluster resources.
If you have stateful applications, i.e databases, it may also vary on a case by case basis, for example you'd backup a MySQL database with mysqldump
.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Once you delete it, it's gone. You can't recover it unless you backed it up.
There are a couple of popular tools to backup your cluster:
- Ark
- kube-backup
If you have a stateful applications Ark is a better solution, since it handles things like persistent volumes. If you have stateless applications kube-backup is good enough since it basically backups all your Kubernetes cluster resources.
If you have stateful applications, i.e databases, it may also vary on a case by case basis, for example you'd backup a MySQL database with mysqldump
.
add a comment |
up vote
0
down vote
Once you delete it, it's gone. You can't recover it unless you backed it up.
There are a couple of popular tools to backup your cluster:
- Ark
- kube-backup
If you have a stateful applications Ark is a better solution, since it handles things like persistent volumes. If you have stateless applications kube-backup is good enough since it basically backups all your Kubernetes cluster resources.
If you have stateful applications, i.e databases, it may also vary on a case by case basis, for example you'd backup a MySQL database with mysqldump
.
add a comment |
up vote
0
down vote
up vote
0
down vote
Once you delete it, it's gone. You can't recover it unless you backed it up.
There are a couple of popular tools to backup your cluster:
- Ark
- kube-backup
If you have a stateful applications Ark is a better solution, since it handles things like persistent volumes. If you have stateless applications kube-backup is good enough since it basically backups all your Kubernetes cluster resources.
If you have stateful applications, i.e databases, it may also vary on a case by case basis, for example you'd backup a MySQL database with mysqldump
.
Once you delete it, it's gone. You can't recover it unless you backed it up.
There are a couple of popular tools to backup your cluster:
- Ark
- kube-backup
If you have a stateful applications Ark is a better solution, since it handles things like persistent volumes. If you have stateless applications kube-backup is good enough since it basically backups all your Kubernetes cluster resources.
If you have stateful applications, i.e databases, it may also vary on a case by case basis, for example you'd backup a MySQL database with mysqldump
.
answered yesterday
Rico
22.9k94763
22.9k94763
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53237867%2fhow-to-recover-the-deleted-gke-cluster-from-gcp%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Just make a new one? I don't understand your question.
– Hitobat
2 days ago