allansun/kubernetes-php-client

Connecting to multiple Kubernetes instances

Opened this issue · 0 comments

The package documentation states that we only need to run the \KubernetesRuntime\Client::configure(...) method once for the entire session. However, this allows us to configure only one Kubernetes connection. I was wondering if there is some undocumented feature or method that allows us to set up multiple Kubernetes runtime clients?