Mesh

Traefik Mesh - Simpler Service Mesh
Alternatives To Mesh
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Istio32,645
11 hours ago639April 25, 2021563apache-2.0Go
Connect, secure, control, and observe services.
Consul26,2091,0221,87211 hours ago782September 20, 20221,240mpl-2.0Go
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure.
Nacos25,8181185617 hours ago53August 08, 2022249apache-2.0Java
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications.
Kubesphere12,231
2 days ago127April 23, 2021378apache-2.0Go
The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️
Apisix11,498
21 hours ago661apache-2.0Lua
The Cloud-Native API Gateway
Kubernetes Handbook10,286
6 months ago3cc-by-4.0Shell
Kubernetes中文指南/云原生应用架构实战手册 - https://jimmysong.io/kubernetes-handbook
Linkerd29,4381112 hours ago108March 23, 2022264apache-2.0Go
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x.
Linkerd5,3726319 days ago40May 27, 2022146apache-2.0Scala
Old repo for Linkerd 1.x. See the linkerd2 repo for Linkerd 2.x.
Easegress5,097
4 days ago30June 28, 202250apache-2.0Go
A Cloud Native traffic orchestration system
Kubernetes Handbook4,972
3 days agootherMakefile
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz
Alternatives To Mesh
Select To Compare


Alternative Project Comparisons
Readme

Traefik Mesh

Semaphore CI Build Status Docs Go Report Card Release GitHub Discourse status

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 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.

SMI

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. Using the Traefik Mesh endpoints is all that is required.

Traefik Mesh Traefik Mesh

Prerequisites

To run this app, you require the following:

Install (Helm v3 only)

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

You can find the complete documentation at https://doc.traefik.io/traefik-mesh.

Contributing

Contributing guide.

Popular Service Mesh Projects
Popular Kubernetes Projects
Popular Virtualization Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Kubernetes
Mesh
Service Mesh