CNC Console Microservices
CNC Console has two microservices:
- cncc-ingress : cncc-ingress is responsible for sending the respective requests to redirect the request to either producer NF or CNC Console GUI
- cncc-cmservice : cncc-cmservice is responsible for displaying CNC Consule GUI.
Following is an example of services CNCConsole offers:
Table 4-3 CNC Console Microservices
NAME | TYPE | CLUSTER-IP | EXTERNAL-IP | PORT(S) | AGE |
---|---|---|---|---|---|
cncc-cmservice | ClusterIP | 10.104.128.18 | <none> | 8442/TCP | 26m |
cncconsole- ingress-gateway | NodePort | 10.102.133.111 | <pending> | 80:30085/TCP | 26m |
The port 80 of the cncconsole-gateway pod is mapped to port 30075 (static port) of the Kubernetes nodes and can be accessed by the IP address of the remote server where the pod is running.