Kubectl Shell
Configure and access the kubectl shell from within the DuploCloud Portal
Last updated
Was this helpful?
Configure and access the kubectl shell from within the DuploCloud Portal
Last updated
Was this helpful?
This feature provides an alternative to downloading a kubeconfig
and installing kubectl
locally. It opens a fully configured shell within a browser tab, equipped with kubectl
and an associated kubeconfig
. This convenient setup allows you to quickly access your Kubernetes clusters directly from the DuploCloud Portal, with no need for downloading or configuring files on your machine.
kubectl
shell in the DuploCloud PlatformFor EKS, kubectl
is already enabled in the DuploCloud Platform. Once the EKS infrastructure is ready, you can navigate to Kubernetes -> Services in the DuploCloud platform and use the KubeCtl menu options to view the kubectl
token, settings, and configuration details.
To set up the kubectl
shell in DuploCloud for GKE and AKS users, see the links below.
kubectl
Shell from the DuploCloud PortalUse kubectl
to access the Kubernetes cluster for your Tenant namespace.
From the Tenant list box, select the correct Tenant.
Navigate to Kubernetes -> Services.
Click on the Service name from the NAME column.
From the KubeCtl options, select KubeCtl Shell. A shell instance will launch, allowing you to interact with the Kubernetes cluster directly using kubectl
commands.