What problem does it solve?
This Skill provides battle-tested Kubernetes patterns to ensure reliable, reproducible, and secure deployments within the Vixens cluster, addressing common pitfalls in resource management, configuration, and deployment strategies.
Core Features & Use Cases
- Resource Management: Implements defense-in-depth for resource sizing to prevent race conditions during cluster bootstrap.
- Init Containers: Demonstrates dynamic configuration generation using init containers and environment variables.
- Volume Mounts: Details best practices for
emptyDir mounts to avoid subPath issues with init containers.
- Probes: Guides on creating effective liveness and readiness probes that check persistent processes or application functionality.
- Secret Management: Offers patterns for validating Infisical secret synchronization.
- Sync Waves: Enforces deployment order using ArgoCD sync waves for policies and applications.
- Testing: Outlines pre- and post-deployment validation steps.
Quick Start
Use the vixens-kubernetes-patterns skill to understand the defense-in-depth resource sizing pattern.