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?
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?