Delyan Raychev
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...
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: - [...
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...
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,...
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...