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

Document and run everything in k8s. #72

Open
jameshnsears opened this issue Jan 25, 2019 · 1 comment
Open

Document and run everything in k8s. #72

jameshnsears opened this issue Jan 25, 2019 · 1 comment

Comments

@jameshnsears
Copy link
Owner

jameshnsears commented Jan 25, 2019

https://github.com/DevOps-with-Kubernetes/examples/tree/master/chapter3/3-3_kiosk

@jameshnsears jameshnsears changed the title run k8s Document and run everything in k8s. Jan 29, 2019
@jameshnsears
Copy link
Owner Author

jameshnsears commented Feb 15, 2019

how to scale if CPU / RAM exceeded?

Check persistantvolume been created, kill something and check it comes back up

is pv bit enough for all pods?

create a pv for messagebroker.

create a pv for xqa-shard
= ensure that the pv isn't shared!
= that when a xqa-shard goes down it comes back with it's own data
= how to autoscale xqa-shard?
= size

change xqa-shard so that uses a pv, and code picks up uuid (from pv)
= so that comes back from the dead with same uuid

https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/

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

No branches or pull requests

1 participant