Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Istio | 32,645 | 11 hours ago | 639 | April 25, 2021 | 563 | apache-2.0 | Go | |||
Connect, secure, control, and observe services. | ||||||||||
Consul | 26,209 | 1,022 | 1,872 | 11 hours ago | 782 | September 20, 2022 | 1,240 | mpl-2.0 | Go | |
Consul is a distributed, highly available, and data center aware solution to connect and configure applications across dynamic, distributed infrastructure. | ||||||||||
Nacos | 25,818 | 118 | 56 | 17 hours ago | 53 | August 08, 2022 | 249 | apache-2.0 | Java | |
an easy-to-use dynamic service discovery, configuration and service management platform for building cloud native applications. | ||||||||||
Kubesphere | 12,231 | 2 days ago | 127 | April 23, 2021 | 378 | apache-2.0 | Go | |||
The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️ | ||||||||||
Apisix | 11,498 | 21 hours ago | 661 | apache-2.0 | Lua | |||||
The Cloud-Native API Gateway | ||||||||||
Kubernetes Handbook | 10,286 | 6 months ago | 3 | cc-by-4.0 | Shell | |||||
Kubernetes中文指南/云原生应用架构实战手册 - https://jimmysong.io/kubernetes-handbook | ||||||||||
Linkerd2 | 9,438 | 11 | 12 hours ago | 108 | March 23, 2022 | 264 | apache-2.0 | Go | ||
Ultralight, security-first service mesh for Kubernetes. Main repo for Linkerd 2.x. | ||||||||||
Linkerd | 5,372 | 63 | 19 days ago | 40 | May 27, 2022 | 146 | apache-2.0 | Scala | ||
Old repo for Linkerd 1.x. See the linkerd2 repo for Linkerd 2.x. | ||||||||||
Easegress | 5,097 | 4 days ago | 30 | June 28, 2022 | 50 | apache-2.0 | Go | |||
A Cloud Native traffic orchestration system | ||||||||||
Kubernetes Handbook | 4,972 | 3 days ago | other | Makefile | ||||||
Kubernetes Handbook (Kubernetes指南) https://kubernetes.feisky.xyz |
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.
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.
To run this app, you require the following:
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.