operational-excellence

Integrate VPA, OpenCost, Velero, and Chaos Mesh for Kubernetes operations.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/imsanghaar/agentfactory --skill operational-excellence-imsanghaar
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: operational-excellence
Source: https://github.com/imsanghaar/agentfactory/tree/main/docs/_skills_archive/warm/operational-excellence
Command: npx skills add https://github.com/imsanghaar/agentfactory --skill operational-excellence-imsanghaar

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the critical need for robust operational excellence in Kubernetes environments by providing tools and strategies for cost visibility, disaster recovery, and resilience testing.

Core Features & Use Cases

  • Cost Optimization: Implement VPA for right-sizing and OpenCost for detailed cost visibility and allocation.
  • Disaster Recovery: Configure Velero for reliable backups and restore procedures, defining RTO/RPO.
  • Resilience Testing: Utilize Chaos Mesh for chaos engineering experiments to proactively identify and fix system weaknesses.
  • Use Case: A team needs to reduce cloud spend, ensure their application can recover from failures within business-defined timeframes, and proactively test its resilience against common failure scenarios.

Quick Start

Use the operational-excellence skill to set up daily backups for the 'production' namespace using Velero.

Frequently Asked Questions about operational-excellence

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

FAQPage Schema
How do I optimize Kubernetes costs using Vertical Pod Autoscaler and OpenCost?▼

To optimize Kubernetes costs, you configure Vertical Pod Autoscaler (VPA) for resource right-sizing and integrate OpenCost to gain detailed visibility into cost allocation across your clusters. This combination reduces cloud spend by eliminating over-provisioning and tracking workload expenses.

What is the best way to set up Kubernetes disaster recovery and define RTO/RPO?▼

The best way to establish Kubernetes disaster recovery is configuring Velero to handle scheduled backups and restore procedures. This approach ensures your applications can recover from infrastructure failures within business-defined Recovery Time Objective (RTO) and Recovery Point Objective (RPO) limits.

How do I run chaos engineering experiments in Kubernetes to test resilience?▼

You run chaos engineering experiments in Kubernetes by deploying Chaos Mesh to proactively simulate common failure scenarios. This resilience testing identifies system weaknesses before they impact production, allowing your team to fix vulnerabilities and improve overall cluster stability.

Can I use this operational excellence approach for a specific namespace like production?▼

Yes, you can apply this operational excellence approach to a specific namespace. For example, the Skill enables you to quickly configure Velero to target and set up daily backups exclusively for your 'production' namespace, ensuring critical workloads are protected.

What FinOps practices are included for Kubernetes cost visibility?▼

The FinOps practices included for Kubernetes cost visibility focus on integrating OpenCost to allocate expenses accurately and using Vertical Pod Autoscaler (VPA) for automated resource right-sizing. This provides detailed cost allocation insights to reduce unnecessary cloud spend.

When do I need chaos engineering and disaster recovery for my Kubernetes environment?▼

You need chaos engineering and disaster recovery for your Kubernetes environment when you must ensure applications survive infrastructure failures within defined RTO/RPO limits. Proactively testing resilience with Chaos Mesh and backing up with Velero prevents data loss and downtime.