- you're going to need docker, because that's what minikube runs within.
- Go to https://docs.docker.com/engine/install/centos/ and follow the install notes.
$sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
$sudo usermod -aG docker $USER && newgrp docker #https://docs.docker.com/engine/install/linux-postinstall/
- Then go to https://minikube.sigs.k8s.io/docs/start/ and follow the install notes.
$curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-latest.x86_64.rpm
$sudo rpm -Uvh minikube-latest.x86_64.rpm
- Now starting minikube is as easy as this:
$systemctl start docker
$minikube start
- To use kubens or kubectx for namespace handling:
$sudo git clone https://github.com/ahmetb/kubectx /opt/kubectx
$sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx
$sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens
-
Notifications
You must be signed in to change notification settings - Fork 0
mtthwmths/kubernetes-notes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
I'll forget if it's not written down somewhere. :)
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published