CNC Console-IAM Microservices
CNC Console-IAM has two microservices, which are responsible for Identity Access Management:
- cncc-iam-http
- cncc-iam-headless
Following is an example of services CNC Console-IAM
offers:
Table 3-3 CNC Console-IAM Microservices
NAME | TYPE | CLUSTER-IP | EXTERNAL-IP | PORT(S) | AGE |
---|---|---|---|---|---|
kc-cncc-iam-headless | ClusterIP | None | <none> | 8285/TCP,8443/TCP | 4h10m |
kc-cncc-iam-http | NodePort | 10.102.53.211 | <none> | 8285:30024/TCP,8443:30287/TCP | 4h10m |
The port 8285 of the kc-cncc-iam-http pod is mapped to port 30024 (static port) of the Kubernetes nodes and can be accessed by the IP address of the remote server where the pod is running.