Hugo Future Imperfect Slim

Tech Notes

Linux,MAC,Docker,Kubernetes,
CloudStack,AWS,GCP,AZURE,
Raspberrypi,VMWARE,GO,BOOKS,
NETFLIX,Movies,Seasons

1-Minute Read

  1. Install virtual box

sudo apt install virtualbox

  1. Install vagrant

curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add -

sudo apt-add-repository “deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main”

sudo apt-get update && sudo apt-get install vagrant

  1. Git clone this repository

git clone https://github.com/justmeandopensource/kubernetes

cd vagrant-provisioning

vagrant up

This is going to create 1 master node with 2 worker nodes

  • None
  • None
comments powered by Disqus

Recent Posts

Categories

About

I am a Software Engineer at Persistent Systems, working on Cloud Stack Orchestration and various tech related to Cloud Infra, container technology like Docker, Kubernetes