From 918fd9139302484a7c76f554e61a73a440be31cb Mon Sep 17 00:00:00 2001 From: Brian Grant Date: Fri, 3 Jun 2016 18:34:29 +0000 Subject: [PATCH] Improve homepage --- index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index e494580285..101e351654 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ --- -title: Accelerate Your Delivery +title: Production-Grade Container Orchestration --- @@ -11,8 +11,8 @@ title: Accelerate Your Delivery
-

Accelerate Your Delivery

-
Manage an infrastructure cluster as a single system to simplify container operations.
+

Production-Grade Container Orchestration

+
Automated container deployment, scaling, and management
Try Our Hello World
@@ -30,9 +30,9 @@ title: Accelerate Your Delivery
-

Kubernetes is an open-source system for automating deployment, operations, and scaling of containerized applications.

+

Kubernetes 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 a decade and a half of experience of running production workloads at Google, + upon 15 years of experience of running production workloads at Google, combined with best-of-breed ideas and practices from the community.

@@ -75,12 +75,12 @@ title: Accelerate Your Delivery
-

Automatic binpacking

+

Automatic binpacking

Automatically places containers based on their resource requirements and other constraints, while not sacrificing availability. Mix critical and best-effort workloads in order to drive up utilization and save even more resources.

-

Self-healing

+

Self-healing

Restarts containers that fail, replaces and reschedules containers when nodes die, kills containers that don’t respond to your user-defined health check, and doesn’t advertise them to clients until they are ready to serve.

@@ -88,11 +88,11 @@ title: Accelerate Your Delivery
-

Horizontal scaling

+

Horizontal scaling

Scale your application up and down with a simple command, with a UI, or automatically based on CPU usage.

-

Service discovery and load balancing

+

Service discovery and load balancing

No need to modify your application to use an unfamiliar service discovery mechanism. Kubernetes gives containers their own IP addresses and a single DNS name for a set of containers, and can load-balance across them.

@@ -100,13 +100,13 @@ title: Accelerate Your Delivery
-

Automated rollouts and rollbacks

+

Automated rollouts and rollbacks

Kubernetes progressively rolls out changes to your application or its configuration, while monitoring application health to ensure it doesn’t kill all your instances at the same time. If something goes wrong, Kubernetes will rollback the change for you. Take advantage of a growing ecosystem of deployment solutions.

-

Secret and configuration management

+

Secret and configuration management

Deploy and update secrets and application configuration without rebuilding your image and without exposing secrets in your stack configuration.

@@ -114,13 +114,13 @@ title: Accelerate Your Delivery
-

Storage orchestration

+

Storage orchestration

Automatically mount the storage system of your choice, whether from local storage, a public cloud provider such as GCP or AWS, or a network storage system such as NFS, iSCSI, Gluster, Ceph, Cinder, or Flocker.

-

Batch execution

+

Batch execution

In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.