Skip to content

Commit

Permalink
docs: update traefik helm repository
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley authored Nov 28, 2022
1 parent 49b905a commit 638e27f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

## Traefik Mesh: Simpler Service Mesh

Traefik Mesh is a simple, yet full-featured service mesh.
It is container-native and fits as your de-facto service mesh in your Kubernetes cluster.
It supports the latest Service Mesh Interface specification [SMI](https://smi-spec.io) that facilitates integration with pre-existing solution.
Traefik Mesh is a simple, yet full-featured service mesh.
It is container-native and fits as your de-facto service mesh in your Kubernetes cluster.
It supports the latest Service Mesh Interface specification [SMI](https://smi-spec.io) that facilitates integration with pre-existing solution.
Moreover, Traefik Mesh is opt-in by default, which means that your existing services are unaffected until you decide to add them to the mesh.

<p align="center">
Expand All @@ -24,10 +24,10 @@ Moreover, Traefik Mesh is opt-in by default, which means that your existing serv

## Non-Invasive Service Mesh

Traefik Mesh does not use any sidecar container but handles routing through proxy endpoints running on each node.
The mesh controller runs in a dedicated pod and handles all the configuration parsing and deployment to the proxy nodes.
Traefik Mesh supports multiple configuration options: annotations on user service objects, and SMI objects.
Not using sidecars means that Traefik Mesh does not modify your Kubernetes objects, and does not modify your traffic without your knowledge.
Traefik Mesh does not use any sidecar container but handles routing through proxy endpoints running on each node.
The mesh controller runs in a dedicated pod and handles all the configuration parsing and deployment to the proxy nodes.
Traefik Mesh supports multiple configuration options: annotations on user service objects, and SMI objects.
Not using sidecars means that Traefik Mesh does not modify your Kubernetes objects, and does not modify your traffic without your knowledge.
Using the Traefik Mesh endpoints is all that is required.

<p align="center">
Expand All @@ -46,9 +46,9 @@ To run this app, you require the following:
## Install (Helm v3 only)

```shell
helm repo add traefik-mesh https://helm.traefik.io/mesh
helm repo add traefik https://traefik.github.io/charts
helm repo update
helm install traefik-mesh traefik-mesh/traefik-mesh
helm install traefik-mesh traefik/traefik-mesh
```

You can find the complete documentation at https://doc.traefik.io/traefik-mesh.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: "There are different ways you can install Traefik Mesh, a simple an
To install Traefik Mesh, the installation method is quite simple:

```bash
helm repo add traefik-mesh https://helm.traefik.io/mesh
helm repo add traefik https://traefik.github.io/charts
helm repo update
```

Expand Down
4 changes: 2 additions & 2 deletions docs/content/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ If you used `kubeadm` to deploy your cluster, a fast way to allow the helm insta
## Installing Traefik Mesh
```bash tab="Command"
helm repo add traefik-mesh https://helm.traefik.io/mesh
helm repo add traefik https://traefik.github.io/charts
helm repo update
helm install traefik-mesh traefik-mesh/traefik-mesh
helm install traefik-mesh traefik/traefik-mesh
```

```bash tab="Expected output"
Expand Down

0 comments on commit 638e27f

Please sign in to comment.