Browse code

Update README.md

Clayton Coleman authored on 2016/03/09 09:44:10
Showing 1 changed files
... ...
@@ -5,19 +5,20 @@ OpenShift Application Platform
5 5
 [![Travis](https://travis-ci.org/openshift/origin.svg?branch=master)](https://travis-ci.org/openshift/origin)
6 6
 [![Jenkins](https://ci.openshift.redhat.com/jenkins/buildStatus/icon?job=devenv_ami)](https://ci.openshift.redhat.com/jenkins/job/devenv_ami/)
7 7
 
8
-Origin is a distribution of [Kubernetes](https://kubernetes.io) optimized for enterprise application development and deployment.  Origin adds developer and operational centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams and applications.
8
+OpenShift Origin is a distribution of [Kubernetes](https://kubernetes.io) optimized for multi-tenant application development and deployment.  Origin adds developer and operational centric tools on top of Kubernetes to enable rapid application development, easy deployment and scaling, and long-term lifecycle maintenance for small and large teams and applications.
9 9
 
10 10
 **Features:**
11 11
 
12 12
 * Easily build applications with integrated service discovery, DNS, load balancing, failover, health checking, persistent storage, and fast scaling
13 13
 * Push source code to your Git repository and automatically roll out containerized applications (micro or macro)
14
-* Easy to use client and web console for building webapplications
15
-  * Templatize the components of your system, reuse them, and iteratively deploy them over time
14
+* Easy to use client and web console for building and monitoring applications
16 15
 * Centralized administration and management of an entire stack, team, or organization
16
+  * Templatize the components of your system, reuse them, and iteratively deploy them over time
17 17
   * Roll out changes to software stacks to your entire organization in a controlled fashion
18 18
 * Team and user isolation of containers, builds, and network communication in an easy multi-tenancy system
19
-  * Allow developers to run containers securely by preventing root access and isolating containers with SELinux
20
-  * Limit, track, and manage the resources teams are using
19
+  * Allow developers to run containers securely with fine-grained controls in production
20
+  * Limit, track, and manage the developers and teams on the platform
21
+* Integrated Docker registry, automatic edge load balancing, cluster logging, and integrated metrics
21 22
 
22 23
 **Learn More:**
23 24