The Wayback Machine - https://web.archive.org/web/20210227223019/https://github.com/topics/envoy
Skip to content
#

envoy

Here are 271 public repositories matching this topic...

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

alexbrand
alexbrand commented Aug 23, 2018

Use heptio/workgroup to improve handling of the multiple goroutines that are spawned in each of the discoverers. This will also help us to bubble up errors to main, and handle them appropriately.

An example of this is #224. We wanted to handle the case where re-auth failed 3 times, but there was no good way of bubbling up the error to main.go. We could make reconciler.Run return an error to bub

meshery
austinogiza
austinogiza commented Feb 24, 2021

Current Behavior

While Meshery UI looks amazing, I haven noticed a few sections that will greatly improve our UI. Currently the meshery logo in the sidebar and the title of the screen isn't aligned/is misaligned

Desired Behavior

Horizontal alignment of the logo section with the global nav bar section.

<img width="886" alt="109069719-e66c8680-76f1-11eb-9682-1e5f191e25ff" src="http

layer5

Improve this page

Add a description, image, and links to the envoy 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 envoy topic, visit your repo's landing page and select "manage topics."

Learn more