Skip to content

Installation script for kubernetes / docker / minikube / bash-completion

License

Notifications You must be signed in to change notification settings

sondresjolyst/kubernetes-minikube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes-minikube

A Kubernetes Minikube script that installs docker, kubectl and minikube for you.

Quick Start

Start installation:

$ ./install.sh

If your not able to start ./install.sh it could be that the file is missing the Execute permission:

chmod +x ./install.sh

What will the script install?

  • Docker : Latest
  • Kubernetes : Stable
  • Minikube : Latest
    • After installation you will be prompted the option to start minikube.

Want to add more programs to the script?

The script will run source for every file ending with .sh in the ./scripts/* folder.

Documentation links

Project Links
Docker https://docs.docker.com/
Kubernetes https://kubernetes.io/docs/home/
Minikube https://minikube.sigs.k8s.io/docs/

About

Installation script for kubernetes / docker / minikube / bash-completion

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages