Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Startedkubernetes
Manage Kubernetes clusters via the kubectl CLI.
Stars132
Forks37
UpdatedMarch 8, 2026 at 03:01
SKILL.md
readonlyMenu
Manage Kubernetes clusters via the kubectl CLI.
| name | kubernetes |
| description | Manage Kubernetes clusters via the kubectl CLI. |
| metadata | {"displayName":"Kubernetes","icon":"cloud","category":"cloud","version":"1.0.0","dependencies":{"cli":"kubectl","checkCommand":"kubectl version --client","install":{"darwin":{"brew":"kubernetes-cli","scriptArch":{"x64":"curl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl\" && chmod +x kubectl && sudo mv kubectl /usr/local/bin/","arm64":"curl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/darwin/arm64/kubectl\" && chmod +x kubectl && sudo mv kubectl /usr/local/bin/"},"manual":"Download from https://kubernetes.io/docs/tasks/tools/install-kubectl-macos/"},"linux":{"snap":"kubectl --classic","apt":"kubectl","scriptArch":{"x64":"curl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl\" && chmod +x kubectl && sudo mv kubectl /usr/local/bin/","arm64":"curl -LO \"https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/arm64/kubectl\" && chmod +x kubectl && sudo mv kubectl /usr/local/bin/"}},"windows":{"scoop":"kubectl","choco":"kubernetes-cli","winget":"Kubernetes.kubectl","manual":"Download from https://kubernetes.io/docs/tasks/tools/install-kubectl-windows/"}}},"config":[{"name":"KUBECONFIG","label":"Kubeconfig Path","type":"string","required":false,"placeholder":"~/.kube/config"}],"auth":{"type":"none","setupCommand":"kubectl config view"}} |
Use kubectl to interact with Kubernetes clusters.
kubectl get podskubectl describe pod <pod-name>kubectl logs <pod-name>kubectl exec -it <pod-name> -- /bin/bashkubectl get deploymentskubectl scale deployment <name> --replicas=3kubectl get serviceskubectl config current-contextkubectl config use-context <context-name>kubectl to be installed and configured (~/.kube/config).Interact with Elasticsearch clusters via the API.
Manage GitLab issues and merge requests via the glab CLI.
Read, send, and manage Gmail emails via the gmail-cli tool.
Manage Redis databases via the redis-cli tool.
Manage AWS resources via the aws CLI.
Query metrics, manage monitors, post events, and interact with Datadog via the dogshell CLI.