Commit 5c31fedf authored by bgrant0607's avatar bgrant0607

Merge pull request #2507 from MikeJeffrey/docs

Update to readme.md
parents 6ec5da9f 7c9698f1
# Kubernetes # Kubernetes
Kubernetes is an open source implementation of [container cluster management](https://cloud.google.com/compute/docs/containers).
[Kubernetes Design Document](DESIGN.md) - [Kubernetes @ Google I/O 2014](http://youtu.be/tsk0pWf4ipw) Kubernetes is an open source system for managing containerized applications across multiple hosts,
providing basic mechanisms for deployment, maintenance, and scaling of applications.
[![GoDoc](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes?status.png)](https://godoc.org/github.com/GoogleCloudPlatform/kubernetes) Kubernetes is:
[![Travis](https://travis-ci.org/GoogleCloudPlatform/kubernetes.svg?branch=master)](https://travis-ci.org/GoogleCloudPlatform/kubernetes)
* **lean**: lightweight, simple, accessible
* **portable**: public, private, hybrid, multi cloud
* **extensible**: modular, pluggable, hookable, composable
* **self-healing**: auto-placement, auto-restart, auto-replication
## Kubernetes can run anywhere! Kubernetes builds upon a decade and a half of experience at Google running production workloads at scale, combined with best-of-breed ideas and practices from the community.
However, initial development was done on [GCE](https://cloud.google.com/compute/) and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code.
## Kubernetes is in pre-production beta! <hr>
### Kubernetes can run anywhere!
However, initial development was done on GCE and so our instructions and scripts are built around that. If you make it work on other infrastructure please let us know and contribute instructions/code.
### Kubernetes is in pre-production beta!
While the concepts and architecture in Kubernetes represent years of experience designing and building large scale cluster manager at Google, the Kubernetes project is still under heavy development. Expect bugs, design and API changes as we bring it to a stable, production product over the coming year. While the concepts and architecture in Kubernetes represent years of experience designing and building large scale cluster manager at Google, the Kubernetes project is still under heavy development. Expect bugs, design and API changes as we bring it to a stable, production product over the coming year.
### Contents
* Getting Started Guides ## Concepts
* [Google Compute Engine](docs/getting-started-guides/gce.md)
* [Locally](docs/getting-started-guides/locally.md) Kubernetes works with the following concepts:
* [Vagrant](docs/getting-started-guides/vagrant.md)
* [AWS with CoreOS and Cloud Formation](docs/getting-started-guides/aws-coreos.md) **Clusters** are the compute resources on top of which your containers are built. Kubernetes can run anywhere! See the [Getting Started Guides](docs/getting-started-guides) for instructions for a variety of services.
* [AWS](docs/getting-started-guides/aws.md)
* Fedora (w/ [Ansible](docs/getting-started-guides/fedora/fedora_ansible_config.md) or [manual](docs/getting-started-guides/fedora/fedora_manual_config.md)) **Pods** are a colocated group of Docker containers with shared volumes. They're the smallest deployable units that can be created, scheduled, and managed with Kubernetes. Pods can be created individually, but it's recommended that you use a replication controller even if creating a single pod. [More about pods](docs/pods.md).
* [Circle CI](https://circleci.com/docs/docker#google-compute-engine-and-kubernetes)
* [Digital Ocean](https://github.com/bketelsen/coreos-kubernetes-digitalocean) **Replication controllers** manage the lifecycle of pods. They ensure that a specified number of pods are running
* [CoreOS](docs/getting-started-guides/coreos.md) at any given time, by creating or killing pods as required. [More about replication controllers](docs/replication-controller.md).
* [OpenStack](https://developer.rackspace.com/blog/running-coreos-and-kubernetes/)
* [CloudStack](docs/getting-started-guides/cloudstack.md) **Services** provide a single, stable name and address for a set of pods.
* [Rackspace](docs/getting-started-guides/rackspace.md) They act as basic load balancers. [More about services](docs/services.md).
* [vSphere](docs/getting-started-guides/vsphere.md)
* [Microsoft Azure](docs/getting-started-guides/azure.md) **Labels** are used to organize and select groups of objects based on key:value pairs. [More about labels](docs/labels.md).
* [Kubernetes 101](examples/walkthrough) ## Documentation
* [kubecfg command line tool](docs/cli.md)
* [Kubernetes API Documentation](http://cdn.rawgit.com/GoogleCloudPlatform/kubernetes/31a0daae3627c91bc96e1f02a6344cd76e294791/api/kubernetes.html) Kubernetes documentation is organized into several categories.
* [Kubernetes Client Libraries](docs/client-libraries.md)
* [Discussion and Community Support](#community-discussion-and-support) - **Getting Started Guides**
* [Hacking on Kubernetes](CONTRIBUTING.md) - for people who want to create a kubernetes cluster
* [Hacking on Kubernetes Salt configuration](docs/salt.md) - in [docs/getting-started-guides](docs/getting-started-guides)
* [Kubernetes User Interface](docs/ux.md) - **User Documentation**
- in [docs](docs/overview.md)
## Where to go next? - for people who want to run programs on kubernetes
- describes current features of the system (with brief mentions of planned features)
Check out examples of Kubernetes in action, and community projects in the larger ecosystem: - **Developer Documentation**
- in [docs/devel](docs/devel)
* [Kubernetes 101](examples/walkthrough/README.md) - for people who want to contribute code to kubernetes
* [Kubernetes 201](examples/walkthrough/k8s201.md) - covers development conventions
* [Detailed example application](examples/guestbook/README.md) - explains current architecture and project plans
* [Example of dynamic updates](examples/update-demo/README.md) - **Design Documentation**
* [Cluster monitoring with heapster and cAdvisor](https://github.com/GoogleCloudPlatform/heapster) - in [docs/design](docs/design)
* [Community projects](https://github.com/GoogleCloudPlatform/kubernetes/wiki/Kubernetes-Community) - for people who want to understand the design choices made
* [Development guide](docs/devel/development.md) - describes tradeoffs, alternative designs
* [User contributed recipes](contrib/recipes) - descriptions of planned features that are too long for a github issue.
- **Walkthroughs and Examples**
Or fork and start hacking! - in [examples](/examples)
- Hands on introduction and example config files
- **API documentation**
- in [the API conventions doc](docs/api-conventions.md)
- and automatically generated API documentation served by the master
- **Wiki**
- in [wiki](https://github.com/GoogleCloudPlatform/kubernetes/wiki)
- includes a number of [Kubernetes community-contributed recipes](/contrib/recipes)
## Community, discussion and support ## Community, discussion and support
...@@ -61,3 +75,4 @@ If you have questions or want to start contributing please reach out. We don't ...@@ -61,3 +75,4 @@ If you have questions or want to start contributing please reach out. We don't
The Kubernetes team is hanging out on IRC on the [#google-containers channel on freenode.net](http://webchat.freenode.net/?channels=google-containers). We also have the [google-containers Google Groups mailing list](https://groups.google.com/forum/#!forum/google-containers) for questions and discussion as well as the [kubernetes-announce mailing list](https://groups.google.com/forum/#!forum/kubernetes-announce) for important announcements (low-traffic, no chatter). The Kubernetes team is hanging out on IRC on the [#google-containers channel on freenode.net](http://webchat.freenode.net/?channels=google-containers). We also have the [google-containers Google Groups mailing list](https://groups.google.com/forum/#!forum/google-containers) for questions and discussion as well as the [kubernetes-announce mailing list](https://groups.google.com/forum/#!forum/kubernetes-announce) for important announcements (low-traffic, no chatter).
If you are a company and are looking for a more formal engagement with Google around Kubernetes and containers at Google as a whole, please fill out [this form](https://docs.google.com/a/google.com/forms/d/1_RfwC8LZU4CKe4vKq32x5xpEJI5QZ-j0ShGmZVv9cm4/viewform) and we'll be in touch. If you are a company and are looking for a more formal engagement with Google around Kubernetes and containers at Google as a whole, please fill out [this form](https://docs.google.com/a/google.com/forms/d/1_RfwC8LZU4CKe4vKq32x5xpEJI5QZ-j0ShGmZVv9cm4/viewform) and we'll be in touch.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment