Skip to content

Ajaytekam/minikube-VagrantBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Ubuntu minikube, kubectl Setup

Sets up the ubuntu VM with minikube, kubectl and docker

  • minikube : minikube is local Kubernetes, focusing on making it easy to learn and develop for Kubernetes.
  • kubectl : The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes clusters.
  • docker : software platform that allows you to build, test, and deploy applications quickly.

How to use :

  • Install virtualbox and vagrant
  • Run vagrant up command in the working directory and make sure the vagrantfile is there.

Note: The vagrantfile allocates 6GB ram and 4 cores to vm, so make sure that your system will acomodate that.

Example :

  • After provision run vagrant ssh command
  • To start minikube run command minikube start and if it doesn't detect docker then run minikube start --driver=docker

About

Provision ubuntu vm with minikube, kubectl and docker engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published