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
How might an extension be able to interact with the Docker Desktop Kubenetes cluster (when one exists)?
Comments in the Extension SDK source show using ddClient.extension.host.cli.exec to invoke kubectl on the host, provided the kubectl binary is shipped as part of your extension. Would this be the recommended way to interact with the Docker Desktop managed Kubernetes cluster from an extension?
The text was updated successfully, but these errors were encountered:
gilday
changed the title
Kubernetes Client
API for Interacting with Docker Desktop Managed Kubernetes
May 27, 2022
How might an extension be able to interact with the Docker Desktop Kubenetes cluster (when one exists)?
Comments in the Extension SDK source show using
ddClient.extension.host.cli.exec
to invokekubectl
on the host, provided thekubectl
binary is shipped as part of your extension. Would this be the recommended way to interact with the Docker Desktop managed Kubernetes cluster from an extension?The text was updated successfully, but these errors were encountered: