The Wayback Machine - https://web.archive.org/web/20210314045503/https://github.com/topics/service-mesh
Skip to content
#

service-mesh

Here are 340 public repositories matching this topic...

xuanyu66
xuanyu66 commented Feb 24, 2021

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Feature or performance improvement

Question

  • What do you want to know?
    I look into jedis-2.x plugin, find that enhanceClass is redis.clients.jedis.Jedis.
    But pipeline will directly invoke jedis client.
    Jedis --invoke---> client
    pipeline ---invoke-->client

There are two solutio

adleong
adleong commented Mar 13, 2021

The linkerd doc command outputs a list called AnnotationsReference which describes all of the pod annotations which can be used to configure the proxy-injector. This list appears to be missing the config.linkerd.io/opaque-ports annotation. We should update this command to include that annotation.

Furthermore, we should ensure there are no other missing annotations and that this document

kuma
nickolaev
nickolaev commented Jan 6, 2021

Summary

Today our testing infrastructure relies heavily on KinD which is a convenient way to run ephemeral K8s clusters locally. However, since it packs a full K8s distro, it tends to be slow especially when several clusters are run in parallel (e.g. our multi-zone). We surely know docker can do better as spinning a couple of Kuma universal cluster

EItanya
EItanya commented Apr 8, 2020

We should improve our cluster name validation at cluster registration time. Currently, providing a non-k8s-compliant name will result in the installation of all agent charts but will fail when provisioning the remote service account.

❯ meshctl cluster register --cluster-name cluster1ASD--
INFO[0005] finished installing chart as release: agent-crds
INFO[0008] finished installing char

This repo contains a sample application based on a Garage Management System for Pitstop - a fictitious garage. The primary goal of this sample is to demonstrate several software-architecture concepts like: Microservices, CQRS, Event Sourcing, Domain Driven Design (DDD), Eventual Consistency.

  • Updated Mar 12, 2021
  • C#
meshery
killbotXD
killbotXD commented Mar 10, 2021

Description

Current behaviour
If there is an error in the patternfile then the code editor shows the line of error by a red cross to the left of the line.
when there is a mouse hover over the red cross the error dialog/tooltip that opens to show the possible causes of the error hides behind the code editor itself.

Expected Behavior

The error dialog /tooltop should be above the cod

Improve this page

Add a description, image, and links to the service-mesh topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the service-mesh topic, visit your repo's landing page and select "manage topics."

Learn more