kubernetes-helm

Manage Kubernetes deployments and Helm chart configurations for containerized applications.

3|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/HouseGarofalo/claude-code-base --skill kubernetes-helm-housegarofalo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes-helm
Source: https://github.com/HouseGarofalo/claude-code-base/tree/main/.claude/skills/kubernetes-helm
Command: npx skills add https://github.com/HouseGarofalo/claude-code-base --skill kubernetes-helm-housegarofalo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the deployment and management of applications on Kubernetes clusters by leveraging Helm charts and raw Kubernetes manifests, simplifying complex orchestration tasks.

Core Features & Use Cases

  • Kubernetes Manifest Generation: Create and manage Deployments, Services, Ingresses, ConfigMaps, Secrets, and PersistentVolumeClaims.
  • Helm Chart Management: Develop, package, and deploy applications using Helm, including chart structure, values, and templates.
  • Kustomize Support: Apply configurations using Kustomize for environment-specific overrides.
  • Command Line Utilities: Provides essential kubectl and helm commands for cluster interaction.
  • Use Case: Deploy a multi-tier web application, including a frontend, backend API, and database, onto a Kubernetes cluster using a Helm chart, ensuring consistent and repeatable deployments.

Quick Start

Use the kubernetes-helm skill to create a Kubernetes Deployment manifest for a new microservice named 'user-service' with the image 'myrepo/user-service:latest' and 3 replicas.

Frequently Asked Questions about kubernetes-helm

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

FAQPage Schema
How do I create a Kubernetes Deployment manifest for a microservice with multiple replicas?

Creating a Kubernetes Deployment manifest involves defining the container image and replica count. This Skill generates Deployment manifests tailored for your microservices, specifying images and replica configurations.

How do I manage environment-specific configurations when deploying Kubernetes apps with Helm?

Managing environment-specific configurations with Helm is handled using Kustomize. This Skill supports applying Kustomize for advanced configuration layering, allowing environment-specific overrides on top of base Helm charts.

Can I generate Kubernetes manifests for Services, Ingresses, and PersistentVolumeClaims?

Generating Kubernetes manifests for Services, Ingresses, and PersistentVolumeClaims is supported. This Skill facilitates creating and managing these resources alongside Deployments, ConfigMaps, and Secrets for your applications.

What is the best way to deploy a multi-tier web application onto a Kubernetes cluster?

Deploying a multi-tier web application is best achieved using a Helm chart. This Skill streamlines deploying frontend, backend API, and database components onto a Kubernetes cluster, ensuring consistent and repeatable deployments.

Does this approach provide kubectl and helm commands for cluster operations?

Yes, this approach provides essential kubectl and helm commands for cluster operations. The Skill includes command line utilities to facilitate interaction with your Kubernetes cluster during deployment and management.

When do I need Kustomize for Kubernetes configuration layering?

You need Kustomize for Kubernetes configuration layering when applying environment-specific overrides without modifying the base manifests. This Skill supports Kustomize to apply advanced configuration layering alongside Helm chart management.