What is Minikube?
Minikube is a tool that allows you to run a single-node Kubernetes cluster on your local machine for learning, development, and testing purposes.
Perfect for:
Learning Kubernetes
Running demos
Practicing kubectl commands
Not suitable for:
Production workloads
High availability
Architecture
Laptop
|
Minikube VM/Container
|
Control Plane + Worker
Basis on your Operating System follow Official Document
Install kubectl
Install Minikube
Start Cluster
No comments:
Post a Comment
testing