Mini Ku
Mini Ku
Overview of process
Process Workflow
Note that you can create this deployment via the gcloud CLI or
the Cloud Console. We will use the CLI for this exercise.
8. Install kubectl
sudo yum install -y kubectl
9. Make a directory
mkdir kubectl
10 . Change Permissions as needed.
chmod +x kubectl
11. Move to your /usr/bin directory
sudo mv ./kubectl /usr/local/bin/kubectl
Install Virtualbox
Select Y
Select Y
Continue on.
Install MiniKube
15. CP to directory.
sudo cp minikube /usr/bin/
cd /usr/local/bin/
sudo -E ./minikube start --vm-driver=none