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

service-mesh

Here are 336 public repositories matching this topic...

JayeshMuley
JayeshMuley commented Feb 9, 2021

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • [X ] Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Question

  • Need to post Alarm to https , How to provide header. Also how to get the Hostname along with Alarm.
    For example need to post the alarms through

curl -X POST
https://***

barkardk
barkardk commented Feb 9, 2021

What problem are you trying to solve?

When injecting linkerd into manifests that use the SSF protocol it would be nice to be able to do so via am cli flag
just like

linkerd inject --skip-inbound-ports=3306 --skip-outbound-ports=3306 -

for this setting

Any alternatives you've considered?

Via pipelines the linkerd properties would be set in the manifests already

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

osm
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 Feb 13, 2021
  • C#
meshery

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