Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: on Volume #3

Open
hardcoar opened this issue Jul 9, 2016 · 1 comment
Open

Question: on Volume #3

hardcoar opened this issue Jul 9, 2016 · 1 comment

Comments

@hardcoar
Copy link

hardcoar commented Jul 9, 2016

Hi! im new to k8s. I was wondering, where are all data stored? i mean, pods may die anytime right? hence the replication. I'm more concerned where is the data residing? i mean does it use disk ssd or in ram? I don't have any idea where to find it. Do i have to create a store or something? I already have a cluster running and I also put some data in it. I still haven't figure it out yet. Cheers!

btw i followed this https://github.com/kubernetes/kubernetes/tree/release-1.3/examples/mysql-galera

im planning to use it in gke. i'm curious. do i need to set up a storage for this? if not where does it reside? thanks in advance

@harryge00
Copy link

If you want persistant storage, you can attach volumes to your pod. Otherwise, the data will lose after the pods are killed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants