Get MariaDB on IBM Cloud
You should have an IBM Cloud account, otherwise you can register here. At the end of the tutorial you will have a cluster with MariaDB up and running. IBM Cloud uses Bitnami charts to deploy MariaDB on with helm
1. We will provision a new Kubernetes Cluster for you if, you already have one skip to step 2
2. We will deploy the IBM Cloud Block Storage plug-in, if already have it skip to step 3
3. MariaDB deployment
The Block Storage plug-in is a persistent, high-performance iSCSI storage that you can add to your apps by using Kubernetes Persistent Volumes (PVs).
We will deploy MariaDB on our cluster
$ kubectl get ns
$ kubectl get pod -n NAMESPACE -o wide
$ kubectl get service -n NAMESPACE
$ kubectl exec --stdin --tty PODNAME -n NAMESPACE -- /bin/bash
$ mysql -u root -p
You have succesfully deployed MariaDB IBM Cloud!
© 2023 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/installing-mariadb-on-ibm-cloud/