Skip to content

Istio telemetry with als extension provider seems to have some sort of session stickiness #49831

Closed Answered by joelmathew003
joelmathew003 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry for the delayed response. Fixed the issue by setting a connection age through an EnvoyFilter and this enables connection rotation

apiVersion: networking.istio.io/v1alpha3
kind: EnvoyFilter
metadata:
  name: als-config
  namespace: istio-system
spec:
  workloadSelector:
    labels:
      istio-injection: enabled
  configPatches:
    - applyTo: CLUSTER
      match:
        cluster:
          service: "collector.test-ns.svc.cluster.local"
      patch:
        operation: MERGE
        value:
          typed_extension_protocol_options:
            envoy.extensions.upstreams.http.v3.HttpProtocolOptions:
              "@type": "type.googleapis.com/envoy.extensions.upstreams.http.v3.HttpPro…

Replies: 2 comments 14 replies

Comment options

You must be logged in to vote
14 replies
@zirain
Comment options

@joelmathew003
Comment options

@zirain
Comment options

@joelmathew003
Comment options

@zirain
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by joelmathew003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants