smi-spec icon indicating copy to clipboard operation
smi-spec copied to clipboard

Service Mesh Interface

Results 86 smi-spec issues
Sort by recently updated
recently updated
newest added

This issue is to discuss the overlaps between SMI and Kubernetes Gateway API and the possibility that where there is an overlap SMI adopts Gateway API in replacement for its...

We discussed [SMI Metrics](https://docs.google.com/document/d/1NEOu0wbcfQmk1xS9Q61dIQLyOKXajQl-WaMWf0LIsT8/edit) recently and the question came up how we can align with [OpenTelemetry](https://opentelemetry.io/) in this respect.

question

Scenario: * Requests with `Header X` get split 90/10 between `svc-v1` and `svc-v2`. * Requests **without** `Header X` all go to `svc-v1`. Currently we can achieve this with our implementation...

proposal
question
Traffic Split

I don't see any type of ability to create a virtual service/router/balancer. Something that physically doesn't exist but has routing rules to get to something that does. Basically this ends...

Like other specifications, SMI needs a set of conformance tests, conformance utility and dashboard. Meshery used as the underlying technology for conformance tests with these goals and acknowledgments: - A...

we are testing linkerd+trafficsplit on our app, which based on springcloud. but we want serviceA-canary->serviceB-canary->serviceC-canary, NOT serviceA-canary->serviceB-pro->serviceC-canary. The doc only show trafficsplit based on http header or weight, is there...

question
Traffic Split

**Describe the proposal** Currently, only regex pattern can be used to match an URI path, while prefix match and exact match can solve most problems and their costs are little...

proposal
Traffic Specs

**Describe the proposal** support queryParams params in TrafficSpec. **Scope** - [ ] New specification - [ ] Traffic Access Control - [x] Traffic Specs - [ ] Traffic Metrics -...

proposal
Traffic Specs

**Describe the proposal** Currently, the behavior of resolving multiple `TrafficSplit` blocks with overlapping rules is left up to implementing projects. This leaves a potentially broad area of under-specified behavior which...

proposal
Traffic Split

Hi, there. As per the specification, people can define a match condition array in the `TrafficSplit` resource, but the relationship between each condition in this match array is not classified....

question
Traffic Split