What problem does it solve?
This Skill simplifies Kubernetes application development by providing pre-built, reusable CDK8s constructs for common infrastructure patterns, reducing boilerplate code and promoting consistency.
Core Features & Use Cases
- Storage Management: Easily create Persistent Volume Claims (PVCs) with specific storage classes (NVMe, SATA) and automatic backup labeling for Velero.
- Networking: Configure Tailscale Ingress for secure, private access to your services or expose them publicly via Funnel.
- Container Configuration: Apply common environment variables and security contexts to containers using helper functions.
- Database Deployment: Deploy Redis and specialized MariaDB instances with automated ArgoCD application creation.
- Secret Management: Integrate with OnePassword for secure handling of sensitive credentials.
Quick Start
Use the cdk8s-abstractions skill to create a ZFS NVMe volume with 8 GiB of storage for your application's configuration.