This section provides best practices and recommendations for SQL MI related service management using kubectl.
Run the following command to expose the external services:
Kubectl get services -n arc | grep “sqlmi-01”
Figure 16. Get Services – General Purpose
Run the following command to check the services that are deployed by the various SQL MIs.
Kubectl get services -n arc
Figure 17. Get Services
To work with the other HA nodes that were deployed as part of the business-critical tier, a Load Balancer service is added.
kubectl -n arc expose pod bizcrtcl-01 --port=1533 --name= bizcrtcl-01-p --type=LoadBalancer