Weekly thread to discuss whatever you’re working on, big or small, at work or in your free time.

  • @starneld
    link
    English
    47 months ago

    Trying to find a suitable WAF for AWS EKS. Any suggestions?

    One of the teams has a cluster built with the nginx ingress which uses classic load balancers. Shifting them to the AWS ingress (which uses ALBs enabling our AWS WAF to apply) looks like it’ll be massively expensive due to the blow out in load balancer costs - but it gets us a WAF we already use across everything else. Other option is to find a WAF specifically for EKS and shift all clusters to that.

    • shellsharksOPMA
      link
      English
      27 months ago

      So native AWS WAF isn’t viable because of costs?

      • @starneld
        link
        English
        27 months ago

        My preference is for the native AWS WAF as we already use it. The rub comes from how the cluster is architected which would mean we’d have an ALB ingress per application - the prohibitive cost is purely the extra ALBs that would be created. Though I literally just heard it’s not going to be as bad as initially forecast so ¯_(ツ)_/¯

        My original curiosity was if any of the K8s specific WAFs are any good, for example Prophaze.