61 lines
2.7 KiB
HTML
61 lines
2.7 KiB
HTML
---
|
||
title: "Production-Grade Container Orchestration"
|
||
abstract: "Automated container deployment, scaling, and management"
|
||
cid: home
|
||
sitemap:
|
||
priority: 1.0
|
||
---
|
||
|
||
{{< blocks/section id="oceanNodes" >}}
|
||
{{% blocks/feature image="flower" %}}
|
||
[Kubernetes]({{< relref "/docs/concepts/overview/what-is-kubernetes" >}}), also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
|
||
|
||
It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community.
|
||
{{% /blocks/feature %}}
|
||
|
||
{{% blocks/feature image="scalable" %}}
|
||
#### Planet Scale
|
||
|
||
Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team.
|
||
|
||
{{% /blocks/feature %}}
|
||
|
||
{{% blocks/feature image="blocks" %}}
|
||
#### Never Outgrow
|
||
|
||
Whether testing locally or running a global enterprise, Kubernetes flexibility grows with you to deliver your applications consistently and easily no matter how complex your need is.
|
||
|
||
{{% /blocks/feature %}}
|
||
|
||
{{% blocks/feature image="suitcase" %}}
|
||
#### Run K8s Anywhere
|
||
|
||
Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.
|
||
|
||
{{% /blocks/feature %}}
|
||
|
||
{{< /blocks/section >}}
|
||
|
||
{{< blocks/section id="video" background-image="kub_video_banner_homepage" >}}
|
||
<div class="light-text">
|
||
<h2>The Challenges of Migrating 150+ Microservices to Kubernetes</h2>
|
||
<p>By Sarah Wells, Technical Director for Operations and Reliability, Financial Times</p>
|
||
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
|
||
<br>
|
||
<br>
|
||
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-north-america/?utm_source=kubernetes.io&utm_medium=nav&utm_campaign=kccncna20" button id="desktopKCButton">Attend KubeCon NA virtually on November 17-20, 2020</a>
|
||
<br>
|
||
<br>
|
||
<br>
|
||
<br>
|
||
<a href="https://events.linuxfoundation.org/kubecon-cloudnativecon-europe/?utm_source=kubernetes.io&utm_medium=nav&utm_campaign=kccnceu21" button id="desktopKCButton">Attend KubeCon EU virtually on May 4 – 7, 2021</a>
|
||
</div>
|
||
<div id="videoPlayer">
|
||
<iframe data-url="https://www.youtube.com/embed/H06qrNmGqyE?autoplay=1" frameborder="0" allowfullscreen></iframe>
|
||
<button id="closeButton"></button>
|
||
</div>
|
||
{{< /blocks/section >}}
|
||
|
||
{{< blocks/kubernetes-features >}}
|
||
|
||
{{< blocks/case-studies >}} |