Creating a Target Group for Controller Service Ports

Execute the following commands to obtain the new ingress service ports.

For the new frontend-ingress-controller-svc:

kubectl get svc -n core | grep frontend-ingress-controller-svc

Example output:

frontend-ingress-controller-svc LoadBalancer 172.20.150.202 <none> 3000:30058/TCP 18h

Where 30058 is the new ingress service node port for port 3000, and must be recorded.

For the new portal-ingress-controller-svc:

kubectl get svc -n core | grep portal-ingress-controller-svc

Example output:

portal-ingress-controller-svc NodePort 172.20.26.194 <none> 5443:31704/TCP,5444:32558/TCP 170m

Where 31704 is the new ingress service node port for port 5443, and must be recorded.

Next Step: Adding Targets to the Target Group for Controller Services