Skip to content

Commit f7de0c2

Browse files
Merge pull request #6428 from carlosriosilva/patch-2
Update index.js
2 parents 728af9d + 9bbba52 commit f7de0c2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/sections/Kanvas/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const Kanvas = (props) => {
5252
{
5353
title: "Designer Mode",
5454
description:
55-
"Drag-and-drop your cloud native infrastructure using a palette of thousands of versioned Kubernetes components. Using a service mesh? Visually configure your Envoy filter chain. Using Prometheus? Explore all available metrics. Using Grafana? Ingest your existing boards and panels. Using GitOps? Integrate advanced performance analysis into your pipeline.",
55+
"Drag-and-drop your cloud native infrastructure using a palette of thousands of versioned Kubernetes components and Cloud services. Collaborate wtih teammates using this self-service engineering platform. Using GitOps? Integrate advanced performance analysis into your pipeline.",
5656
content: (
5757
<img
5858
src={designerImage}
@@ -87,7 +87,7 @@ const Kanvas = (props) => {
8787
[
8888
{
8989
title: "Design your deployments the way you want",
90-
description: "Drag-and-drop your cloud native infrastructure using a palette of thousands of versioned Kubernetes components. Say goodbye to YAML configurations.",
90+
description: "Drag-and-drop your cloud native infrastructure using a palette of thousands of versioned Kubernetes components and Cloud services. Say goodbye to YAML configurations.",
9191
imgContent: (
9292
<RoleBind1 id="design-image1" style={{ transform: "translateX(-2rem)" }} alt="design-image1" />
9393
)
@@ -124,15 +124,15 @@ const Kanvas = (props) => {
124124
features={
125125
[
126126
{
127-
title: "All your Kubernetes clusters under a common management",
127+
title: "All your Kubernetes and Cloud infrastructure under a common management",
128128
description: "Deploy designs, apply patterns, manage and operate your deployments and services in real-time.",
129129
imgContent: (
130130
<Visualize1 id="visualize-image1" alt="visualize-image1" />
131131
)
132132
},
133133
{
134134
title: "Continuous visibility across all of your clusters and workloads.",
135-
description: "Import your existing Kubernetes, Helm, or Docker Compose applications. Interactively connect to terminal sessions or initiate and search log streams from your containers.",
135+
description: "Import your existing Kubernetes, Kustomize, Helm, or Docker Compose applications. Interactively connect to terminal sessions or initiate and search log streams from your containers.",
136136
imgContent: (
137137
<Visualize2 id="visualize-image2" alt="visualize-image2" />
138138
)

0 commit comments

Comments
 (0)