Skip to content

Commit 0d389bf

Browse files
committed
Refactor README and blog content for clarity and consistency:
- Remove outdated references to service mesh projects and replace with cloud native terminology. - Update privacy page description to emphasize privacy values. - Clean up commented code in Web-based form section. - Adjust project descriptions in various sections to reflect current focus on cloud native technologies. Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 68e4e99 commit 0d389bf

20 files changed

Lines changed: 62 additions & 178 deletions

File tree

README.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,6 @@
5959
<br />
6060

6161

62-
<p style="clear:both;">
63-
<h2><a href="https://layer5.io/landscape">Service Mesh Landscape</a></h2>
64-
<a href="https://layer5.io/landscape"><img src=".github/assets/images/buttons/landscape.webp"
65-
style="float:left;margin:10px;" width="125px"
66-
alt="Service Mesh Landscape Ecosystem" align="left"/></a>
67-
The <a href="https://layer5.io/landscape">Service Mesh Landscape</a> is a comprehensive collection of prominent service mesh projects and offerings laid out in contrast to one another.
68-
<br /><br /><br />
69-
</p>
70-
<br />
71-
72-
7362
<p style="clear:both;">
7463
<h2><a href="https://layer5.io/projects/cloud-native-performance">Cloud Native Performance</a></h2>
7564
<a href="https://layer5.io/projects/cloud-native-performance">
@@ -121,18 +110,6 @@ alt="Learn Layer5" align="left" />
121110
</p>
122111
<br />
123112

124-
125-
<!-- <p style="clear:both;">
126-
<h2><a href="https://layer5.io/smi">Service Mesh Interface Conformance </a></h2>
127-
<a href="https://layer5.io/smi"><img src=".github/assets/images/smi-conformance/checklist.svg"
128-
style="float:left;margin:10px;" width="125px"
129-
alt="Service Mesh Interface Conformance" align="left" /></a>
130-
<a href="https://layer5.io/smi">SMI Conformance</a> includes all service mesh projects participating in the Service Mesh Interface specification. It is an easy-to-use, service mesh and SMI-specific tool to give service mesh projects and users a suite of repeatable conformance tests.
131-
<br /><br /><br />
132-
</p>
133-
<br />
134-
-->
135-
136113
<p style="clear:both;">
137114
<h2><a href="https://layer5.io/projects/nighthawk">Nighthawk</a></h2>
138115
<a href="https://getnighthawk.dev/">

src/collections/blog/2020/2020-07-16-communitybridge-2020-teaching-service-meshes-to-be-compliant/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Meshery is the multi-service mesh management plane, offering lifecycle, configur
4848

4949

5050
We had found our solution. By leveraging the features provided in Meshery, we would be able to focus on the conformance validation and testing instead of sweating over the complexity in deployments. We can also use the performance management infrastructure to manage the conformance tests and their results. And so, the tool will be developed as an integral part of Meshery to aid and abate SMI conformance woes.
51-
We are now enhancing Meshery to automate the process of verifying conformance against a standard set of tests against a sample workload designed specifically for SMI conformance testing. By the time we’re through, this capability of Meshery will allow each service mesh project to validate its conformance to each version of the SMI specifications and will provide a detailed report.
51+
We are now enhancing Meshery to automate the process of verifying conformance against a standard set of tests against a sample workload designed specifically for SMI conformance testing. By the time we’re through, this capability of Meshery will allow each project to validate its conformance to each version of the SMI specifications and will provide a detailed report.
5252

5353
<h4> My Projects </h4>
5454

src/collections/blog/2021/2021-10-01-pipelining-service-mesh-specifications/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
<p align="center"><img src={smidashboard} className="image-center-shadow" style="width:70%" alt="smi conformance dashboard" /> <br />
116116
<i>Meshery's Service Mesh Interface Conformance Results</i></p>
117117
118-
<p>Participating service mesh projects can also <a href="https://docs.meshery.io/functionality/service-mesh-interface#reporting-conformance">automatically report their conformance test results</a> to the <a href="https://meshery.io/service-mesh-interface">SMI Conformance dashboard</a></p>
118+
<p>Participating projects can also automatically report their conformance test results to the <a href="https://meshery.io/service-mesh-interface">SMI Conformance dashboard</a></p>
119119
120120
<h2>Service Mesh Performance GitHub Action</h2>
121121

src/collections/blog/2024/07-01-meet-the-maintainer-xin-huang/post.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ import ForkLift from "../../../../assets/images/app/hero/forklift.svg";
103103
<div class="interviewer">
104104
<span>Layer5 Team:</span>
105105
<p>
106-
Where do you see Service Mesh Performance, Nighthawk, and Meshery heading?
106+
Where do you see Cloud Native Performance, Nighthawk, and Meshery heading?
107107
</p>
108108
</div>
109109

110110
<div class="interviewee">
111111
<span>Xin:</span>
112112
<p>
113-
Meshery has a great dream to manage all the popular service mesh projects. It's a great idea for infrastructure & platform managers who are confused with so many different projects to try and understand their differences.
113+
Meshery has a great dream to manage all cloud and cloud native technologies. It's a great idea for infrastructure and platform engineers who are confused with so many different projects to try and understand their differences.
114114
</p>
115115
</div>
116116

src/collections/events/2021/kubecon-china-2021/index.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ Speakers:
7373
of the Service Mesh Working Group withing the CNCF TAG Network.{" "}
7474
</p>
7575
<p>
76-
Listen to our introduction and get an in-depth understanding of the service
77-
mesh projects being managed within the working group.
76+
Listen to our introduction and get an in-depth understanding of the cloud native projects being managed within the working group.
7877
</p>
7978
<ul>
8079
<li><Link to="/community/members/lee-calcote">Lee Calcote</Link></li>
@@ -86,8 +85,8 @@ Speakers:
8685

8786
<h2>Meshery Project Office Hours</h2>
8887

89-
<p>Join the Meshery Project Office Hours at KubeCon China 2021 to learn more about the CNCF's latest service mesh project and its maintainers.</p>
90-
<p>Come and discover why Meshery is the easiest way to get started with 10+ service meshes!</p>
88+
<p>Join the Meshery Project Office Hours at KubeCon China 2021 to learn more about this CNCF project and its maintainers.</p>
89+
<p>Come and discover why Meshery is the easiest way to get started with cloud native technologies!</p>
9190

9291
Speakers:
9392
<ul>
@@ -100,9 +99,9 @@ Speakers:
10099
<iframe width="50%" height="360px" style=" margin-bottom:3rem;" loading="lazy" src="https://www.youtube.com/embed/GTZamP6r74A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
101100
</iframe>
102101

103-
<h2>Service Mesh Performance Project Office Hours</h2>
102+
<h2>Cloud Native Performance Project Office Hours</h2>
104103

105-
<p>Join the Service Mesh Performance Project Office Hours at KubeCon China 2021 and get introduced to the new standard of cloud native performance characterisation and to its open source maintainers.</p>
104+
<p>Join the Cloud Native Project Office Hours at KubeCon China 2021 and get introduced to the new standard of cloud native performance characterisation and to its open source maintainers.</p>
106105
<p>Learn what Service Mesh Performance is and how Meshery's implementation uses it to measure the performance of any service mesh available.</p>
107106

108107

src/collections/events/2022/kubecon-eu-2022/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ speakers: ["Ken Owens", "Lee Calcote", "Ed Warnicke"]
1515

1616
Join Layer5 at KubeCon + CloudNativeCon EU Virtual 2022. Engage with us in our talks and booth!
1717

18-
<h3>CNCF Tag Network and Service mesh Working Group Deep Dive</h3>
18+
<h3>CNCF TAG Network and Working Group Deep Dive</h3>
1919
<p>
20-
With the increasing prevalence of microservice-based distributed systems, this is true: the network, as a discipline, has never been so critical in the efficient operation of cloud-native deployments. Network primitives including load balancing, observability, authentication, authorization, policies, rate limiting, QoS, mesh networks, traditional infrastructure bridging, and so on are now being developed and invested by the entire industry, and are the focus of the Service Mesh Working Group withing the CNCF TAG Network. Listen to our introduction and get an in-depth understanding of the service mesh projects being managed within the working group.
20+
With the increasing prevalence of microservice-based distributed systems, this is true: the network, as a discipline, has never been so critical in the efficient operation of cloud-native deployments. Network primitives including load balancing, observability, authentication, authorization, policies, rate limiting, QoS, mesh networks, traditional infrastructure bridging, and so on are now being developed and invested by the entire industry, and are the focus of the working groups within the CNCF TAG Network. Listen to our introduction and get an in-depth understanding of the projects being managed within the working group.
2121
</p>

src/collections/programs/communitybridge/index.mdx

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,17 @@ import communitybridge_logo from "./communitybridge-blue.webp";
6262
allowFullScreen />
6363
</div>
6464
<p>
65-
<b>What is Layer5?</b>
65+
<b>What is Layer5?</b>
6666
</p>
6767
<p>
68-
While small, the Layer5 community represents the largest collection of
69-
service mesh projects and their maintainers in the world. We build
70-
projects to provide learning environments, deployment and operational best
71-
practices, performance benchmarks, create documentation, share networking
72-
opportunities, and more. Our shared commitment to the open source spirit
73-
pushes Layer5 projects forward. New members are always welcome.
68+
At Layer5, we champion developer-defined infrastructure, giving engineers the power to reshape application delivery. We empower operators in reimagining how they manage modern infrastructure: collaboratively.
7469
</p>
7570
<p>
76-
<b>Is it Open Source?</b>
71+
<b>Open Source?</b>
7772
</p>
7873
<p>
79-
Layer5 projects are open source software. Anyone can download, use, work
80-
on, and share it with others. It's built on principles like collaboration,
81-
globalism, and innovation. Layer5 projects are distributed under the terms
82-
of Apache v2.
74+
Layer5 projects are open source software. Anyone can download, use, work
75+
on, and share it with others. It's built on principles like collaboration, globalism, and innovation. Layer5 projects are distributed under the terms of Apache v2.
8376
</p>
8477
<p>
8578
<b>Google Summer of Code Participation?</b>

src/collections/programs/gsoc-2019/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ import gsoc_logo from "./gsoc.svg";
1919
<div>
2020
<ul>
2121
<li>
22-
<b>What is Layer5 Community?</b>
23-
<p>The Layer5 community represents the largest collection of service mesh projects and their maintainers in the world. We build projects to provide learning environments, deployment and operational best practices, performance benchmarks, create documentation, share networking opportunities, and more.
24-
Our shared commitment to the open source spirit pushes Layer5 projects forward. New members are always welcome. </p>
22+
<b>Layer5</b>
23+
<p>At Layer5, we champion developer-defined infrastructure, giving engineers the power to reshape application delivery. We empower operators in reimagining how they manage modern infrastructure: collaboratively.</p>
2524
</li>
2625
<li>
27-
<b>Is it Open Source?</b>
26+
<b>Open Source</b>
2827
<p>Layer5 projects are open source software. Anyone can download, use, work on, and share it with others.
2928
It's built on principles like collaboration, globalism, and innovation. Layer5 projects are distributed under the terms of Apache v2. </p>
3029
</li>

src/collections/programs/gsoc-2020/index.mdx

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,18 +117,13 @@ import gsoc_logo from "./gsoc.svg";
117117
allowFullScreen />
118118
</div>
119119
<p>
120-
<b>What is Layer5?</b>
120+
<b>Layer5</b>
121121
</p>
122122
<p>
123-
While small, the Layer5 community represents the largest collection of
124-
service mesh projects and their maintainers in the world. We build
125-
projects to provide learning environments, deployment and operational best
126-
practices, performance benchmarks, create documentation, share networking
127-
opportunities, and more. Our shared commitment to the open source spirit
128-
pushes Layer5 projects forward. New members are always welcome.
123+
At Layer5, we champion developer-defined infrastructure, giving engineers the power to reshape application delivery. We empower operators in reimagining how they manage modern infrastructure: collaboratively.
129124
</p>
130125
<p>
131-
<b>Is it Open Source?</b>
126+
<b>Open Source</b>
132127
</p>
133128
<p>
134129
Layer5 projects are open source software. Anyone can download, use, work

src/collections/programs/gsod/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ import gsod_logo from "./gsod.webp";
2828
Project: API Docs for Meshery’s Service Mesh Patterns Playground - Layer5
2929
</h4>
3030
<br />
31-
<h3>About Layer5 and its projects</h3>
31+
<h3>Layer5</h3>
3232

33-
<p>The Layer5 community represents the largest collection of service mesh projects and their maintainers in the world. Our inclusive and diverse community stewards projects to provide learning environments, create and implement cloud native industry standards, deployment and operational best practices, benchmarks and abstractions, and more. Our pay-it-forward mentality with every contributor (mentee or not) is a shared commitment by all maintainers (and MeshMates - contributor onboarding buddies) to the open source spirit that pushes Layer5 projects like Meshery forward. New members are always welcome.</p>
33+
<p>At Layer5, we champion developer-defined infrastructure, giving engineers the power to reshape application delivery. We empower operators in reimagining how they manage modern infrastructure: collaboratively.</p>
3434

3535
### About Meshery
36-
<p>Meshery is the open source, service mesh management plane for enabling the adoption, operation, and management of any service mesh and their workloads. There are many service meshes available. Software-defined networking is difficult to understand. Meshery’s aim is to make the power of the network available to the rest of us.</p>
36+
<p>As a self-service engineering platform, Meshery enables collaborative design and operation of cloud and cloud native infrastructure.</p>
3737

3838
<h3>About our Community</h3>
3939

0 commit comments

Comments
 (0)