🍎Deploy Sample Application and Test

Deploy Application

kubectl apply -f kube-manifests/

Verify Pods

kubectl get pods

Verify Deployment

kubectl get deployment

Verify Service (Make a note of external ip)

kubectl get service

Access Application

http://<external-ip-from-get-service-output>

Review the Kubernetes Resources in Azure Mgmt Console Go to Kubernetes Resources

  1. Namespaces

  2. Workloads

  3. Services and Ingress

Last updated