Accessing the PCF Ops Center
This section describes how to access the PCF Ops Center.
You can access the PCF Ops Center from the console application or the Web-based CLI console. Depending upon your selection, access one of the following from the master node:
-
CLI:
ssh admin@ops_center_pod_ip -p 2024
-
Web-based console:
-
Log in to the Kubernetes master node.
-
To view the available ingress connections, use the following configuration:
kubectl get ingress namespace
The available ingress connections are displayed.
-
Select the appropriate ingress from where you want to run Ops Center and open the following URL from the browser:
cli.namespace-ops-center.ip_address.nip.io
-