AKS Pod can't be accessed by External IP – Docker
apiVersion: apps/v1 kind: Deployment metadata: name: organization-deployment labels: app: organization spec: selector: matchLabels: app: organization template: metadata: labels: app: organization spec: containers: - name: organization-container image: test.azurecr.io/organizationservice:latest ports: - containerPort: 9080 imagePullSecrets: - name: guidesecret # service type loadbalancer ---…