action K8S KUBECTL
-
Gather Data for POD Troubleshoot: Gather Data for POD Troubleshoot
-
Kubectl command: Execute kubectl command.
-
Kubectl set context entry in kubeconfig: Kubectl set context entry in kubeconfig
-
Kubectl display merged kubeconfig settings: Kubectl display merged kubeconfig settings
-
Kubectl delete a pod: Kubectl delete a pod
-
Kubectl describe a node: Kubectl describe a node
-
Kubectl describe a pod: Kubectl describe a pod
-
Kubectl drain a node: Kubectl drain a node
-
Execute command on a pod: Execute command on a pod
-
Kubectl get api resources: Kubectl get api resources
-
Kubectl get logs: Kubectl get logs for a given pod
-
Kubectl get services: Kubectl get services in a given namespace
-
Kubectl list pods: Kubectl list pods in given namespace
-
Kubectl update field: Kubectl update field of a resource using strategic merge patch
-
Kubectl rollout deployment history: Kubectl rollout deployment history
-
Kubectl scale deployment: Kubectl scale a given deployment
-
Kubectl show metrics: Kubectl show metrics for a given node
-
Kubectl show metrics: Kubectl show metrics for a given pod
-
List matching name pods: List all pods matching a particular name string. The matching string can be a regular expression too
-
List pvcs: List pvcs by namespace. By default, it will list all pvcs in all namespaces.
-
Remove POD from Deployment: Remove POD from Deployment
-
Update Commands in a Kubernetes POD in a given Namespace: Update Commands in a Kubernetes POD in a given Namespace