Skip to content

Instantly share code, notes, and snippets.

@codesword
Created October 2, 2016 06:33
Show Gist options
  • Save codesword/0d83e27d93d4fe6a525eb4a8def7062a to your computer and use it in GitHub Desktop.
Save codesword/0d83e27d93d4fe6a525eb4a8def7062a to your computer and use it in GitHub Desktop.
Proposal to switch all stateful service to petset

I am thinking of moving all our stateful services to use petset. Check out this link for more information on petset. Postgres, Kafka, Zookeeper and Redis will be affected by this change. This will be an experiment and shall be conducted in a small kubernetes cluster.

###Postgres I don't think there is any very reliable configuration we can use. Let's take a look at postgres k8s for inspiration.

###Kafka We can leverage all/any of this solution.

###Redis We can leverage all/any of this solution.

###Zookeeper We can leverage all/any of this solution.

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