Real copy for homepage

pull/51/head
John Mulhausen 2016-03-04 17:22:41 -08:00
parent b3e8c26cab
commit 7eea9a8cf6
1 changed files with 55 additions and 67 deletions

View File

@ -1,5 +1,5 @@
--- ---
title: Accelerate Your Development title: Accelerate Your Delivery
--- ---
<!Doctype html> <!Doctype html>
@ -11,8 +11,8 @@ title: Accelerate Your Development
<section id="hero" class="light-text"> <section id="hero" class="light-text">
<main> <main>
<div id="headlineWrapper"> <div id="headlineWrapper">
<h1>Accelerate Your Development</h1> <h1>Accelerate Your Delivery</h1>
<h5>Manage a cluster of containers as a single system to simplify operations</h5> <h5>Manage an infrastructure cluster as a single system to simplify container operations.</h5>
</div> </div>
<a href="/docs/hellonode/" id="quickstartButton" class="button">5 Minute Quick Start</a> <a href="/docs/hellonode/" id="quickstartButton" class="button">5 Minute Quick Start</a>
</main> </main>
@ -33,46 +33,31 @@ title: Accelerate Your Development
<main> <main>
<div class="image-wrapper"><img src="images/flower.png"></div> <div class="image-wrapper"><img src="images/flower.png"></div>
<div class="content"> <div class="content">
<h3>Kubernetes is an open source system for automating deployment, operations, and scaling of applications.</h3> <h3>Kubernetes is an open-source system for automating deployment, operations, and scaling of containerized applications.</h3>
<p>It groups containers that make up an application into logical units for easy management and discovery. <p>It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds
Kubernetes builds upon a decade and a half of experience of running production workloads at Google, upon <a href="http://queue.acm.org/detail.cfm?id=2898444">a decade and a half of experience of running production workloads at Google</a>,
combined with best-of-breed ideas and practices from the community.</p> combined with best-of-breed ideas and practices from the community.</p>
</div>
</main>
<main>
<div class="image-wrapper"><img src="images/suitcase.png"></div>
<div class="content">
<h4>Run Anywhere</h4>
<p>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.</p>
</div>
</main>
<main>
<div class="image-wrapper"><img src="images/self-heal.png"></div>
<div class="content">
<h4>Self-healing</h4>
<p>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.</p>
</div>
</main>
<main>
<div class="image-wrapper"><img src="images/blocks.png"></div>
<div class="content">
<h4>Modular</h4>
<p>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. </p>
</div> </div>
</main> </main>
<main> <main>
<div class="image-wrapper"><img src="images/scalable.png"></div> <div class="image-wrapper"><img src="images/scalable.png"></div>
<div class="content"> <div class="content">
<h4>Planet Scale</h4> <h4>Planet Scale</h4>
<p>Designed on the same principles that allows Google to run billions of containers a week, Kubernetes can <p>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.</p>
scale without increasing your ops team. From testing locally to running a global enterprise, your </div>
application scales consistently and easily.</p> </main>
<main>
<div class="image-wrapper"><img src="images/blocks.png"></div>
<div class="content">
<h4>Never Outgrow</h4>
<p>Simple cases, complex cases. Kubernetes is flexible enough for your needs.</p>
</div>
</main>
<main>
<div class="image-wrapper"><img src="images/suitcase.png"></div>
<div class="content">
<h4>Run Anywhere</h4>
<p>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.</p>
</div> </div>
</main> </main>
</section> </section>
@ -80,8 +65,8 @@ title: Accelerate Your Development
<section id="video"> <section id="video">
<div class="light-text"> <div class="light-text">
<h2>A techincal overview<br>of Kubernetes</h2> <h2>A techincal overview<br>of Kubernetes</h2>
<p>Kubernetes is an open source system for managing containerized applications across multiple hosts, <p>Brendan Burns, Software Engineer and a founder of Kubernetes at Google, gives a technical overview of Kubernetes in this
providing mechanisms for deployment, maintenance, and scaling of applications.</p> 30-minute presentation from CoreOS Fest 2015.</p>
<button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button> <button id="desktopShowVideoButton" onclick="kub.showVideo()">Watch Video</button>
</div> </div>
<button id="mobileShowVideoButton" onclick="kub.showVideo()"></button> <button id="mobileShowVideoButton" onclick="kub.showVideo()"></button>
@ -93,50 +78,53 @@ title: Accelerate Your Development
<div class="feature-box"> <div class="feature-box">
<div> <div>
<h4>Feature</h4> <h4>Automatic binpacking</h4>
<p>Energistically transform quality total linkage whereas go forward interfaces. Assertively <p>Automatically places containers based on their resource requirements and other constraints, never sacrificing
conceptualize open-source best practices via mission-critical potentialities. Competently availability. Mix critical and best-effort workloads in order to drive up utilization and save even more resources.</p>
grow proactive ideas via 24/7 communities. </p>
</div> </div>
<div> <div>
<h4>Feature</h4> <h4>Self-healing</h4>
<p>Energistically transform quality total linkage whereas go forward interfaces. Assertively <p>Restarts containers that fail, replaces and reschedules containers when nodes die, kills containers that don't
conceptualize open-source best practices via mission-critical potentialities. Competently respond to your user-defined health check, and doesn't advertise containers to clients until they are ready to serve.</p>
grow proactive ideas via 24/7 communities. </p>
</div> </div>
</div> </div>
<div class="feature-box"> <div class="feature-box">
<div> <div>
<h4>Feature</h4> <h4>Horizontal scaling</h4>
<p>Energistically transform quality total linkage whereas go forward interfaces. Assertively <p>Scale your application up and down with a simple command, a UI, or automatically based on CPU usage.</p>
conceptualize open-source best practices via mission-critical potentialities. Competently
grow proactive ideas via 24/7 communities. </p>
</div> </div>
<div> <div>
<h4>Feature</h4> <h4>Service discovery and load balancing</h4>
<p>Energistically transform quality total linkage whereas go forward interfaces. Assertively <p>No need to modify your application to use an unfamiliar service discovery mechanism. Kubernetes gives containers
conceptualize open-source best practices via mission-critical potentialities. Competently their own IP addresses and a single DNS name for a set of containers, and can load-balance across them.</p>
grow proactive ideas via 24/7 communities. </p>
<p>Quickly envisioneer customized initiatives without proactive intellectual capital. Intrinsicly
predominate focused innovation whereas clicks-and-mortar initiatives.</p>
</div> </div>
</div> </div>
<div class="feature-box"> <div class="feature-box">
<div> <div>
<h4>Feature</h4> <h4>Automated rollouts and rollbacks</h4>
<p>Energistically transform quality total linkage whereas go forward interfaces. Assertively <p>Kubernetes progressively rolls out application and configuration changes, while monitoring
conceptualize open-source best practices via mission-critical potentialities. Competently application health to ensure it doesn't kill all your instances at the same time. If something goes wrong,
grow proactive ideas via 24/7 communities. </p> Kubernetes will rollback the change for you. Take advantage of a growing ecosystem of deployment solutions.</p>
<p>Quickly envisioneer customized initiatives without proactive intellectual capital. Intrinsicly
predominate focused innovation whereas clicks-and-mortar initiatives.</p>
</div> </div>
<div> <div>
<h4>Feature</h4> <h4>Secret and configuration management</h4>
<p>Energistically transform quality total linkage whereas go forward interfaces. Assertively <p>Deploy and update secrets and application configuration changes without rebuilding your image and without exposing
conceptualize open-source best practices via mission-critical potentialities. Competently secrets in your stack configuration.</p>
grow proactive ideas via 24/7 communities. </p> </div>
</div>
<div class="feature-box">
<div>
<h4>Storage orchestration</h4>
<p>Automatically mount the storage system of your choice, whether from local storage, a public cloud provider
such as <a href="https://cloud.google.com/storage/">Google</a> or <a href="http://media.amazonwebservices.com/AWS_Storage_Options.pdf">Amazon</a>, or a network storage system such as NFS, iSCSI,
Gluster, Ceph, Cinder, or Flocker.</p>
</div>
<div>
<h4>Batch execution</h4>
<p>In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired.</p>
</div> </div>
</div> </div>