Connect Opster Management Console

Connect the Management Console

After installing the helm chart, confirm you can see the Operator and that the OMC pods are up and running inside your K8s cluster. To start using the Opster Management Console, run the following Kubernetes command in your terminal (in the namespace where you deployed the OMC helm chart):

kubectl port-forward service/operator-ui-svc 28015:8080

Let the command keep running in the background. Now go to your browser and open: http://localhost:28015/.

You should now see the OMC interface in your browser.

You can also do this using the Kube forwarder application and run through the same process using the UI.

Skip to content