在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用kubernetes
星标138
分支37
更新时间2026年3月8日 03:01
Manage Kubernetes clusters via the kubectl CLI.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Manage Kubernetes clusters via the kubectl CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.