When setting k8s inflightreq, if you increase the number of replicas, does it apply?

apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
  name: test-inflightreq
spec:
  inFlightReq:
    amount: 1

When setting k8s inflightreq, if you increase the number of replicas, does it apply?
How can I use that feature even with an increased number of pods?

Hey @jskorlol,
This feature does not exist for Traefik Proxy, but it does exist for Traefik Enterprise. You can learn more about Traefik Enterprise here.