Kubectl
Using Kubectl with DuploCloud for AWS, GCP, and Azure users
kubectl is the command-line interface (CLI) for interacting with Kubernetes clusters. Use kubectl when you need more granular control and precision than what the DuploCloud portal provides. For further guidance on using kubectl, refer to the official Kubernetes documentation.
DuploCloud users have two primary options for using kubectl to interact with Kubernetes clusters:
Download the
kubeconfigand installkubectllocally. This setup allows full command-line access on your own machine and is ideal if you require persistent, scriptable access to Kubernetes resources.DuploCloud’s in-browser solution, where a preconfigured shell provides immediate access to
kubectlwithout any local setup. This allows you to manage Kubernetes clusters from a browser tab, making it a quick and secure alternative to local configuration.
Last updated
Was this helpful?

