Not able to access kubernetes service from browser

Advertisements The following are the yaml files for pod and services apiVersion: v1 kind: Pod metadata: name: webapp labels: app: "webapp" spec: containers: – name: webapp image: richardchesterwood/k8s-fleetman-webapp-angular:release0 ports: – containerPort: 80 — apiVersion: v1 kind: Service metadata: name: fleetman-webapp spec: selector: app: webapp ports: – name: http protocol: TCP port: 80 nodePort: 30080 type:… Read More Not able to access kubernetes service from browser