Skip to content

Vagrant defitions to deploy a simple Atomic-based kubernetes cluster

License

Notifications You must be signed in to change notification settings

vpodzime/atomic_bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomic Bootstrap

Vagrant definitions, config files and shell scripts to deploy a simple Atomic-based cluster. Heavily inspired by http://www.projectatomic.io/docs/gettingstarted/

Steps to setup a cluster

  1. export NODES=4 or any other desired number of nodes
  2. vagrant up master to deploy a master VM
  3. vagrant up to deploy the nodes
  4. vagrant ssh master
  5. kubectl get node to see if the cluster is properly set up

Disclaimer

This is in no way meant to be a production-ready solution! Among the other issues, all security mechanisms of the cluster are disabled.

About

Vagrant defitions to deploy a simple Atomic-based kubernetes cluster

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages