Nicholas Jackson
Nicholas Jackson
Gotcha, that is a pretty normal use case the thing that tripped up my thinking was more the use case of splitting traffic across two services in a different namespace....
I think this makes perfect sense expanding on the example in the doc that allows a canary to be created for firefox users. ```yaml kind: TrafficSplit metadata: name: ab-test spec:...
Looks good to me, would allow you to define all the properties of a test in a single CRD. 🚢
I think it would be fine @michelleN, moving from this version to the previous version would mean you have to drop anything other than the first rule but moving from...
Hey @aanandr, few answers for you 1. I agree, we really need to start the part of the spec which defines the service itself including ports and association to route....
One thing to add here and I am not sure we really got this nailed in the initial spec but... With services we are covering a specific implementation based on...
Didn't we not originally bounce the proposal of using labels as it was inherently insecure. Service accounts can be controlled using RBAC however I am not sure adding metadata can?
My take on this is you have an actual Service resource, something like... ``` Service |--Identity |--Listeners |----Listener |------Port |------Authenticated |------Routes |--------HTTPRouteGroup |--Upstreams |----Upstream ``` A TrafficTarget would reference the...
@aledbf SMI is predominately concerned with East/West traffic (traffic inside the cluster) where Ingress concerns North/South (traffic into the cluster). There is a little overlap as at some point the...
I grouped region into the logical term datacenter, it's kinda a broad term but I added region to the original to try and make sure I meant that too. With...