Kubernetes Operations

Manage Kubernetes workloads, networking, storage, and troubleshooting with kubectl.

10|Updated Jun 30, 2020
One-click install
npx skills add https://github.com/laurigates/dotfiles --skill kubernetes-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes Operations
Source: https://github.com/laurigates/dotfiles/tree/main/dot_claude/skills/kubernetes-operations
Command: npx skills add https://github.com/laurigates/dotfiles --skill kubernetes-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires kubectl, kubernetes-cluster.

What problem does it solve?

Managing Kubernetes clusters and applications can be daunting, with complex deployments, networking, and troubleshooting. This Skill provides expert guidance and automation for all K8s operations, simplifying workload management, debugging, and ensuring cluster stability, so you can focus on your applications.

Core Features & Use Cases

  • Workload Management: Deploy and manage applications using Deployments, StatefulSets, DaemonSets, and Jobs.
  • Networking & Storage: Configure Services, Ingress, NetworkPolicies, PersistentVolumes, and ConfigMaps.
  • Advanced Troubleshooting: Debug pods, analyze logs, inspect events, and diagnose networking issues with kubectl.
  • Use Case: A critical microservice is failing in production. Use this Skill to quickly diagnose the CrashLoopBackOff error, inspect logs, describe the pod, and identify the root cause, restoring service rapidly.

Quick Start

Example: Deploy an application from a manifest

kubectl apply -f my-app-deployment.yaml

Example: Check pod logs and describe a pod

kubectl logs -f my-app-pod-xyz kubectl describe pod my-app-pod-xyz