All Projects → traefik → Mesh

traefik / Mesh

Licence: apache-2.0
Traefik Mesh - Simpler Service Mesh

Programming Languages

go
31211 projects - #10 most used programming language
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Mesh

merbridge
Use eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge.
Stars: ✭ 469 (-70.15%)
Mutual labels:  mesh, service-mesh
service-mesh-patterns
Templates of service mesh configurations imbued with best practices.
Stars: ✭ 68 (-95.67%)
Mutual labels:  service-mesh, service-mesh-interface
learn-layer5
A sample application for learning how to service mesh and for validating SMI conformance
Stars: ✭ 43 (-97.26%)
Mutual labels:  service-mesh, service-mesh-interface
easemesh
A service mesh implementation for connecting, control, and observe services in spring-cloud.
Stars: ✭ 454 (-71.1%)
Mutual labels:  mesh, service-mesh
Learn-ServiceMesh-Workshop
Labs for Kubecon NA Workshop on Service Mesh with Cloud PKS
Stars: ✭ 13 (-99.17%)
Mutual labels:  mesh, service-mesh
Collidable Raymarching Terrain
Real time generate collider mesh according shader, it is really useful when you want to interact with your raymarching scene
Stars: ✭ 68 (-95.67%)
Mutual labels:  mesh
Vproxy
1) proxy: LB,DNS,Socks. 2) k8s: CRD and Controllers. 3) sdn: L3 Stackable Virtual Switch.
Stars: ✭ 88 (-94.4%)
Mutual labels:  service-mesh
Envoy Control
Envoy Control is a platform-agnostic, production-ready Control Plane for Service Mesh based on Envoy Proxy.
Stars: ✭ 66 (-95.8%)
Mutual labels:  service-mesh
Cloud Volume
Read and write Neuroglancer datasets programmatically.
Stars: ✭ 63 (-95.99%)
Mutual labels:  mesh
Gl Catmull Clark
A javascript implementation of the Catmull-Clark subdivision surface algorithm
Stars: ✭ 100 (-93.63%)
Mutual labels:  mesh
Assetkit
🎨 Modern 2D/3D - Importer • Exporter • Util - Library, also called (AssetIO)
Stars: ✭ 97 (-93.83%)
Mutual labels:  mesh
Blockerized Dockchain
Because all problems are solvable with containers and blockchains
Stars: ✭ 77 (-95.1%)
Mutual labels:  service-mesh
Kinectfusionapp
Sample implementation of an application using KinectFusionLib
Stars: ✭ 69 (-95.61%)
Mutual labels:  mesh
3dhop
3D Heritage Online Presenter
Stars: ✭ 89 (-94.33%)
Mutual labels:  mesh
Kubernetes Handbook
Kubernetes中文指南/云原生应用架构实践手册 - https://jimmysong.io/kubernetes-handbook
Stars: ✭ 9,420 (+499.62%)
Mutual labels:  service-mesh
Marblerun
Marblerun is the service mesh for confidential computing. Deploy, scale, and verify your confidential microservices on vanilla Kubernetes. 100% Go, 100% cloud native, 100% confidential
Stars: ✭ 98 (-93.76%)
Mutual labels:  service-mesh
Mimmo
Surface manipulation and mesh morphing library
Stars: ✭ 63 (-95.99%)
Mutual labels:  mesh
Pymeshfix
Python Wrapper for MeshFix: easily repair holes in PyVista surface meshes
Stars: ✭ 75 (-95.23%)
Mutual labels:  mesh
Trimesh
Python library for loading and using triangular meshes.
Stars: ✭ 1,303 (-17.06%)
Mutual labels:  mesh
Service Mesh Benchmark
Stars: ✭ 72 (-95.42%)
Mutual labels:  service-mesh

Traefik Mesh

Travis CI Build Status 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-mesh https://helm.traefik.io/mesh
helm repo update
helm install traefik-mesh traefik-mesh/traefik-mesh

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

Contributing

Contributing guide.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].