# Kubernetes

> Kubernetes

- Skill: `neuralblitz/kubernetes-3` (Agent Skill)
- Install (CLI): `npx skillmds@latest add neuralblitz/kubernetes-3`
- Raw SKILL.md: https://api.skillmd.com/api/skills/neuralblitz/kubernetes-3/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: NeuralBlitz (https://skillmd.com/u/neuralblitz)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/neuralblitz/kubernetes-3

---

# Kubernetes

Kubernetes is an open-source container orchestration platform for automating deployment, scaling, and management of containerized applications across clusters.

## Key Concepts

- Pods, Deployments, Services
- ConfigMaps and Secrets
- StatefulSets for stateful apps
- Ingress for external access
- Helm for package management

## Common Use Cases

- Container orchestration
- Auto-scaling applications
- Rolling deployments
- Service discovery
- Self-healing infrastructure

## Best Practices

- Use namespaces for isolation
- Set resource limits
- Implement liveness/readiness probes
- Use ConfigMaps for configuration
- Implement network policies

## Resources

- Docs: kubernetes.io/docs
- Related Skills: docker, helm, service-mesh

