Skip to content

Commit

Permalink
Adding a CloudStack deployment page with initial documentation and pl…
Browse files Browse the repository at this point in the history
…ace holders
  • Loading branch information
sebgoa committed Oct 14, 2014
1 parent ebba1ae commit 649d688
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 8 additions & 0 deletions docs/getting-started-guides/cloudstack.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 649d688

Please sign in to comment.