Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 906 Bytes

File metadata and controls

23 lines (18 loc) · 906 Bytes
title Accessing the Orchestrator
linktitle Accessing Orchestrator
description The orchestrator part in cluster management
categories
mysql operator
orchestrator
keywords
mysql operator
cluster
orchestrator
toc true
related true
slug 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.