You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to the Docker provider, allow exploring Kubernetes resources. I assume the docker provider uses exec, so kubectl exec is a similar interface for kubernetes - at least for the pods.
Similarly to the Docker provider, allow exploring Kubernetes resources. I assume the docker provider uses exec, so
kubectl execis a similar interface for kubernetes - at least for the pods.