Skip to main content Link Menu Expand (external link) Document Search Copy Copied
Table of contents
  1. Sanity check cluster creation

Sanity check cluster creation

  1. Deploy test application

    
     kubectl apply -f .\resources\aks\application_samples.yml
    
     kubectl get pods
    
     kubectl get service azure-vote-front --watch
    
    
  2. Check application access

    https://inventory.francecentral.cloudapp.azure.com/hello-world-one/

  3. Remove test application

     kubectl delete -f .\aks\resources\application_samples.yml