Deploy and manage a containerized application on a Kubernetes cluster
When you need to deploy, scale, or manage containerized applications across multiple hosts using Kubernetes orchestration.
kubectl create deployment my-app --image=nginx --dry-run=client -o yaml > deployment.yamlkubectl apply -f deployment.yamlkubectl expose deployment my-app --port=80 --target-port=80 --type=LoadBalancerkubectl get deploymentskubectl get podskubectl scale deployment my-app --replicas=3kubectl get serviceskubectl get pods and confirm all pods show "Running" statuskubectl describe service my-app to verify service configurationnpx skills add Snehal707/deploy-kubernetes-application下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer