Skip to content

Kubernetes Cluster with Calico Networking and Kubernetes Dashboard

Notifications You must be signed in to change notification settings

fritzstauff/VagrantKubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Test Environment For Kuberenetes

For now its just a single master node and two workers with Docker and Calico network plugin. Intended for local development. Tested on mac with latest stable reqs. Modified versoin of the following kubernetes blog post https://kubernetes.io/blog/2019/03/15/kubernetes-setup-using-ansible-and-vagrant/.

Pre Reqs

Bring Up Environment

  • vagrant up

Confirm It Works

  • source env.sh
  • kubectl get nodes
  • watch kubectl get pods --all-namespaces

Access Dashboard

Pause Work

  • vagrant halt

Start Work

  • vagrant up
  • vagrant ssh

About

Kubernetes Cluster with Calico Networking and Kubernetes Dashboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published