mirror of https://github.com/crossplane/docs.git
Update website copy to match updated README
Signed-off-by: Jared Watts <jbw976@gmail.com>
This commit is contained in:
parent
04d8fb76e0
commit
d2a58db7d5
24
index.html
24
index.html
|
@ -9,10 +9,11 @@ stylesheet: index
|
|||
<div class="grid">
|
||||
<div class="col-5_md-12 main">
|
||||
<div>
|
||||
<h1>Manage any infrastructure your applications need directly from Kubernetes</h1>
|
||||
<h1>Compose cloud infrastructure and services into custom platform APIs</h1>
|
||||
<p>
|
||||
Crossplane is an open source Kubernetes add-on that supercharges your Kubernetes clusters enabling you to provision and manage
|
||||
infrastructure, services, and applications from kubectl.
|
||||
Crossplane is an open source Kubernetes add-on that enables platform teams to assemble
|
||||
infrastructure from multiple vendors, and expose higher level self-service APIs for application
|
||||
teams to consume, without having to write any code.
|
||||
</p>
|
||||
<button id="getStarted" onclick="window.location.href='{{ githubLink }}'">
|
||||
<img src="{{ "/images/github-teal.svg" | relative_url }}" />
|
||||
|
@ -43,8 +44,10 @@ stylesheet: index
|
|||
<div class="col-6_md-12">
|
||||
<h2>Provision and manage cloud infrastructure and services using kubectl</h2>
|
||||
<p>
|
||||
Crossplane extends your Kubernetes cluster, providing you with CRDs for any infrastructure or managed service. Define infrastructure configuration that can be versioned, managed,
|
||||
and deployed using your favorite tools and existing processes you've already integrated with your clusters.
|
||||
Crossplane extends your Kubernetes cluster, providing you with CRDs for any infrastructure
|
||||
or managed service. Compose these granular resources into higher level abstractions that
|
||||
can be versioned, managed, deployed and consumed using your favorite tools and existing
|
||||
processes you've already integrated with your clusters.
|
||||
<img src="{{ "/images/quad-teal-medium.svg" | relative_url }}" />
|
||||
</p>
|
||||
</div>
|
||||
|
@ -106,13 +109,12 @@ stylesheet: index
|
|||
</div>
|
||||
<div class="grid">
|
||||
<div class="col-6_md-12">
|
||||
<h2>Deploy applications using a team centric approach with OAM</h2>
|
||||
<h2>The Universal Cloud API</h2>
|
||||
<p>
|
||||
Crossplane implements the Open Application Model to help unify application and infrastructure management around team-centric processes. With Crossplane and OAM,
|
||||
application and infrastructure config can co-exist and be deployed using the same tooling.
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://oam.dev">Learn More About OAM</a>
|
||||
Crossplane provides a consistent API across a diverse set of vendors, resources, and
|
||||
abstractions. The Crossplane Resource Model (XRM) extends the Kubernetes Resource Model
|
||||
(KRM) in an opinionated way, resulting in a uniform experience for managing resources,
|
||||
no matter what provider or vendor built them.
|
||||
</p>
|
||||
<p><img src="{{ "/images/quad-red-medium.svg" | relative_url }}" /></p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue