Uploaded image for project: 'Network Controller'
  1. Network Controller
  2. SDNC-743

SDNC cluster deployment: support sticky sessions

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Guilin Release
    • Dublin Release
    • None

      Actually the kubernetes sdnc-service is defined as
      Type:
      NodePort
      Session Affinity:
      None
      in case of SDN-R ODLUX GUI access this leads to routing of subsequent GUI requests within one session to different nodes of the cluster.

      sessionAffinity should be set in this case to

      sessionAffinity: ClientIP

      or by introduction of an cookie based solution, e.g. ingress/nginx service

            highstreetherbert Herbert Eiselt
            demskeq8 demskeq8
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: