mirror of https://github.com/k3s-io/k3s
Adding a CloudStack deployment page with initial documentation and place holders
parent
ebba1aed7d
commit
649d688dbd
|
@ -17,3 +17,4 @@ least one maintainer on relevant issues and PRs.
|
|||
* oVirt: [Federico Simoncelli](https://github.com/simon3z)
|
||||
* Local: [Derek Carr](https://github.com/derekwaynecarr)
|
||||
* Vagrant: [Derek Carr](https://github.com/derekwaynecarr)
|
||||
* CloudStack: [Sebastien Goasguen](https://github.com/runseb)
|
||||
|
|
|
@ -22,6 +22,7 @@ While the concepts and architecture in Kubernetes represent years of experience
|
|||
* [Digital Ocean](https://github.com/bketelsen/coreos-kubernetes-digitalocean)
|
||||
* [CoreOS](docs/getting-started-guides/coreos.md)
|
||||
* [OpenStack](https://developer.rackspace.com/blog/running-coreos-and-kubernetes/)
|
||||
* [CloudStack](docs/getting-started-guides/cloudstack.md)
|
||||
* The following clouds are currently broken at Kubernetes head. Please sync your client to `v0.3` (`git checkout v0.3`) to use these:
|
||||
* [Locally](docs/getting-started-guides/locally.md)
|
||||
* [vSphere](docs/getting-started-guides/vsphere.md)
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
## Deploying Kubernetes on [CloudStack](http://cloudstack.apache.org)
|
||||
|
||||
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](http://exoscale.ch) for instance makes a [CoreOS](http://coreos.com) 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.
|
||||
|
||||
* [Kubernetes on Exoscale](https://github.com/runseb/kubernetes-exoscale)
|
||||
|
Loading…
Reference in New Issue