kubernetes-php-client
kubernetes-php-client copied to clipboard
Connecting to multiple Kubernetes instances
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?