Kubectl
Using Kubectl with DuploCloud for AWS, GCP, and Azure users
Last updated
Was this helpful?
Using Kubectl with DuploCloud for AWS, GCP, and Azure users
Last updated
Was this helpful?
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 .
DuploCloud users have two primary options for using kubectl
to interact with Kubernetes clusters:
. This setup allows full command-line access on your own machine and is ideal if you require persistent, scriptable access to Kubernetes resources.
, where a preconfigured shell provides immediate access to kubectl
without any local setup. This allows you to manage Kubernetes clusters from a browser tab, making it a quick and secure alternative to local configuration.