Files
website/docs/index.md
T
Matthew L Daniel 5643dede04 Update google groups link for kubernetes-users
The previous link now has scary language in a big font, along with a membership requirement. That page does _mention_ kubernetes-users but it does not link to said group. This fixes both of those problems.
2016-08-09 23:51:56 -07:00

4.1 KiB
Raw Blame History

assignees
assignees
bgrant0607
thockin
<style> h2, h3, h4 { border-bottom: 0px !important; } .colContainer { padding-top:2px; padding-left: 2px; overflow: auto; } #samples a { color: #000; } .col3rd { display: block; width: 250px; float: left; margin-right: 30px; margin-bottom: 30px; overflow: hidden; } .col3rd h3, .col2nd h3 { margin-bottom: 0px !important; } .col3rd .button, .col2nd .button { margin-top: 20px; border-radius: 2px; } .col3rd p, .col2nd p { margin-left: 2px; } .col2nd { display: block; width: 400px; float: left; margin-right: 30px; margin-bottom: 30px; overflow: hidden; } .shadowbox { display: inline; float: left; text-transform: none; font-weight: bold; text-align: center; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; line-height: 24px; position: relative; display: block; cursor: pointer; box-shadow: 0 2px 2px rgba(0,0,0,.24),0 0 2px rgba(0,0,0,.12); border-radius: 10px; background: #fff; transition: all .3s; padding: 16px; margin: 0 16px 16px 0; text-decoration: none; letter-spacing: .01em; } .shadowbox img { min-width: 150px; max-width: 150px; max-height: 50px; } </style>

What is Kubernetes?

Kubernetes is an open-source platform for automating deployment, scaling, and operations of application containers across clusters of hosts. Learn more about what this means for your app.

Read the Overview

Hello Node!

In this quickstart, well be creating a Kubernetes instance that stands up a simple “Hello World” app using Node.js. In just a few minutes you'll go from zero to deployed Kubernetes app on Google Container Engine.

Get Started

Guided Tutorial

If youve completed the quickstart, a great next step is Kubernetes 101. You will follow a path through the various features of Kubernetes, with code examples along the way, learning all of the core concepts. There's also a Kubernetes 201!

Kubernetes 101

Samples

 

 

Contribute to Our Docs

The docs for Kubernetes are open-source, just like the code for Kubernetes itself. The docs are on GitHub Pages, so you can fork it and it will auto-stage on username.github.io, previewing your changes!

Write Docs for K8s

Need Help?

Try consulting our troubleshooting guides, or our FAQ. Kubernetes is also supported by a great community of contributors and experts who hang out in our Slack channel, our Google Group and Stack Overflow.

Get Support