If the client is running out of K8S, how to initialize it?
var client = new ClientBuilder()
...
.UseKubeGatewayListProvider() // Optionally use the configure delegate to specify the namespace where you cluster is running.
...
.Build();
Seems the client must run in the same K8S as well.
If the client is running out of K8S, how to initialize it?
Seems the client must run in the same K8S as well.