Comunicate to a k3s cluster from other docker container on the same network
I have a golang test that setup multiple stand alone docker containers using dockertest lib, and a k8s cluster that I setup using k3s.
As part of the test, I’m creating a docker network with name “my-docker-network”. I need the docker containers to be able to access the k8s cluster, how can I do that?
For example: