6 Accessing CNC Console

This section explains about the different ways to access CNC Console.

Accessing M-CNCC IAM

This section explains about the different ways to access M-CNC Console IAM. The user can select any of the following methods:

Format:
<scheme>://<cncc-iam-ingress IP/FQDN>:<cncc-iam-ingress Port>
  
  1. Node-IP and NodePort
    Example:
    http://10.75.xx.xx:30085/
  2. DNS Resolvable FQDN and NodePort
    Example:
    http://cncc-iam-ingress-gateway.cncc.svc.cluster.local:30085/
  3. External LB-IP and ServicePort
    Example:
    http://10.xx.xx.xx:8080/
  4. DNS Resolvable FQDN and ServicePort
    Example:
    http://cncc-iam-ingress-gateway.cncc.svc.cluster.local:8080/

Accessing M-CNCC Core

This section explains about the different ways to access M-CNCC Core. The user can select any of the following methods:

Format:

<scheme>://<cncc-mcore-ingress IP/FQDN>:<cncc-mcore-ingress Port>
  
  1. Node-IP and NodePort

    Example:
    http://10.75.xx.xx:30075/
  2. DNS Resolvable FQDN and NodePort

    Example:
    http://cncc-mcore-ingress-gateway.cncc.svc.cluster.local:30075/
  3. External LB-IP and ServicePort

    Example:
    http://10.75.xx.xx:8080/
  4. DNS Resolvable FQDN and ServicePort
  5. Example:
    http://cncc-mcore-ingress-gateway.cncc.svc.cluster.local:8080/

Note:

Login to CNC IAM and add redirect url pointing to M-CNCC Core. CNCC cannot be accessed before CNCC IAM is configured to redirect. For more information, see CNC Console IAM Postinstallation Steps section.

Note:

NFs or Common Services(CS) deployed with A-CNCC Core should be accessed through M-CNCC Core, direct access is restricted.