Skip to content

#157 issue: update website typo error #199

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,18 +204,18 @@ <h3>Taking code from desktop to the cloud</h3>
<h2 class="featurette-heading"><a class="nostyle" name="common-runtime">Common Runtime Services & Libraries</a></h2>
<h3>Runtime containers, libraries and services that power microservices</h3>
<p class="lead">The cloud platform is the foundation and technology stack for the majority of the services within Netflix. The cloud platform consists
of cloud services, application libraries and application containers. Specifically, the platform provides service discovery through
of cloud services, application libraries, and application containers. Specifically, the platform provides service discovery through
<a href="https://github.com/Netflix/eureka">Eureka</a>, distributed configuration through <a href="https://github.com/Netflix/archaius">Archaius</a>,
resilent and intelligent inter-process and service communication through <a href="https://github.com/Netflix/ribbon">Ribbon</a>. To provide reliability
resilient and intelligent inter-process and service communication through <a href="https://github.com/Netflix/ribbon">Ribbon</a>. To provide reliability
beyond single service calls, <a href="https://github.com/Netflix/hystrix">Hystrix</a> is provided to isolate latency and fault tolerance at runtime. The previous
libraries and services can be used with any JVM based container.</p>
libraries and services can be used with any JVM-based container.</p>
<p class="lead">The platform provides JVM container services through
<a href="https://github.com/Netflix/karyon">Karyon</a> and <a href="https://github.com/Netflix/governator">Governator</a> and support for non-JVM runtimes
via the <a href="https://github.com/Netflix/prana">Prana</a> sidecar. While Prana provides proxy capabilities within an instance,
<a href="https://github.com/Netflix/zuul">Zuul</a> (which integrates Hystrix, Eureka, and Ribbon as part of its IPC capabilities) provides dyamically
<a href="https://github.com/Netflix/zuul">Zuul</a> (which integrates Hystrix, Eureka, and Ribbon as part of its IPC capabilities) provides dynamically
scriptable proxying at the edge of the cloud deployment.</p>
<p class="lead">The platform works well within the EC2 cloud utilizing the Amazon autoscaler. For container applications and batch jobs running on Apache Mesos,
<a href="https://github.com/Netflix/Fenzo">Fenzo</a> is a scheduler that provides advanced scheduling and resource management for cloud native frameworks. Fenzo
<a href="https://github.com/Netflix/Fenzo">Fenzo</a> is a scheduler that provides advanced scheduling and resource management for cloud-native frameworks. Fenzo
provides plugin implementations for bin packing, cluster autoscaling, and custom scheduling optimizations can be implemented through user-defined plugins.</p>
</div>
</div>
Expand Down