Skip to content

HAOlowkey/mysql-group-replication-for-k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mysql-group-replication-for-k8s

使用helm安装mysql-group-replication 使用proxySQL作为代理

To install the my-release:

helm repo add mysqlrepo https://haolowkey.github.io/helm-mysql
helm install my-release mysqlrepo/mysql

To uninstall/delete the my-release:

$ helm uninstall my-release

Parameters

Global parameters

Name Description Value
global.auth.username Name for a custom user to create ""
global.auth.password Password for the new user ""
global.auth.monitorUsername Name for ProxySQL user to create ""
global.auth.monitorPassword Password for ProxySQL ser to create ""

Common parameters

Name Description Value
architecture MySQL architecture (standalone or group-replication) group-replication

MySQL common parameters

Name Description Value
image.registry MySQL image registry docker.io
image.repository MySQL image repository haolowkey/mysql
image.tag MySQL image tag (immutable tags are recommended) 8.0.26
image.pullPolicy MySQL image pull policy IfNotPresent
image.pullSecrets Specify docker-registry secret names as an array []
auth.replicationUser MySQL replication user replicator
auth.replicationPassword MySQL replication user password. Ignored if existing secret is provided ""

About

setting up MySQL Group Replication on Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published