azure-vote.yaml
is provided for your convenience in the repository. The manifest includes two Kubernetes deployments: one for a sample Azure Vote Python application and the other for a Redis instance. Two Kubernetes services are also created: one is an internal service for the Redis instance and the other is an external service to allow access to the application from the internet.YAML
manifest:--watch
argument to monitor the application deployment and obtain the EXTERNAL-IP
of the LoadBalancer
.EXTERNAL-IP
displays a status of pending
. Wait until this displays a valid public IP address then copy and paste this value into your web browser.