Minimum Viable Product - MariaDB Kubernetes Operator for traditional replication (MDBF-299)

[MDBF-375] Statefulset part M/S - create containers Created: 2022-03-29  Updated: 2022-06-19  Resolved: 2022-06-19

Status: Closed
Project: MariaDB Foundation Development
Component/s: Kubernetes
Affects Version/s: None
Fix Version/s: N/A

Type: Technical task Priority: Major
Reporter: Anel Husakovic Assignee: Anel Husakovic
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: 4d
Time Spent: 1d
Original Estimate: 5d


 Description   

Statefulset app should consist of containers:
1. mariadb (based on configurable image -latest default, set environment variables/volumes and check for liveness/readnessProbe)
2. backup (run on different port for read/write, mariadb-dump/mariadbbackup



 Comments   
Comment by Anel Husakovic [ 2022-04-06 ]

Example of defining the containers in YAML file

  spec: # specification for Pods
      containers:
      - name: mariadb
        image: mariadb
        ports:
        - containerPort: 3306 
        env:
        - name: MARIADB_ROOT_PASSWORD
          value: anel 
      - name: phpmyadmin
        image: bitnami/phpmyadmin:latest
        ports:
        - containerPort: 8080

Generated at Thu Feb 08 03:37:26 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.