Accessing the AMF Ops Center
You can connect to the AMF Ops Center through SSH or the web-based CLI console.
SSH
-
Log in to the Master node
-
SSH to Ops Center pod IP using the following command:
ssh admin@ops_center_pod_ip -p 2024
Web-based Console
-
Log in to the Kubernetes Master node
-
Run the following command:
kubectl get ingress <namespace>
Available ingress connections get listed.
-
Select the appropriate ingress and access the AMF Ops Center.
-
Access the following URL from your web browser:
cli.<namespace>-ops-center.<ip_address>.nip.io
Note | By default, the Day 0 configuration is loaded into the AMF. |