Jun 13Vibe with Hermes Agent — Bengaluru · RSVP
ToolsMCPBlogResearchCommunityStar on GitHub
All Tools
M
Dev ToolsFreeOpen Source

MINIKUBE

Run Kubernetes locally for development and addons

Apache-2.0

ABOUT

Testing Helm charts, operators, and model-serving Deployments usually needs a real kube-apiserver, not Docker Compose. minikube boots a local cluster with kubectl access and optional GPU or ingress addons so CI and laptops can exercise Kubernetes APIs without a cloud account.

INSTALL
brew install minikube

INTEGRATION GUIDE

1. Run a local Kubernetes cluster to test inference Deployments and Services before cloud deploy 2. Enable the GPU addon to iterate on CUDA-backed serving pods from a workstation 3. Try ingress, metrics-server, and registry addons without provisioning a shared cluster 4. Teach Kubernetes APIs for ML platform work with a disposable single-node environment

TAGS

kuberneteslocal-devclusterdevopsgpuaddons