commit
8c69b9983a
|
|
@ -19,7 +19,7 @@ const features = [
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: <>Platform-as-Code</>,
|
title: <>Self-Service</>,
|
||||||
imgUrl: 'img/extending-natively.svg',
|
imgUrl: 'img/extending-natively.svg',
|
||||||
description: (
|
description: (
|
||||||
<>
|
<>
|
||||||
|
|
@ -28,9 +28,9 @@ const features = [
|
||||||
KubeVela models platform features (such as workloads, operational behaviors, and cloud services)
|
KubeVela models platform features (such as workloads, operational behaviors, and cloud services)
|
||||||
as reusable </Translate><a href="https://github.com/cuelang/cue">
|
as reusable </Translate><a href="https://github.com/cuelang/cue">
|
||||||
CUE</a> <Translate>and/or </Translate> <a href="https://helm.sh/">Helm</a><Translate> components,
|
CUE</a> <Translate>and/or </Translate> <a href="https://helm.sh/">Helm</a><Translate> components,
|
||||||
per needs of your application.
|
and expose them to end users as self-service building blocks.
|
||||||
And when your needs grow, these capabilities can expand naturally in a programmable approach.
|
When your needs grow, these capabilities can extend naturally in a programmable approach.
|
||||||
No restriction, fully extensible.</Translate>
|
No restriction, fully flexible.</Translate>
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
|
|
@ -43,10 +43,9 @@ const features = [
|
||||||
<>
|
<>
|
||||||
<p>
|
<p>
|
||||||
<Translate>
|
<Translate>
|
||||||
KubeVela enforces those programmable components with
|
KubeVela is built with Kubernetes as control plane so unlike traditional X-as-Code solutions,
|
||||||
</Translate><a href="https://kubernetes.io/docs/concepts/architecture/controller/"> Kubernetes
|
it never leaves configuration drift in your clusters. Also, this makes KubeVela work with any
|
||||||
Control Loop</a><Translate> so they will never leave configuration drift in your clusters. Also, this makes KubeVela
|
CI/CD or GitOps tools via declarative API without any integration burden.</Translate>
|
||||||
work with any CI/CD or GitOps tools via declarative API without any integration burden.</Translate>
|
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -96,12 +96,12 @@ const WhatIs = () => (
|
||||||
<small>
|
<small>
|
||||||
<Translate>
|
<Translate>
|
||||||
KubeVela is a modern application platform that
|
KubeVela is a modern application platform that
|
||||||
</Translate> <i>adapts to your application's needs</i><Translate>,
|
</Translate> <i> is fully self-service </i><Translate>,
|
||||||
not the other way around.</Translate>
|
and adapts to your needs when you grow.</Translate>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<Translate>Think of it as a </Translate><i>Heroku</i> <Translate>
|
<Translate>Think about a </Translate><i>Heroku</i> <Translate>
|
||||||
that is fully extensible.</Translate>
|
that is highly extensible.</Translate>
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue