Bug 1467392 - [RFE] Limit the maximum number of concurrent connections a service can receive through a route annotation
Summary: [RFE] Limit the maximum number of concurrent connections a service can receiv...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Networking
Version: 3.5.0
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: ---
Assignee: Ben Bennett
QA Contact: zhaozhanqi
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-07-03 15:44 UTC by Sergi Jimenez Romero
Modified: 2022-08-04 22:20 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-07-04 14:50:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Origin (Github) 14822 0 None None None 2017-07-03 15:46:16 UTC

Description Sergi Jimenez Romero 2017-07-03 15:44:07 UTC
> 3. What is the nature and description of the request?

Through a route annotation, I want to be able to set the maximum number of concurrent connections a service exposed under a route can receive.
Some use cases:
As a developer, I want that the platform controls the amount of traffic my app can receive. This can save my app from going down under extreme loads.
As a project admin, I want to protect the apps that are exposed externally through routes from DDoS like attacks.

> 4. Why does the customer need this? (List the business requirements here)

To limit app traffic, and avoid apps from going down under extreme loads.
To protect the apps that are exposed externally through routes from DDoS like attacks.

> 5. How would the customer like to achieve this? (List the functional requirements here)

By specifying a route annotation.

> 6. For each functional requirement listed, specify how Red Hat and the customer can test to confirm the requirement is successfully implemented.

Having a route annotation will effectively limit connections against a service.

10. List any affected packages or components.
Router and routes.


Note You need to log in before you can comment on or make changes to this bug.