Skip to content

Commit 333574a

Browse files
author
OpenShift Bot
authored
Merge pull request #10029 from jawnsy/topics/update-readme-features
Merged by openshift-bot
2 parents 4450df6 + cb1a224 commit 333574a

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

README.md

+18-15
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,38 @@ OpenShift Application Platform
66
[![Travis](https://travis-ci.org/openshift/origin.svg?branch=master)](https://travis-ci.org/openshift/origin)
77
[![Jenkins](https://ci.openshift.redhat.com/jenkins/buildStatus/icon?job=devenv_ami)](https://ci.openshift.redhat.com/jenkins/job/devenv_ami/)
88
[![Join the chat at freenode:openshift-dev](https://img.shields.io/badge/irc-freenode%3A%20%23openshift--dev-blue.svg)](http://webchat.freenode.net/?channels=%23openshift-dev)
9+
[![Licensed under Apache License version 2.0](https://img.shields.io/github/license/openshift/origin.svg?maxAge=2592000)](https://www.apache.org/licenses/LICENSE-2.0)
910

10-
OpenShift Origin is a distribution of [Kubernetes](https://kubernetes.io) optimized for continuous application development and multi-tenant deployment. Origin adds developer and operations-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.
11+
***OpenShift Origin*** is a distribution of [Kubernetes](https://kubernetes.io) optimized for continuous application development and multi-tenant deployment. Origin adds developer and operations-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.
1112

1213
[![Watch the full asciicast](docs/openshift-intro.gif)](https://asciinema.org/a/49402)
1314

1415
**Features:**
1516

16-
* Easily build applications with integrated service discovery, DNS, load balancing, failover, health checking, persistent storage, and fast scaling
17-
* Push source code to your Git repository and automatically roll out containerized applications (micro or macro)
18-
* Easy to use client and web console for building and monitoring applications
19-
* Centralized administration and management of an entire stack, team, or organization
20-
* Templatize the components of your system, reuse them, and iteratively deploy them over time
21-
* Roll out changes to software stacks to your entire organization in a controlled fashion
22-
* Team and user isolation of containers, builds, and network communication in an easy multi-tenant system
23-
* Allow developers to run containers securely with fine-grained controls in production
24-
* Limit, track, and manage the developers and teams on the platform
25-
* Integrated Docker registry, automatic edge load balancing, cluster logging, and integrated metrics
17+
* Easily build applications with integrated service discovery and persistent storage.
18+
* Quickly and easily scale applications to handle periods of increased demand.
19+
* Support for automatic high availability, load balancing, health checking, and failover.
20+
* Push source code to your Git repository and automatically deploy containerized applications.
21+
* Web console and command-line client for building and monitoring applications.
22+
* Centralized administration and management of an entire stack, team, or organization.
23+
* Create reusable templates for components of your system, and iteratively deploy them over time.
24+
* Roll out modifications to software stacks to your entire organization in a controlled fashion.
25+
* Integration with your existing authentication mechanisms, including LDAP, Active Directory, and public OAuth providers such as GitHub.
26+
* Multi-tenancy support, including team and user isolation of containers, builds, and network communication.
27+
* Allow developers to run containers securely with fine-grained controls in production.
28+
* Limit, track, and manage the developers and teams on the platform.
29+
* Integrated Docker registry, automatic edge load balancing, cluster logging, and integrated metrics.
2630

2731
**Learn More:**
2832

29-
* **[Public Documentation](http://docs.openshift.org/latest/welcome/index.html)**
30-
* The **[Trello Roadmap](https://ci.openshift.redhat.com/roadmap_overview.html)** covers the epics and stories being worked on (click through to individual items)
33+
* **[Public Documentation](https://docs.openshift.org/latest/welcome/)**
34+
* **[API Documentation](https://docs.openshift.org/latest/rest_api/openshift_v1.html)**
3135
* **[Technical Architecture Presentation](https://docs.google.com/presentation/d/1Isp5UeQZTo3gh6e59FMYmMs_V9QIQeBelmbyHIJ1H_g/pub?start=false&loop=false&delayms=3000)**
3236
* **[System Architecture](https://github.com/openshift/openshift-pep/blob/master/openshift-pep-013-openshift-3.md)** design document
33-
* **[API Documentation](http://docs.openshift.org/latest/rest_api/openshift_v1.html)**
37+
* The **[Trello Roadmap](https://ci.openshift.redhat.com/roadmap_overview.html)** covers the epics and stories being worked on (click through to individual items)
3438

3539
For questions or feedback, reach us on [IRC on #openshift-dev](https://botbot.me/freenode/openshift-dev/) on Freenode or post to our [mailing list](https://lists.openshift.redhat.com/openshiftmm/listinfo/dev).
3640

37-
3841
Getting Started
3942
---------------
4043

0 commit comments

Comments
 (0)