What problem does it solve?
This Skill streamlines the management of Kubernetes configurations, specifically ConfigMaps for LLM models and SealedSecrets for API keys, by enforcing a git-first workflow. It helps prevent configuration drift and ensures secure handling of sensitive information.
Core Features & Use Cases
- Git-First Workflow: Ensures all changes are version-controlled before being applied to the cluster.
- Secure Secret Management: Handles API keys via SealedSecrets, preventing direct exposure of sensitive values.
- Model Configuration: Manages LLM model configurations within ConfigMaps.
- Use Case: When updating an AI agent's LLM model or rotating an API key, use this Skill to update the configuration in Git, apply it to the Kubernetes cluster, and restart the relevant services.
Quick Start
Use the k8s-config skill to set the 'view' model to 'haiku' in the development environment.