{"id":13643692,"url":"https://github.com/merbridge/merbridge","last_synced_at":"2025-05-14T12:09:38.071Z","repository":{"id":37015379,"uuid":"447051452","full_name":"merbridge/merbridge","owner":"merbridge","description":"Use eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge.","archived":false,"fork":false,"pushed_at":"2025-03-31T17:12:59.000Z","size":711,"stargazers_count":772,"open_issues_count":34,"forks_count":94,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-04-06T16:02:07.078Z","etag":null,"topics":["ebpf","istio","kubernetes","kuma","linkerd2","mesh","osm","service-mesh"],"latest_commit_sha":null,"homepage":"https://merbridge.io","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/merbridge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":"governance.md","roadmap":"ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-12T02:34:12.000Z","updated_at":"2025-03-24T16:09:05.000Z","dependencies_parsed_at":"2024-12-14T20:00:34.891Z","dependency_job_id":"1d581f4d-8fa0-4042-a40b-09420d11ad82","html_url":"https://github.com/merbridge/merbridge","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merbridge%2Fmerbridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merbridge%2Fmerbridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merbridge%2Fmerbridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/merbridge%2Fmerbridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/merbridge","download_url":"https://codeload.github.com/merbridge/merbridge/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248759416,"owners_count":21157156,"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":["ebpf","istio","kubernetes","kuma","linkerd2","mesh","osm","service-mesh"],"created_at":"2024-08-02T01:01:51.350Z","updated_at":"2025-04-13T18:25:33.194Z","avatar_url":"https://github.com/merbridge.png","language":"Go","funding_links":[],"categories":["kubernetes","Go","Service Mesh"],"sub_categories":[],"readme":"# merbridge\n\n[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6382/badge)](https://bestpractices.coreinfrastructure.org/projects/6382)\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmerbridge%2Fmerbridge.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmerbridge%2Fmerbridge?ref=badge_shield)\n\nUse eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge.\n\n## Usage\n\n### Install\n\nYou just only need to run the following command on your Istio cluster to get eBPF to speed up Istio:\n\n```bash\nkubectl apply -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one.yaml\n```\n\nOr on a Linkerd cluster:\n\n```bash\nkubectl apply -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-linkerd.yaml\n```\n\nOr on a Kuma cluster:\n\n```bash\nkubectl apply -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-kuma.yaml\n```\n\nOr on an [OSM](https://github.com/openservicemesh/osm)/[OSM-Edge](https://github.com/flomesh-io/osm-edge) cluster:\n\n```bash\nkubectl apply -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-osm.yaml\n```\n\n\u003e Note: It currently only works on Linux kernel \u003e= 5.7, run `uname -r` to check your kernel version before installing Merbridge.\n\nIf you want to install Merbridge by `Helm`, read the guidelines: [Deploy Merbridge with Helm](deploy/).\n\n### Uninstall\n\n- Istio:\n\n```bash\nkubectl delete -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one.yaml\n```\n\n- Linkerd:\n\n```bash\nkubectl delete -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-linkerd.yaml\n```\n\n- Kuma:\n\n```bash\nkubectl delete -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-kuma.yaml\n```\n\n- [OSM](https://github.com/openservicemesh/osm)/[OSM-Edge](https://github.com/flomesh-io/osm-edge):\n\n```bash\nkubectl delete -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-osm.yaml\n```\n\n## Get involved\n\nJoin the [Merbridge slack](https://join.slack.com/t/merbridge/shared_invite/zt-11uc3z0w7-DMyv42eQ6s5YUxO5mZ5hwQ).\n\n## Contributors\n\n\u003ca href=\"https://github.com/merbridge/merbridge/graphs/contributors\"\u003e\n  \u003cimg src=\"https://contrib.rocks/image?repo=merbridge/merbridge\" /\u003e\n\u003c/a\u003e\n\nMade with [contrib.rocks](https://contrib.rocks).\n\n## License\n\nCopyright 2023 the Merbridge Authors. All rights reserved.\n\nLicensed under the Apache License, Version 2.0.\n\n[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fmerbridge%2Fmerbridge.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fmerbridge%2Fmerbridge?ref=badge_large)\n\n## Landscapes\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://landscape.cncf.io/images/left-logo.svg\" width=\"150\"/\u003e\u0026nbsp;\u0026nbsp;\u003cimg src=\"https://landscape.cncf.io/images/right-logo.svg\" width=\"200\"/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\nMerbridge enriches the \u003ca href=\"https://landscape.cncf.io/?selected=merbridge\"\u003eCNCF CLOUD NATIVE Landscape.\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerbridge%2Fmerbridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmerbridge%2Fmerbridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmerbridge%2Fmerbridge/lists"}