What problem does it solve?
This skill solves the complexity of managing a large-scale HomeLab infrastructure by providing standardized operational conventions for OKD and MicroShift clusters, Ansible provisioning, GitOps workflows, and Kubernetes manifest management. It eliminates guesswork and inconsistency when interacting with the repository's IaC and cluster resources.
Core Features & Use Cases
- Cluster Authentication & Safety: Enforces strict KUBECONFIG discipline and read-only exploration patterns for OKD and MicroShift clusters, preventing accidental mutations of production workloads.
- GitOps & Manifest Standards: Defines the exact directory layout, kustomize conventions, overlay validation, and secret management patterns (External Secrets Operator, argocd-vault-plugin) for deploying applications via ArgoCD.
- Ansible & Provisioning Guidance: Provides entry points, inventory locations, and linting requirements for bare-metal and VM provisioning, ensuring idempotent and auditable infrastructure changes.
- Related Skills Indexing: Automatically surfaces the embedded Kubernetes (KubeShark) skill for detailed manifest design, failure-mode workflows, and OKD-specific patterns like SecurityContextConstraints and Routes.
Quick Start
Use the homelab skill to validate your new Kubernetes application overlay against the repository's strict manifest and secret management conventions before committing.