Deploying the application

Step 1: Place the YAML manifest files to the local deployment directory, for example, C:\cloudappdemo\deploy.

Step 2: Deploy the installable cloud application through the manifest file.

kubectl apply -f .

This command parses the manifest files existing in the current directory and creates the Kubernetes pods, services, ingress, and secret.

Make sure the output shows that the resources are created successfully in the AKS cluster.

Step 3: View the status of your containers.

kubectl get pods