Skip to content

Add ingress rate limiting and timeout annotations #230

@vcarl

Description

@vcarl

Context

Part of load balancer architecture work (see PR #228 for full analysis).

Risk: Very Low | Reward: Medium | Code Changes: None

Description

Add rate limiting and timeout annotations to existing ingress for improved resilience.

Changes

Add to cluster/ingress.yaml annotations:

nginx.ingress.kubernetes.io/proxy-connect-timeout: "60"
nginx.ingress.kubernetes.io/proxy-send-timeout: "60"
nginx.ingress.kubernetes.io/proxy-read-timeout: "60"
nginx.ingress.kubernetes.io/limit-rps: "100"

Why This is Safe

Standard nginx-ingress features, doesn't touch app code.

Tasks

  • Add timeout annotations to ingress
  • Add rate limiting annotation
  • Deploy to staging and verify
  • Deploy to production

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions