diff --git a/index.html b/index.html index 6c5447c3f3..c277cf075d 100644 --- a/index.html +++ b/index.html @@ -40,21 +40,21 @@ title: Accelerate Your Delivery

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. From testing locally to running a global enterprise, your application scales consistently and easily.

+

Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can scale without increasing your ops team.

Never Outgrow

-

Simple cases, complex cases. Kubernetes is flexible enough for your needs.

+

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.

Run Anywhere

-

Kubernetes is open source giving you the flexibility to take advantage of on-premise, hybrid, or public cloud infrastructure allowing you to easily move workloads to where it matters to you.

+

Kubernetes is open source giving you the freedom to take advantage of on-premise, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.

@@ -63,7 +63,7 @@ title: Accelerate Your Delivery

A technical overview
of Kubernetes

Brendan Burns, Software Engineer and a founder of Kubernetes at Google, gives a technical overview of Kubernetes in this - 30-minute presentation from CoreOS Fest 2015.

+ 30-minute presentation from CoreOS Fest.

@@ -76,39 +76,39 @@ title: Accelerate Your Delivery

Automatic binpacking

-

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

+

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

-

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 containers to clients until they are ready to serve.

+

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.

Horizontal scaling

-

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

+

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

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.

+

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.

Automated rollouts and rollbacks

-

Kubernetes progressively rolls out application and configuration changes, 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.

+

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

-

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

+

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

@@ -116,7 +116,7 @@ title: Accelerate Your Delivery

Storage orchestration

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