diff --git a/src/data/features.js b/src/data/features.js index eed87d1c..529c8e7b 100644 --- a/src/data/features.js +++ b/src/data/features.js @@ -19,17 +19,17 @@ const features = [ ), }, { - title: <>A Self-Service Platform, + title: <>Platform-as-Code, imgUrl: 'img/extending-natively.svg', description: ( <>

In KubeVela, any capability an application deployment needs (e.g. workloads, operational features, and cloud services etc) - are abstracted as reusable modules. This creates a self-service workflow where platform - team abstracts and maintains capabilities via + are defined via reusable Infrastructure-as-Code (IaC) components. This creates a self-service workflow where platform + team design and maintains capabilities via CUE and/or Helm, - and end-users ship code by picking and assembling these modules into an application deployment. + and end-users ship code by assembling these components into an application deployment. No restrictions, fully extensible.

@@ -43,9 +43,9 @@ const features = [ <>

- All these self-service capability modules are actually maintained with + All these capability modules are actually maintained with Kubernetes - Control Loop so they will never leave Configuration Drift in + Control Loop so they will never leave configuration drift in your cluster. Also, as a set of Kubernetes Custom Resources, KubeVela seamlessly work with any CI/CD or GitOps tools, no integration burden, no extra tool.

diff --git a/src/pages/index.js b/src/pages/index.js index 6ae3130b..17d55518 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -95,12 +95,13 @@ const WhatIs = () => (

- KubeVela is a modern application engine that exposes higher level API - for self-service experience. + KubeVela is a modern application engine that + adapts to your application's needs , + not the other way around.

- KubeVela is for platform team. Think about a framework - that turns your clusters into a Heroku via abstractions designed by you. + Think of it as a Heroku + which is fully programmable to serve your needs as you grow and expand.