adamant-kite-43734
06/26/2023, 3:13 AMwonderful-carpenter-92656
06/26/2023, 9:25 AMmelodic-account-62504
06/26/2023, 12:35 PMwonderful-carpenter-92656
06/26/2023, 12:40 PMmelodic-account-62504
06/26/2023, 12:41 PMquick-sandwich-76600
06/29/2023, 10:26 PMAPIEndpoint
. You can check which the actual APIEndpoint in the target downstream cluster with this command:
kubectl get services -n default -o wide
You'll see a service called kubernetes and the Cluster-IP defined there will be the final IP that will be used to redirect the Kubernetes API command that was initially issued through the Rancher proxied connection.
If you want to know which agent processed a specific request you can use the logs with something like this:
kubectl -n cattle-system logs -l app=cattle-cluster-agent
Please let me know if it's more clear now.melodic-account-62504
06/30/2023, 3:00 AM