[kubernetes-users] ingress host enforcement

2018-05-09 Thread Christopher Schmidt
Hi, what I want is to enforce a specific host setting for users ingresses. lets say, every ingess host setting has - to be unique and - has to contain the namespace it has been created in and - a specific domain (f.e. myapp.my-namespace.foo.bar.com) Does anyone know how to do this? By

[kubernetes-users] Service is unable to access endpoint port

2016-12-04 Thread Christopher Schmidt
Hi, I have 2 container in one pod - one container opens port 5222 (it's the Nats.io nats-streaming server) - the other container is a busybox. From busybox I can telnet to that port 5222, so it is definitely opened... Additionally I’ve created a Service nats1 exposing 5222. But from another