Skip to content

hamdiz0/minikube-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Minikube-setup

  • automating the setup of minikube with scripts

Minikube as Docker container --driver=docker [view docs] :

  • view script here

  • the script check if docker is installed if not it installs it along with minikube

  • start minikube after running the script :

    minikube start --driver=docker
    

Minikube as a VM --driver=none [view docs] :

debian based system :

red hat based system :

  • view script here

  • the script installs docker along with the required dependencys

  • start minikube after running the script :

    minikube start --driver=none
    

About

automating the setup of minikube

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages