Skip to content

nikitabugrovsky/k8s-lab-digitalocean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8S Lab: 3 nodes setup: k8s-master + 2 worker nodes on Digital Ocean (centos 7).

Requirements

  1. Digital Ocean Account with Personal Access Token (read & write permissions)
  2. Supported Host OS:
  • Linux
  • MacOS
  1. Vagrant >= 2.2.5(Vagrant Installation Guide)
  2. Vagrant plugins:
  • vagrant-digitalocean (vagrant plugin install vagrant-digitalocean)
  1. Ansible >= 2.8.2 (Ansible Installation Guide)
  2. Supported Guest OS: digital_ocean (vagrant box add digital_ocean)

How to Create K8S Lab

DO_API_KEY=<your token>
./k8s-cluster.sh create

How to Destroy K8S Lab

DO_API_KEY=<your token>
./k8s-cluster.sh delete

Inspired by

About

K8S Lab: 3 nodes setup: k8s-master + 2 worker nodes on digital ocean (Centos 7 box)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published