Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 1.46 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.46 KB

Terraform provisioning for Kubernetes

This project includes Terraform scripts for deploying Kubernetes on top of OpenStack or libvirt.

The whole process can be seen in this diagram:

We use Terraform for creating VMs that will be provisioned with Salt later on. However, we do not use vanilla Terraform scripts but some templates that are processed by our k8s-setup script (our own preprocessor that internally uses erb). This process can be controlled with some configuration variables that can be used for specifying things like the VMs base image, the Salt scripts directory, the number of worker nodes, etc

You can find more information about how to use this code in the following links:

License

This project is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.