Skip to content

P4: Custos Deployment Custos Deployment Step 3 5

anbadrin edited this page May 6, 2022 · 3 revisions

Deploy mysql

Back to Home

  1. Run the following command to install pv for mysql database and using helm install, install bitnami/mysql
kubectl apply -f pv.yaml,pv1.yaml
helm install mysql bitnami/mysql -f values.yaml -n custos --version 8.8.8

img

  1. Verify the custos namespace. All pods should be running. This might take some minutes.
kubectl get all -n custos

img

Clone this wiki locally