On Tue, 2018-06-12 at 17:10 -0400, John Mazzitelli wrote:
> Which makes sense - we are trying to go to the "prometheus" service -
> we don't have a route to get to it from outside the namespace.
Not sure if you mean this in Kiali's specific case, or in a more
general case. In general, it's certainly possible to access services
from another namespace:
https://kubernetes.io/docs/concepts/services-networking/dns-pod-service
Quote:
Assume a Service named foo in the Kubernetes namespace bar. A Pod
running in namespace bar can look up this service by simply doing a DNS
query for foo. A Pod running in namespace quux can look up this service
by doing a DNS query for foo.bar.
Note:
IIRC, OpenShift has inter-namespace connectivity disabled by default,
as it assumes each namespace is a tenant, so, one tenant cannot access
resources from another tenant.
- Juca.