This message was deleted.
# general
a
This message was deleted.
An authorized cluster endpoint (ACE) allows users to connect to the Kubernetes API server of a downstream cluster without having to route their requests through the Rancher authentication proxy.
Do that
a
The RKE2 control plane nodes are using private IP, so I can’t run kubectl from my local machine. It only works when I run kubectl from the jumpserver that’s on the same network as the RKE2 node.
What if I want to be able to use it from my local computer, but without going through the main Rancher domain?
c
You need direct connectivity to the nodes, via the some endpoint. Could be the node IPs, could be some external loadbalancer or something that you set up to port-forward to it. There is no way to tell it to just log in to a jump server or something like that.
The lack of connectivity you’re describing is why Rancher acts as a proxy. Why would you want to set up some other proxy or jump box when you already have Rancher doing it for you?