Skip to content

Commit

Permalink
fix -typo
Browse files Browse the repository at this point in the history
Signed-off-by: LiZhenCheng9527 <[email protected]>
  • Loading branch information
LiZhenCheng9527 committed Aug 26, 2024
1 parent 55367d8 commit 5c026c4
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
[markup.goldmark.renderer]
unsafe = true # Enable user to embed HTML snippets in Markdown content.
[markup.highlight]
codeFences = false # Disable Hugo's code highlighter as it conflicts with Academic's highligher.
codeFences = false # Disable Hugo's code highlighter as it conflicts with Academic's highlighter.
[markup.tableOfContents]
startLevel = 2
endLevel = 3
Expand Down
6 changes: 3 additions & 3 deletions content/en/blog/kmesh_introduce/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: "Kmesh: High-performance service mesh data plane"
subtitle: ""
summary: "The sidecarless servicemesh is implemented based on OS, reducing the forwarding latency by 60%."
authors: [Kmesh Admin]
tags: [intruduce]
categories: [Gerneral]
tags: [introduce]
categories: [General]
date: 2023-07-08T10:05:09+08:00
lastmod: 2023-07-08T10:05:09+08:00
featured: false
Expand Down Expand Up @@ -123,7 +123,7 @@ It is worth noting that we also tested the performance of service-to-service com

As the next-generation technology for cloud-native environments, a service mesh provides transparent service governance for applications. However, the proxy architecture introduces additional latency overhead, which has become a critical challenge for widespread adoption of service meshes. Kmesh proposes a new approach by offloading traffic governance to the operating system using a programmable kernel. By doing so, Kmesh significantly improves the performance of the service mesh data plane. It offers a fresh perspective for the development of the service mesh data plane.

## refrence
## reference

[https://linkerd.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one](https://linkerd.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one)

Expand Down
4 changes: 2 additions & 2 deletions content/en/blog/kmesh_kubeconeu/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ summary: "Kernel-Level Traffic Management Engine, Bring Ultimate Performance Exp

authors: [Kmesh Admin]

tags: [intruduce]
tags: [introduce]

categories: [Gerneral]
categories: [General]

date: 2024-03-08T10:05:09+08:00

Expand Down
4 changes: 2 additions & 2 deletions content/en/blog/sockmap_introduce/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: "Accelerating ServiceMesh Data Plane Based on Sockmap"
subtitle: ""
summary: "ServiceMesh data plane performance improved by 15% based on sockmap."
authors: [Kmesh Admin]
tags: [intruduce]
categories: [Gerneral]
tags: [introduce]
categories: [General]
date: 2023-07-01T09:47:24+08:00
lastmod: 2023-07-01T09:47:24+08:00
featured: false
Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/developer/build-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The Kmesh needs to be compiled and built in the Linux environment with the Kmesh
You can check the docker version to make sure that docker is installed.

```sh
docker verison
docker version
Client: Docker Engine - Community
Version: 26.0.1
API version: 1.45
Expand Down Expand Up @@ -95,7 +95,7 @@ Code compilation

Note that if you use script to compile, you need to make sure that your os system version is one that [Kmesh supports system](https://github.com/kmesh-net/kmesh/blob/main/docs/kmesh_support.md)!

When Kmesh compliation is finish, the build artifacts will be output to the `out` directory.
When Kmesh compilation is finish, the build artifacts will be output to the `out` directory.

```bash
ls out/amd64/
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/performance/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ Test a group of Fortio performance data by using the number of concurrent connec
-rw-r--r--. 1 root root 6.1K Nov 5 17:39 fortio_perf_test.csv
```

## Performace
## Performance
![perf_test](/docs/performance/fortio_performance_test.png)
2 changes: 1 addition & 1 deletion content/en/docs/setup/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Kmesh needs to run on a Kubernetes cluster. Kubernetes 1.26, 1.27, 1.28 are curr

The complete Kmesh capability depends on the OS enhancement. Check whether the execution environment is in the [OS list](https://github.com/kmesh-net/kmesh/blob/main/docs/kmesh_support.md) supported by Kmesh. For other OS environments, see [Kmesh Compilation and Building](https://github.com/kmesh-net/kmesh/blob/main/docs/kmesh_compile.md).You can also try the [Kmesh image in compatibility mode](https://github.com/kmesh-net/kmesh/blob/main/build/docker/README.md) in other OS environments.For information on various Kmesh images, please refer to the [detailed document](https://github.com/kmesh-net/kmesh/blob/main/build/docker/README.md).

Currently, Kmesh connects to the Istio control plane. Before starting Kmesh, install the Istio control plane software. We commend to install istio ambient mode because Kmesh ads mode need it. For details, see [ambient mode istio](https://istio.io/latest/docs/ops/ambient/getting-started/).
Currently, Kmesh connects to the Istio control plane. Before starting Kmesh, install the Istio control plane software. We recommend installing istio ambient mode because Kmesh ads mode need it. For details, see [ambient mode istio](https://istio.io/latest/docs/ops/ambient/getting-started/).

You can view the results of istio installation using the following command:

Expand Down
6 changes: 3 additions & 3 deletions content/zh/blog/kmesh_introduce/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: "Kmesh: 高性能服务网格数据面"
subtitle: ""
summary: "基于ebpf + 可编程内核实现的sidecarless服务网格,服务转发时延降低60%+"
authors: [Kmesh Admin]
tags: [intruduce]
categories: [Gerneral]
tags: [introduce]
categories: [General]
date: 2023-07-08T10:05:09+08:00
lastmod: 2023-07-08T10:05:09+08:00
featured: false
Expand Down Expand Up @@ -137,7 +137,7 @@ Kmesh的主要部件包括:

服务网格作为云原生的下一代技术,为应用提供透明服务治理的同时,因其代理架构引入额外时延开销,已成为网格应用推广的关键;Kmesh从OS视角,提出了一种基于可编程内核的服务网格数据面,通过将流量治理能力下沉OS,大幅提升网格数据面性能,为网格数据面的发展提供了一种全新思路。

# refrence
# reference

[https://linkerd.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one](https://linkerd.io/2017/04/25/whats-a-service-mesh-and-why-do-i-need-one)

Expand Down
4 changes: 2 additions & 2 deletions content/zh/blog/sockmap_introduce/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: "ebpf提升ServiceMesh服务体验的探索"
subtitle: ""
summary: "基于sockmap实现服务网格数据面转发时延降低15%"
authors: [Kmesh Admin]
tags: [intruduce]
categories: [Gerneral]
tags: [introduce]
categories: [General]
date: 2023-07-01T09:47:24+08:00
lastmod: 2023-07-01T09:47:24+08:00
featured: false
Expand Down

0 comments on commit 5c026c4

Please sign in to comment.