rollouts
rollouts copied to clipboard
We have multiple Ingress in one workload, but currently only one is supported.
kubectl explain Rollout.spec.strategy.canary.trafficRoutings KIND: Rollout VERSION: rollouts.kruise.io/v1alpha1
RESOURCE: trafficRoutings <[]Object>
DESCRIPTION: TrafficRoutings hosts all the supported service meshes supported to enable more fine-grained traffic routing todo current only support one TrafficRouting
@callmefool This requirement is still quite complicated. Is it convenient to discuss it together at the zoom community meeting at 7:30 p.m. on Thursday?
@zmberg 我说下我们的场景吧,一个工作负载通过多个Ingress资源暴露: 有些域名需要外网访问(ingressClass指向具有公网地址的ALB) 有些域名只能内网访问(ingressClass指向具有内网地址的ALB) 在只能内网访问的域名里,有些需要ssl-redirect,有些不需要ssl-redirect 在一个Ingress资源里无法满足上述所有需求,需要分拆到多个Ingress资源里