Testing the application

When the application runs, the application frontend is exposed to the internet by a Kubernetes service. This process can take a few minutes to complete.

We can monitor its progress by using the following command in the CLI:

kubectl get service azure-vote-front --watch

When the frontend is exposed to the internet, the following output will be displayed:

Exposed service

Now, you can copy the external IP address and paste it into a browser. This will result in the following output:

The app running in AKS

Now that we have a working app in AKS, we are going to monitor the health and logs of this application in AKS.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset