https://rancher.com/ logo
#random
Title
# random
b

broad-battery-84396

11/15/2022, 4:17 PM
I’m trying to figure out why a feature isn’t working and I’m not really sure what it’s called. In Rancher Cluster Manager, you can go into “Service Discovery” > “Services” and for a Cluster IP service, you can click on the name and it exposes the service via the web interface. For example, I have an app that exposes a web-service that you normally get to via
kubectl port-forward
and if I click on it, it opens a new tab with the url to ‘clusters/c-m-sssss/api/v1/namespaces/my-app/services/httpapp ui80/proxy’. What is this feature called?
f

full-painter-23916

11/15/2022, 5:34 PM
That's a regular feature of k8s (other than
/k8s/clusters/<id>
at the beginning mapping you to the appropriate cluster in Rancher). It doesn't have an easily google-able name that I'm aware of, but https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.24/#get-connect-proxy-path-service-v1-core
b

broad-battery-84396

11/15/2022, 6:21 PM
Oh, interesting. Thank you