Skip to content

Commit bbd735b

Browse files
Merge branch 'master' into patch-1
2 parents 0f840c8 + f7de0c2 commit bbd735b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/collections/careers/software-engineer/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ salary: Based on experience
77
apply_by: --
88
location: "Anywhere - Remote"
99
thumbnail: ./software-engineer.svg
10-
abstract: "Intuitive design, flowing interaction, and delightfuling users are core components of the Layer5 user experience."
10+
abstract: "Intuitive design, flowing interaction, and delighting users are core components of the Layer5 user experience."
1111
published: true
1212
---
1313

@@ -84,4 +84,4 @@ import { Col } from "../../../reusecore/Layout";
8484
</span>
8585
</div>
8686
<PositionApply />
87-
</CareerWrapper>
87+
</CareerWrapper>

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
)

src/sections/Kanvas/kanvas-catalog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ const Catalog = () => {
423423
<Container className="catalog-container">
424424
<div className="patterns">
425425
<p className="caption descr">
426-
Kanvas is a sophisticated and delightfully intuitive tool for designing and operating cloud native infrastructure for Kubernetes. Choose freestyle composition of your infrastructure by drawing shapes, lines, text, and icons to represent the components and relationships of your Kubernetes clusters or quickstart by selecting a pattern the catalog of predefined templates.
426+
Kanvas is a sophisticated and delightfully intuitive tool for designing and operating cloud native infrastructure for Kubernetes and Clouds. Choose freestyle composition of your infrastructure by drawing shapes, lines, text, and icons to represent the components and relationships of your Kubernetes clusters or quickstart by selecting a pattern the catalog of predefined templates.
427427
</p>
428428
</div>
429429
</Container>

0 commit comments

Comments
 (0)