Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/avsbharadwaj/k8-statefulset_mysql
- Owner: AVSBharadwaj
- Created: 2022-01-25T10:46:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T10:50:40.000Z (almost 3 years ago)
- Last Synced: 2024-05-06T04:24:13.311Z (9 months ago)
- Topics: gke, kubernetes, mysql, statefulsets
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.