{"id":13467263,"url":"https://github.com/traefik/mesh","last_synced_at":"2025-05-13T23:09:50.390Z","repository":{"id":37771229,"uuid":"187875305","full_name":"traefik/mesh","owner":"traefik","description":"Traefik Mesh - Simpler Service Mesh","archived":false,"fork":false,"pushed_at":"2025-01-21T09:10:25.000Z","size":10341,"stargazers_count":2057,"open_issues_count":42,"forks_count":143,"subscribers_count":46,"default_branch":"master","last_synced_at":"2025-05-07T23:44:24.001Z","etag":null,"topics":["mesh","service-mesh","service-mesh-interface","traefik","traefik-mesh"],"latest_commit_sha":null,"homepage":"https://traefik.io/traefik-mesh","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/traefik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-21T16:27:57.000Z","updated_at":"2025-04-21T09:20:11.000Z","dependencies_parsed_at":"2024-04-02T17:58:41.679Z","dependency_job_id":"94231ba1-bebe-4f91-8970-93f6ba54c005","html_url":"https://github.com/traefik/mesh","commit_stats":{"total_commits":415,"total_committers":36,"mean_commits":"11.527777777777779","dds":0.6240963855421686,"last_synced_commit":"638e27f9e29b8c6bdda214282d52bfc02fda94aa"},"previous_names":["traefik/maesh","containous/maesh"],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fmesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fmesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fmesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/traefik%2Fmesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/traefik","download_url":"https://codeload.github.com/traefik/mesh/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254042276,"owners_count":22004887,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mesh","service-mesh","service-mesh-interface","traefik","traefik-mesh"],"created_at":"2024-07-31T15:00:54.568Z","updated_at":"2025-05-13T23:09:45.372Z","avatar_url":"https://github.com/traefik.png","language":"Go","funding_links":[],"categories":["Go","开源类库","Service Mesh 🕸️"],"sub_categories":["微服务"],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"docs/content/assets/img/traefik-mesh.png\" alt=\"Traefik Mesh\" title=\"Traefik Mesh\" /\u003e\n\u003c/p\u003e\n\n\n[![Semaphore CI Build Status](https://traefik.semaphoreci.com/badges/mesh/branches/master.svg?style=shields)](https://traefik.semaphoreci.com/projects/mesh)\n[![Docs](https://img.shields.io/badge/docs-current-brightgreen.svg)](https://doc.traefik.io/traefik-mesh)\n[![Go Report Card](https://goreportcard.com/badge/github.com/traefik/mesh)](https://goreportcard.com/report/github.com/traefik/mesh)\n[![Release](https://img.shields.io/github/tag-date/traefik/mesh.svg)](https://github.com/traefik/mesh/releases)\n[![GitHub](https://img.shields.io/github/license/traefik/mesh)](https://github.com/traefik/mesh/blob/master/LICENSE)\n[![Discourse status](https://img.shields.io/discourse/https/community.traefik.io/status?label=Community\u0026style=social)](https://community.traefik.io/c/traefik-mesh)\n\n## Traefik Mesh: Simpler Service Mesh\n\nTraefik Mesh is a simple, yet full-featured service mesh.\nIt is container-native and fits as your de-facto service mesh in your Kubernetes cluster.\nIt supports the latest Service Mesh Interface specification [SMI](https://smi-spec.io) that facilitates integration with pre-existing solution.\nMoreover, Traefik Mesh is opt-in by default, which means that your existing services are unaffected until you decide to add them to the mesh.\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://smi-spec.io\" target=\"_blank\"\u003e\u003cimg width=\"150\" src=\"docs/content/assets/img/smi.png\" alt=\"SMI\" title=\"SMI\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Non-Invasive Service Mesh\n\nTraefik Mesh does not use any sidecar container but handles routing through proxy endpoints running on each node.\nThe mesh controller runs in a dedicated pod and handles all the configuration parsing and deployment to the proxy nodes.\nTraefik Mesh supports multiple configuration options: annotations on user service objects, and SMI objects.\nNot using sidecars means that Traefik Mesh does not modify your Kubernetes objects, and does not modify your traffic without your knowledge.\nUsing the Traefik Mesh endpoints is all that is required.\n\n\u003cp align=\"center\"\u003e\n\u003cimg width=\"400\" src=\"docs/content/assets/img/before-traefik-mesh-graphic.png\" alt=\"Traefik Mesh\" title=\"Traefik Mesh\" /\u003e\n\u003cimg width=\"400\" src=\"docs/content/assets/img/after-traefik-mesh-graphic.png\" alt=\"Traefik Mesh\" title=\"Traefik Mesh\" /\u003e\n\u003c/p\u003e\n\n## Prerequisites\n\nTo run this app, you require the following:\n\n- Kubernetes 1.11+\n- CoreDNS installed as [Cluster DNS Provider](https://kubernetes.io/docs/tasks/administer-cluster/dns-custom-nameservers/) (versions 1.3+ supported)\n- Helm v3\n\n## Install (Helm v3 only)\n\n```shell\nhelm repo add traefik https://traefik.github.io/charts\nhelm repo update\nhelm install traefik-mesh traefik/traefik-mesh\n```\n\nYou can find the complete documentation at https://doc.traefik.io/traefik-mesh.\n\n\n## Contributing\n\n[Contributing guide](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraefik%2Fmesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftraefik%2Fmesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftraefik%2Fmesh/lists"}