# Kubernetes

> Manage Kubernetes clusters via kubectl. Use when deploying, inspecting, or debugging Kubernetes resources.

- **Type:** Skill
- **Install:** `agentstack add skill-fworks-tech-agenthood-kubernetes`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fworks-tech](https://agentstack.voostack.com/s/fworks-tech)
- **Installs:** 0
- **Category:** [Cloud & Infrastructure](https://agentstack.voostack.com/c/cloud-infrastructure)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fworks-tech](https://github.com/fworks-tech)
- **Source:** https://github.com/fworks-tech/agenthood/tree/main/skills/kubernetes
- **Website:** https://agenthood.flabs.tech/

## Install

```sh
agentstack add skill-fworks-tech-agenthood-kubernetes
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# kubectl

Use `kubectl` to interact with Kubernetes clusters.

## Common Commands

### Pods
- List pods: `kubectl get pods`
- Describe pod: `kubectl describe pod `
- Logs: `kubectl logs `
- Exec into pod: `kubectl exec -it  -- /bin/bash`

### Deployments
- List deployments: `kubectl get deployments`
- Scale: `kubectl scale deployment  --replicas=3`
- Rollout status: `kubectl rollout status deployment/`
- Rollback: `kubectl rollout undo deployment/`

### Services
- List services: `kubectl get services`
- Expose: `kubectl expose deployment  --port=80 --target-port=8080`

### Context
- Current context: `kubectl config current-context`
- Switch context: `kubectl config use-context `
- List contexts: `kubectl config get-contexts`

## Notes
- Requires `kubectl` installed and `~/.kube/config` configured
- Use `-n ` to target a specific namespace

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [fworks-tech](https://github.com/fworks-tech)
- **Source:** [fworks-tech/agenthood](https://github.com/fworks-tech/agenthood)
- **License:** MIT
- **Homepage:** https://agenthood.flabs.tech/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-fworks-tech-agenthood-kubernetes
- Seller: https://agentstack.voostack.com/s/fworks-tech
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
