Skip to content
/ k8s Public

Deploying a Kubernetes Cluster on Openstack

Notifications You must be signed in to change notification settings

clocare/k8s

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8S

Deploying a Kubernetes Cluster on Openstack

Requirements

hint: if you deployed your openstack cloud using clocare/cloud, these requirements are already satisfied

Getting your Cluster up

  1. clone this repo
git clone https://github.com/clocare/k8s
  1. run terraform init
  2. change default values in variables.tf file
  3. deploy cluster infrastructure
terraform apply
  1. wait for a couple of minutes until your instances are ready
  2. deploy your k8s cluster
./deploy-cluster.sh

Destroying the cluster

just run terraform destroy