Minikube Deploy Skill
CommunityAutomate Minikube deployment end-to-end.
Authorsarimofficial
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill provides a repeatable, end-to-end method for deploying a Minikube cluster and a Todo-app workflow, reducing manual setup time and errors.
Core Features & Use Cases
- Start Minikube with Docker driver
- Enable necessary Minikube addons (ingress, etc.)
- Add Helm repositories and install todo-app chart
- Set up port forwarding for services
- Validate deployment status and functionality
- Provide comprehensive deployment sequence
Quick Start
- Start Minikube cluster: minikube start --driver=docker
- Enable necessary addons: minikube addons enable ingress
- Verify cluster status: kubectl cluster-info; kubectl get nodes
- Add Helm repository: helm repo add my-repo https://my-helm-repo.com/charts; helm repo update
- Install todo-app chart: helm install todo-app my-repo/todo-app --values values.yaml
- Wait for pods to be ready: kubectl wait --for=condition=ready pod -l app=todo-app --timeout=300s
- Set up port forwarding: kubectl port-forward svc/todo-app-frontend 3000:3000 & kubectl port-forward svc/todo-app-backend 8000:8000 &
- Validate deployment: kubectl get pods; kubectl get services; kubectl get deployments; kubectl get ingress
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: Minikube Deploy Skill Download link: https://github.com/sarimofficial/HackathonlPhase-IV-AI-Powered-Kubernetes-Deployment-Minikube-Helm-kubectl-ai-Kagent-Gordon/archive/main.zip#minikube-deploy-skill Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.