Nginx – How to access the service that I have deployed to Azure K8s?
I have created a 2 node Kubernetes cluster on Azure. Then I deploy my service using the following yaml: apiVersion: apps/v1 kind: Deployment metadata: name: deployment-st labels: app: cloud-test spec: replicas: 3 selector: matchLabels: app: cloud-test template: metadata: labels: app:…