Skip to content
Discussion options

You must be logged in to vote

Volumes in Kubernetes should typically use network attached storage volumes so that they're not sticky to a particular host in a cluster. That way it allows your DB pod to be moved from one host to another without loosing data.

At the opposite, docker compose just allow attachment of local host attached path to volumes. This is a very different design.

We provide docker compose for convenience purpose of local evaluation of Microcks but we strongly encourage considering Kube for serious deployment.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lbroudoux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #627 on July 18, 2022 09:45.