Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avsbharadwaj/k8-statefulset_mysql

# K8-statefulSet_mysql Here we are deploying a cluster of mysql servers ( 1 master and 2 workers ) as a Stateful Set in GKE. The mysql cluster also has replication enabled which makes it fault tolerant and highly available.
https://github.com/avsbharadwaj/k8-statefulset_mysql

gke kubernetes mysql statefulsets

Last synced: about 16 hours ago
JSON representation

# K8-statefulSet_mysql Here we are deploying a cluster of mysql servers ( 1 master and 2 workers ) as a Stateful Set in GKE. The mysql cluster also has replication enabled which makes it fault tolerant and highly available.

Awesome Lists containing this project

README

        

# K8-statefulSet_mysql

Here we are deploying a cluster of mysql servers ( 1 master and 2 workers ) as a Stateful Set in GKE. The mysql cluster also has replication enabled which makes it fault tolerant and highly available.