Kubernetes & Container Orchestration

Orchestrates Kubernetes deployments and lifecycle management for containerized applications.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/FlexNetOS/ripple-env --skill kubernetes-container-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Kubernetes & Container Orchestration
Source: https://github.com/FlexNetOS/ripple-env/tree/main/.claude/skills/kubernetes
Command: npx skills add https://github.com/FlexNetOS/ripple-env --skill kubernetes-container-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kubernetes deployment and management to deploy, scale, and operate containerized apps reliably in clusters.

Core Features & Use Cases

  • Provision and manage Pods, Deployments, Services, ConfigMaps, Secrets, Ingress, PVCs, and Namespaces for scalable apps.
  • Use Helm charts, ArgoCD GitOps, and Kustomize to template, deploy, and manage multi-environment configurations.
  • Troubleshoot and optimize cluster operations with kubectl commands, logs, and health checks; apply best practices for manifest templates and workflows.

Quick Start

Install and configure a Kubernetes cluster, then start deploying applications using manifests, Helm, ArgoCD, and Kustomize.

Frequently Asked Questions about Kubernetes & Container Orchestration

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

FAQPage Schema
How do I troubleshoot Kubernetes deployment failures and check cluster health?

To troubleshoot Kubernetes deployments, you need to generate and run specific kubectl commands for inspecting logs, querying resource status, and performing health checks on your cluster operations.

What is the best way to manage multi-environment Kubernetes configurations?

The best way to manage multi-environment Kubernetes configurations is by using Helm charts, ArgoCD GitOps workflows, and Kustomize patches to template, deploy, and synchronize application manifests across different cluster contexts.

How do I provision and scale containerized applications using kubectl?

You provision and scale containerized applications by defining Kubernetes manifests for Pods, Deployments, and Services, then applying these configurations via kubectl commands to manage resource allocation and lifecycle.

Can I use ArgoCD for GitOps deployment alongside Helm and Kustomize?

Yes, you can use ArgoCD for GitOps deployment alongside Helm and Kustomize. This Skill supports generating ArgoCD applications and Helm releases to template, deploy, and manage configurations effectively.

Why are my Kubernetes Pods failing to start after applying Helm charts?

Kubernetes Pods failing after applying Helm charts typically indicate configuration errors in manifests, resource limits, or dependencies. You must troubleshoot using kubectl logs and health checks to isolate the lifecycle issue.