An open API service indexing awesome lists of open source software.

https://github.com/hamdiz0/minikube-setup

automating the setup of minikube
https://github.com/hamdiz0/minikube-setup

devops kubernetes minikube script

Last synced: 6 months ago
JSON representation

automating the setup of minikube

Awesome Lists containing this project

README

          

# `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 :
* view script here
### 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
```