Delyan Raychev

Results 6 issues of Delyan Raychev

Leverage go-control-plane's SnapshotCache. The snapshot cache allows us to set a single-versioned snapshot of all xDS responses (for each proxy) in a single location, while the snapshot cache implementation maintains...

size/XL
kind/refactor
priority/P1
area/envoy-control-plane

With [Multicluster OSM design doc](https://docs.google.com/document/d/1O3XcG27uryBxCHX719qYUUzAo913GoFv3LOwdnfNudQ/edit#) we proposed an MVP solution, which enables a particular multicluster scenario. The following GitHub issues take the next steps in implementing this proposal: - [...

priority/P0
area/multicluster
kind/needed
size/XXXL

This GitHub Issue is to track and improve the overall metrics story in OSM. Some of the already existing issues we have regrading metrics are below. We will need to...

size/XL
kind/research-required
kind/discussion
area/metrics
priority/P1
kind/needs-discussion

SMI provides us with a rich set of primitives to configure our service mesh. SMI does not cover the entire set of features Envoy proxy provides. A service mesh operator,...

kind/research-required
area/control-plane
size/XXL
kind/design-required

This PR introduces a `lint` GitHub workflow job, which runs before unit testing.

This PR is minor modernization of the repo: - adds a go.mod - removes ./vendor - adds a Makefile - build output will be in ./bin, which will be git...