Accessing orchestrator

The Openark orchestrator part in MySQL cluster management

The MySQL operator uses orchestrator , a tool developed initially by GitHub for MySQL replication topology management and high availability. By default, the orchestrator is deployed alongside with the Bitpoke MySQL operator.

Access the orchestrator

The service <release-name>-mysql-operator exposes port 80 so this is how you will be able to talk to the orchestrator leader. You can either port forward this service to localhost, or use a service of type load balancer or enable the ingress.

kubectl port-forward service/<release-name>-mysql-operator 8080:80

Then type localhost:8080 in a browser.