Examples of using Kubectl in English and their translations into Vietnamese
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
Make the kubectl binary executable.
Make sure you have kubectl installed.
Kubectl config get-contexts display list of contexts.
Install kubectl binary with curl on Linux.
Install kubectl binary with curl on macOS.
Kubectl uncordon my-node Mark my-node as schedulable.
Kubectl cordon my-node Mark my-node as unschedulable.
Install kubectl binary with curl on Windows.
Install and Set Up kubectl- Kubernetes.
Kubectl get services List all services in the namespace.
Kubectl drain my-node Drain my-node in preparation for maintenance.
Kubectl get pods List all pods in the namespace.
Deploy your first app on Kubernetes with kubectl.
After reloading your shell, kubectl autocompletion should be working.
Kubectl config use-context my-cluster-name set the default context to my-cluster-name.
Configure kubectl to use a remote Kubernetes cluster.
Sourcing this script in your shell enables kubectl completion.
This page is an overview of the kubectl command.
Kubectl top node my-node Show metrics for a given node.
After reloading your shell, kubectl autocompletion should be working.