Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 820 Bytes

orchestrator.md

File metadata and controls

19 lines (14 loc) · 820 Bytes
title linktitle description keywords
Accessing the Orchestrator
Accessing Orchestrator
The orchestrator part in cluster management
mysql operator
cluster
orchestrator

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

Access the orchestrator

The service <release-name>-mysql-operator exposes port 80. Via this port 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.