Differences between revisions 1 and 2
Revision 1 as of 2022-07-28 07:25:00
Size: 321
Editor: PieterSmit
Comment:
Revision 2 as of 2022-07-28 07:26:45
Size: 329
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
   * Using startup feature, that looks for db/scripts in /docker-entrypoint-initdb.d/ and loads then on db creation.    * Using startup feature, that looks for db/scripts in '''"/docker-entrypoint-initdb.d/"''' and loads then on db creation.

k8s/MariaDbGaleraInitDb

  • Running MariaDb (mysql fork) clusters version (Galera) using helm in Kubernetes, then initializing DB.

  • 2022 - Using the bitnami/Mariadb-galera helm chart to deploy
    • Using startup feature, that looks for db/scripts in "/docker-entrypoint-initdb.d/" and loads then on db creation.

k8s/MariaDbGaleraInitDb (last edited 2023-01-24 09:55:24 by PieterSmit)