OrleansContrib / Orleans.Clustering.Kubernetes

Orleans Membership provider for Kubernetes
MIT License
188 stars 47 forks source link

Client using out of K8S #51

Closed wangjia184 closed 3 years ago

wangjia184 commented 3 years ago

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.