Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 794 Bytes

cloudstack.md

File metadata and controls

8 lines (4 loc) · 794 Bytes

Deploying Kubernetes on CloudStack

CloudStack is software to build public and private clouds based on hardware virtualization principles (traditional IaaS). To deploy Kubernetes on CloudStack there are several possibilities depending on the Cloud being used and what images are made available. Exoscale for instance makes a CoreOS template available, therefore instructions to deploy Kubernetes on coreOS can be used. CloudStack also has a vagrant plugin available, hence Vagrant could be used to deploy Kubernetes either using the existing shell provisioner or using new Salt based recipes.

Here we introduce the existing documentation.