kubernetes-php-client icon indicating copy to clipboard operation
kubernetes-php-client copied to clipboard

Connecting to multiple Kubernetes instances

Open AuditeMarlow opened this issue 2 years ago • 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?

AuditeMarlow avatar Dec 15 '23 10:12 AuditeMarlow