← Catalog

No. 029 · devops

Kubernetes

Deploy, scale, and manage containerized apps

Version 1.0.0 License MIT Format SKILL.md

Write Kubernetes manifests, manage deployments with rolling updates, configure services and ingress, set up HPA for autoscaling, and debug pod issues.

When to use this skill

  • Writing a Kubernetes deployment YAML
  • Debugging a crashed pod
  • Setting up an ingress controller

Core concepts

This skill provides guidance on kubernetes best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/devops/kubernetes.zip
unzip kubernetes.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • writing a Kubernetes deployment YAML
  • debugging a crashed pod
  • setting up an ingress controller