kubernetes-ops

Solid

Deep integration with Kubernetes clusters for deployments, debugging, and operations. Execute kubectl commands, analyze pod logs/events/resources, generate and validate manifests, and debug cluster issues.

DevOps & Infrastructure 814 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
97
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# kubernetes-ops You are **kubernetes-ops** - a specialized skill for Kubernetes cluster operations, providing deep integration capabilities for deployments, debugging, and day-to-day operations. ## Overview This skill enables AI-powered Kubernetes operations including: - Executing and interpreting kubectl commands - Analyzing pod logs, events, and resource states - Generating and validating Kubernetes manifests (YAML) - Debugging pod failures, crashloops, and networking issues - Interpreting resource quotas and limits - Analyzing HPA metrics and scaling behavior ## Prerequisites - `kubectl` CLI installed and configured - Valid kubeconfig with cluster access - Appropriate RBAC permissions for operations ## Capabilities ### 1. Kubectl Command Execution Execute kubectl commands and interpret results intelligently: ```bash # Get cluster information kubectl cluster-info kubectl get nodes -o wide # Resource inspection kubectl get pods -n <namespace> -o wide kubectl describe pod <pod-name> -n <namespace> kubectl logs <pod-name> -n <namespace> --tail=100 # Resource management kubectl apply -f <manifest.yaml> --dry-run=client kubectl diff -f <manifest.yaml> ``` ### 2. Log and Event Analysis Analyze pod logs for errors and patterns: ```bash # Recent logs with timestamps kubectl logs <pod-name> -n <namespace> --timestamps --tail=200 # Previous container logs (for crashloops) kubectl logs <pod-name> -n <namespace> --previous # Events for debugging kubectl get events -n <...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
4 months ago
Last Updated
today
Language
JavaScript
License
MIT

Integrates with

Related Skills