Forum Discussion
kylec_251298
Jun 29, 2017Nimbostratus
1.1.0-beta.1 is still the only container version that works. But the issue was type: NodePort wasn't set for the hello service.
kind: Service
apiVersion: v1
metadata:
name: hello
spec:
selector:
app: hello
tier: backend
type: NodePort
ports:
- protocol: TCP
port: 80
targetPort: http