diff --git a/index.html b/index.html index 60a7b77f9e..e3c483e9ce 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ --- -title: Accelerate Your Development +title: Accelerate Your Delivery --- @@ -11,8 +11,8 @@ title: Accelerate Your Development
-

Accelerate Your Development

-
Manage a cluster of containers as a single system to simplify operations
+

Accelerate Your Delivery

+
Manage an infrastructure cluster as a single system to simplify container operations.
5 Minute Quick Start
@@ -33,46 +33,31 @@ title: Accelerate Your Development
-

Kubernetes is an open source system for automating deployment, operations, and scaling of 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, - combined with best-of-breed ideas and practices from the community.

-
-
-
-
-
-

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.

-
-
-
-
-
-

Self-healing

-

Pager wakeup calls are a thing of the past, when a hardware failure occurs Kubernetes is able to scale-up - services and distribute the load among your existing infrastructure. It automates tasks with - auto-placement, auto-restart, and auto-replication making your operations run smoothly.

-
-
-
-
-
-

Modular

-

Energistically build reliable deliverables with interactive core competencies. Enthusiastically fashion - accurate "outside the box" thinking for accurate e-markets. Dramatically evolve mission-critical - scenarios rather than fully tested experiences. Dynamically embrace effective potentialities vis-a-vis - installed base process improvements.

+

Kubernetes is an open-source system for automating deployment, operations, and scaling 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, + combined with best-of-breed ideas and practices from the community.

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

+
+
+
+
+
+

Never Outgrow

+

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

+
+
+
+
+
+

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.

@@ -80,8 +65,8 @@ title: Accelerate Your Development

A techincal overview
of Kubernetes

-

Kubernetes is an open source system for managing containerized applications across multiple hosts, - providing mechanisms for deployment, maintenance, and scaling of applications.

+

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.

@@ -93,50 +78,53 @@ title: Accelerate Your Development
-

Feature

-

Energistically transform quality total linkage whereas go forward interfaces. Assertively - conceptualize open-source best practices via mission-critical potentialities. Competently - grow proactive ideas via 24/7 communities.

+

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.

-

Feature

-

Energistically transform quality total linkage whereas go forward interfaces. Assertively - conceptualize open-source best practices via mission-critical potentialities. Competently - grow proactive ideas via 24/7 communities.

+

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.

-

Feature

-

Energistically transform quality total linkage whereas go forward interfaces. Assertively - conceptualize open-source best practices via mission-critical potentialities. Competently - grow proactive ideas via 24/7 communities.

+

Horizontal scaling

+

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

-

Feature

-

Energistically transform quality total linkage whereas go forward interfaces. Assertively - conceptualize open-source best practices via mission-critical potentialities. Competently - grow proactive ideas via 24/7 communities.

-

Quickly envisioneer customized initiatives without proactive intellectual capital. Intrinsicly - predominate focused innovation whereas clicks-and-mortar initiatives.

+

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.

-

Feature

-

Energistically transform quality total linkage whereas go forward interfaces. Assertively - conceptualize open-source best practices via mission-critical potentialities. Competently - grow proactive ideas via 24/7 communities.

-

Quickly envisioneer customized initiatives without proactive intellectual capital. Intrinsicly - predominate focused innovation whereas clicks-and-mortar initiatives.

+

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.

-

Feature

-

Energistically transform quality total linkage whereas go forward interfaces. Assertively - conceptualize open-source best practices via mission-critical potentialities. Competently - grow proactive ideas via 24/7 communities.

+

Secret and configuration management

+

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

+
+
+ +
+
+

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, + Gluster, Ceph, Cinder, or Flocker.

+
+
+

Batch execution

+

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