$ kube-ctl describe pod microbot-1276362308-i65nt|grep -i node
Node: 172.17.4.201/172.17.4.201
$ kubectl describe svc microbot
Name: microbot
Namespace: default
Labels: run=microbot
Selector: run=microbot
Type: NodePort
IP: 10.3.0.29
Port: <unset> 80/TCP
NodePort: <unset> 31643/TCP
Endpoints: 10.2.43.6:80
Session Affinity: None
No events.
apiVersion: extensions/v1beta1
kind: Ingress
metadata:
name: microbot-ingress
spec:
rules:
- host: microbot
http:
paths:
- path: /
backend:
serviceName: microbot
servicePort: 80
$ curl -L --resolve microbot:80:172.17.4.201 http://microbot/
curl: (7) Failed to connect to microbot port 80: Connection refused
--
You received this message because you are subscribed to a topic in the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kubernetes-users/ClDVAU5vKM4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kubernetes-use...@googlegroups.com.
To post to this group, send email to kubernet...@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to kubernetes-users+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kubernetes-users/ClDVAU5vKM4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kubernetes-users+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-users@googlegroups.com.
Thanks
Jack
Unfortunately, I was not able to get an ingress controller working on local setup.Now I am using NodePort locally and load balancers in cloud.
On Wed, Dec 14, 2016 at 10:57 PM, <bain...@gmail.com> wrote:
I am also hitting this same issue so would be interested to know the solution if either of you have figured this out.
Thanks
Jack
--
You received this message because you are subscribed to a topic in the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kubernetes-users/ClDVAU5vKM4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kubernetes-use...@googlegroups.com.
To post to this group, send email to kubernet...@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kubernetes-users/ClDVAU5vKM4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kubernetes-use...@googlegroups.com.
To post to this group, send email to kubernet...@googlegroups.com.
This works pretty well if you move from using CoreOS to Ubuntu (or any other linux distro) VMs. From the bit of digging that I did, it seems that nginx / traefix is not opening the required port on CoreOS for some reason.
--On Wed, Dec 14, 2016 at 3:19 PM Yuriy Filonov <yuriy....@gmail.com> wrote:Unfortunately, I was not able to get an ingress controller working on local setup.Now I am using NodePort locally and load balancers in cloud.--On Wed, Dec 14, 2016 at 10:57 PM, <bain...@gmail.com> wrote:
I am also hitting this same issue so would be interested to know the solution if either of you have figured this out.
Thanks
Jack
--
You received this message because you are subscribed to a topic in the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kubernetes-users/ClDVAU5vKM4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kubernetes-use...@googlegroups.com.
To post to this group, send email to kubernet...@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to a topic in the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kubernetes-users/ClDVAU5vKM4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kubernetes-use...@googlegroups.com.
To post to this group, send email to kubernet...@googlegroups.com.
Visit this group at https://groups.google.com/group/kubernetes-users.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-use...@googlegroups.com.