Getting Started with MySQL Shell , The Oracle MySQL Kubernetes Operator and Portworx
Overview In this blog I will show you how to use the MySQL Shell to manage and create a clustered database on an InnoDB MySQL cluster which has been provisioned using the Oracle MySQL Kubernetes Operator, and Portworx to provide the data management layer and persistent volumes The benefit of using Portworx is we can create custom storage classes defining storage attributes such as replication factors, snapshot policies, dynamic PVC creation for stateful applications and intelligent pod placement. This blog will not go into the details on how to setup Kubernetes, Portworx or the Operator, my Colleague Ron Ekins has written an excellent blog on the installation process. https://ronekins.com/2021/08/31/getting-started-with-the-oracle-mysql-kubernetes-operator-and-portworx/ Environment * Kubernetes 1.21 * Portworx 2.8 * MySQL operator installed https://github.com/mysql/mysql-operator * MySQL Shell Let's check to make sure our operator is up and running Let's check to make sure our