Verify the Application
- Last Updated: October 8, 2024
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
The LoadMaster should have picked up that a Kubernetes service has been labeled as kempLB=Enabled and configured the LoadMaster Virtual Service with matching VSID with Real Servers corresponding to Kubernetes Services pods. To verify this, follow the steps below:
- In the LoadMaster UI, go to Virtual Services > View/Modify
Services.Note: You should see the status as up/green and a Real Server matching the IP address of your Kubernetes pod.
- Go to the Virtual Service IP address in your browser.
Note: You should be able
to open the appropriate application.
If you deploy more replicas of the service, these should also appear as Real Servers in the LoadMaster Virtual Service. In your Kubernetes Shell, run the following command to see this work:
kubectl scale --replicas=2 deployment/<Application>