k8s-foundation

Run Kubernetes cluster health checks and manage Helm deployments across namespaces.

1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/MuhammadUsmanGM/skills-library --skill k8s-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-foundation
Source: https://github.com/MuhammadUsmanGM/skills-library/tree/main/.claude/skills/k8s-foundation
Command: npx skills add https://github.com/MuhammadUsmanGM/skills-library --skill k8s-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Kubernetes cluster health checks and Helm operations to ensure reliable deployments and namespace hygiene.

Core Features & Use Cases

  • Health verification: automated cluster readiness checks and insightful diagnostics before deployments.
  • Helm orchestration: add repos, update indices, install and verify charts across namespaces.
  • Namespace management: create, list, and delete namespaces to isolate environments and resources.
  • Use Case: When a deployment fails, run a health check, apply the appropriate chart in the correct namespace, and verify the installation.

Quick Start

Trigger a health check to assess cluster readiness and then proceed with a Helm deployment or namespace operation as needed.

Frequently Asked Questions about k8s-foundation

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

FAQPage Schema
How do I run a Kubernetes health check before deploying Helm charts?

Run a Kubernetes health check to assess cluster readiness by executing automated diagnostics that verify node status and resource availability before proceeding with Helm chart installations.

How do I manage Kubernetes namespaces for staging and production environments?

Manage Kubernetes namespaces by creating, listing, and deleting isolated environments to separate staging and production resources, ensuring proper namespace hygiene across clusters before deployments.

Can I automate Helm deployments and verify the installation afterwards?

Automate Helm deployments by adding repositories, updating indices, and installing charts, then verify the installation by running automated checks to confirm the deployment succeeded in the target namespace.

What is the best way to orchestrate Helm chart updates across multiple namespaces?

Orchestrate Helm chart updates by executing deterministic scripts that manage repository indices and apply charts to specific namespaces, ensuring consistent deployments across staging and production environments.

Why does my Helm deployment fail and how can I troubleshoot cluster issues?

Helm deployments often fail due to cluster health issues; run a health check to identify readiness problems, then ensure the correct namespace exists and verify the installation after applying the chart.

Do I need kubectl installed to perform Kubernetes health checks and Helm operations?

Kubernetes health checks and Helm operations require kubectl and Helm installed to interact with the cluster API, execute automated scripts, and manage chart deployments across namespaces.