How to recover the deleted GKE cluster from GCP

Multi tool use
up vote
0
down vote
favorite
What are the steps for recovering the deleted Google Kubernetes Engine cluster in Google Cloud Platform?


add a comment |
up vote
0
down vote
favorite
What are the steps for recovering the deleted Google Kubernetes Engine cluster in Google Cloud Platform?


Just make a new one? I don't understand your question.
– Hitobat
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
What are the steps for recovering the deleted Google Kubernetes Engine cluster in Google Cloud Platform?


What are the steps for recovering the deleted Google Kubernetes Engine cluster in Google Cloud Platform?




edited yesterday
Rico
22.8k94763
22.8k94763
asked yesterday
prabhat
193
193
Just make a new one? I don't understand your question.
– Hitobat
yesterday
add a comment |
Just make a new one? I don't understand your question.
– Hitobat
yesterday
Just make a new one? I don't understand your question.
– Hitobat
yesterday
Just make a new one? I don't understand your question.
– Hitobat
yesterday
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.8k94763
22.8k94763
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
Post as a guest
0zM G9kXBLIb2Mg0x04rk0sMbv9qgAS5 RZp,NlFRPFuK,ZmFFDpBD
Just make a new one? I don't understand your question.
– Hitobat
yesterday