istio 다크배포

DevOps

[Istio] Dark Release

header 기반 라우팅 header 기반 라우팅으로, my-header: canary 라는 header가 존재하면 실험버전으로 보내고, 그 외에는 기존 버전을 보도록 정의하면 다음과 같다. kind: VirtualService apiVersion: networking.istio.io/v1alpha3 metadata: name: webapp namespace: default spec: hosts: - "*" gateways: - ingress-gateway-configuration http: - match: - headers: # IF my-header: exact: canary route: # THEN - destination: host: webapp subset: experimental - route..

KIM DEON
'istio 다크배포' 태그의 글 목록