All Projects → merbridge → merbridge

merbridge / merbridge

Licence: Apache-2.0 license
Use eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge.

Programming Languages

go
31211 projects - #10 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects
shell
77523 projects
Smarty
1635 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to merbridge

meshery
Meshery, the cloud native manager
Stars: ✭ 1,587 (+238.38%)
Mutual labels:  service-mesh, istio
grpc-web-istio-demo
A demo for showcasing gRPC-Web with Istio.
Stars: ✭ 67 (-85.71%)
Mutual labels:  service-mesh, istio
service-mesh-patterns
Templates of service mesh configurations imbued with best practices.
Stars: ✭ 68 (-85.5%)
Mutual labels:  service-mesh, istio
Kt Connect
Manage and Integration with your Kubernetes dev environment more efficient.
Stars: ✭ 499 (+6.4%)
Mutual labels:  mesh, istio
linkerd2-benchmark
The scripts to benchmark Linkerd2 proxy using Fortio
Stars: ✭ 16 (-96.59%)
Mutual labels:  istio, linkerd2
Mesh
Traefik Mesh - Simpler Service Mesh
Stars: ✭ 1,571 (+234.97%)
Mutual labels:  mesh, service-mesh
istio-talk
A talk on Istio and related demos
Stars: ✭ 11 (-97.65%)
Mutual labels:  service-mesh, istio
Kiali
Kiali project, observability for the Istio service mesh
Stars: ✭ 2,687 (+472.92%)
Mutual labels:  service-mesh, istio
cf-k8s-networking
building a cloud foundry without gorouter....
Stars: ✭ 33 (-92.96%)
Mutual labels:  service-mesh, istio
easemesh
A service mesh implementation for connecting, control, and observe services in spring-cloud.
Stars: ✭ 454 (-3.2%)
Mutual labels:  mesh, service-mesh
Learn-ServiceMesh-Workshop
Labs for Kubecon NA Workshop on Service Mesh with Cloud PKS
Stars: ✭ 13 (-97.23%)
Mutual labels:  mesh, service-mesh
meta-protocol-proxy
A data plane framework that supports any layer-7 protocols.
Stars: ✭ 56 (-88.06%)
Mutual labels:  service-mesh, istio
Istio By Example Java
A collection of examples of using Istio with Java applications.
Stars: ✭ 242 (-48.4%)
Mutual labels:  service-mesh, istio
Microservices On Cloud Kubernetes
Microservices demo application on cloud-hosted Kubernetes cluster
Stars: ✭ 213 (-54.58%)
Mutual labels:  mesh, istio
Istio Official Translation
Istio官网中文本地化
Stars: ✭ 225 (-52.03%)
Mutual labels:  service-mesh, istio
advanced-istio-service-mesh-workshop
Advanced Istio Service Mesh Workshop
Stars: ✭ 28 (-94.03%)
Mutual labels:  service-mesh, istio
Naftis
An awesome dashboard for Istio built with love.
Stars: ✭ 1,859 (+296.38%)
Mutual labels:  service-mesh, istio
Istio Service Mesh Workshop
Using Istio Workshop
Stars: ✭ 194 (-58.64%)
Mutual labels:  service-mesh, istio
book-source-code
Accompanying source code for Istio in Action (Manning)
Stars: ✭ 175 (-62.69%)
Mutual labels:  service-mesh, istio
shopping-cart-k8s
Service Mesh patterns for Microservices
Stars: ✭ 57 (-87.85%)
Mutual labels:  service-mesh, istio

merbridge

Use eBPF to speed up your Service Mesh like crossing an Einstein-Rosen Bridge.

Usage

Install

You just only need to run the following command to your Istio cluster to get eBPF to speed up Istio:

kubectl apply -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one.yaml

Or on Linkerd cluster:

kubectl apply -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-linkerd.yaml

Or on Kuma cluster:

kubectl apply -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-kuma.yaml

Note: currently only works on Linux kernel >= 5.7, run uname -r check your kernel version before install merbridge.

If you want to install Merbridge by Helm, read the guidelines: Deploy Merbridge with Helm.

Uninstall

  • Istio:
kubectl delete -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one.yaml
  • Linkerd:
kubectl delete -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-linkerd.yaml
  • Kuma:
kubectl delete -f https://raw.githubusercontent.com/merbridge/merbridge/main/deploy/all-in-one-kuma.yaml

Get involved

Join the Merbridge slack.

Contributors

Made with contrib.rocks.

License

Copyright 2022 the Merbridge Authors. All rights reserved.

Licensed under the Apache License, Version 2.0.

Landscapes

  

Merbridge enriches the CNCF CLOUD NATIVE Landscape.

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