mirror of https://github.com/k3s-io/k3s
Added a link to the CoreOS howto.
parent
4384772d32
commit
1848745427
|
@ -16,6 +16,7 @@ While the concepts and architecture in Kubernetes represent years of experience
|
|||
### Contents
|
||||
* [Getting started on Google Compute Engine](#getting-started-on-google-compute-engine)
|
||||
* [Running a local cluster](#running-locally)
|
||||
* [Running on CoreOS](#running-on-coreos)
|
||||
* [Discussion and Community Support](#community-discussion-and-support)
|
||||
* [Hacking on Kubernetes](#development)
|
||||
|
||||
|
@ -123,6 +124,9 @@ This will build and start a lightweight local cluster, consisting of a master an
|
|||
If you are running both a remote kubernetes cluster and the local cluster, you can determine which you talk to using the ```KUBERNETES_MASTER``` environment variable.
|
||||
|
||||
|
||||
## Running on [CoreOS](http://coreos.com)
|
||||
The folks at [CoreOS](http://coreos.com) have [instructions for running Kubernetes on CoreOS](http://coreos.com/blog/running-kubernetes-example-on-CoreOS-part-1/)
|
||||
|
||||
## Where to go next?
|
||||
[Detailed example application](https://github.com/GoogleCloudPlatform/kubernetes/blob/master/examples/guestbook/guestbook.md)
|
||||
|
||||
|
|
Loading…
Reference in New Issue