mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #1411 from runseb/acsdocs
Adding a CloudStack deployment page with initial documentation and place...
This commit is contained in:
commit
86e2dd64e2
@ -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)
|
||||
|
8
docs/getting-started-guides/cloudstack.md
Normal file
8
docs/getting-started-guides/cloudstack.md
Normal file
@ -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
Block a user