Minikube Rules
Local Kubernetes cluster for development and testing. Run a single-node cluster on your laptop with full K8s features.
3 rules
Image Pull Policy for Local Development
Beginner
Enforce correct imagePullPolicy settings when using locally loaded images in minikube to prevent ImagePullBackOff errors and unnecessary registry pulls.
globs: **/k8s/**/*.yaml, **/deploy/**/*.yaml, **/manifests/**/*.yaml, **/values*.yaml
image-pull-policy, local-images, imagepullbackoff, development-config
View Rule
Minikube Profile Management Standards
Beginner
Enforce minikube profile usage for project isolation — one profile per project, naming conventions, cleanup policies, and context switching best practices.
globs: **/Makefile, **/scripts/dev-setup*, **/README*
minikube-profiles, project-isolation, context-switching, cleanup
View Rule
Minikube Resource Allocation Standards
Beginner
Enforce minimum and maximum resource allocation for Minikube clusters — CPU, memory, and disk settings to prevent under-provisioning and host resource exhaustion.
globs: **/Makefile, **/scripts/dev-setup*, **/.minikube/**
resource-allocation, minikube-config, cpu-memory, development-setup
View Rule