k8s-devops

Automates Kubernetes and Helm engineering tasks for GitOps deployments.

Updated Sep 16, 2025
One-click install
npx skills add https://github.com/singh-gur/opencode --skill k8s-devops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-devops
Source: https://github.com/singh-gur/opencode/tree/main/skills/k8s-devops
Command: npx skills add https://github.com/singh-gur/opencode --skill k8s-devops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes and Helm operations are complex; this skill consolidates best practices for designing, deploying, and troubleshooting cloud-native workloads with GitOps.

Core Features & Use Cases

  • Kubernetes manifest design and architecture guidance for deployments, StatefulSets, DaemonSets, Jobs, and CRDs
  • Helm chart development, templating, and release management with robust defaults and security considerations
  • GitOps workflows for environment sync, drift detection, and automated promotes
  • Troubleshooting guidance for cluster, networking, and storage issues with recommended commands

Quick Start

Launch a Helm chart into a Kubernetes cluster and validate readiness, then enable GitOps-driven deployments.

Frequently Asked Questions about k8s-devops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot Kubernetes cluster and networking issues?

To troubleshoot Kubernetes issues, you need targeted diagnostic commands for cluster, networking, and storage problems. This Skill provides recommended commands and best practices to resolve common deployment failures in cloud-native environments.

What is the best way to structure Helm charts for GitOps deployments?

Structuring Helm charts for GitOps requires robust templating practices, secure default contexts, and clear release management. This Skill codifies Helm chart development patterns to ensure reliable environment synchronization and automated deployment promotes.

How do I design Kubernetes manifests for StatefulSets and DaemonSets?

Designing Kubernetes manifests for StatefulSets, DaemonSets, Jobs, and CRDs requires specific architectural patterns. This Skill provides guidance on structuring these workload resources with proper security contexts and observability configurations.

Does this Skill help with detecting configuration drift in GitOps workflows?

Yes, managing configuration drift is a core part of GitOps workflows. This Skill helps codify environment sync processes and drift detection strategies to maintain consistency between your Git repositories and Kubernetes cluster states.

Can I use this Skill to apply security contexts to Helm templates?

Yes, applying security contexts is integrated into Helm chart development. This Skill codifies security considerations and resource patterns directly within templating practices to ensure cloud-native workloads deploy securely by default.

Why are my Kubernetes deployments failing readiness checks?

Kubernetes deployments fail readiness checks due to misconfigured manifests or Helm chart templating errors. This Skill helps validate workload readiness and codifies resource patterns to ensure your applications launch reliably into the cluster.