Hi,
I'm creating an external load balancer for my cluster, using
apiVersion: v1
kind: Service
metadata:
name: create-account-service
spec:
type: LoadBalancer
selector:
app: cas
ports:
- port: 5000
targetPort: 5000
name: create-account-service
The External-IP unfortunately does not resolve, im not sure why. I have 2 nodes in a nodes running in the cluster. Any suggestions? Using the default Kubenet configuration