Bug 1467392

Summary: [RFE] Limit the maximum number of concurrent connections a service can receive through a route annotation
Product: OpenShift Container Platform Reporter: Sergi Jimenez Romero <sjr>
Component: NetworkingAssignee: Ben Bennett <bbennett>
Networking sub component: router QA Contact: zhaozhanqi <zzhao>
Status: CLOSED NOTABUG Docs Contact:
Severity: low    
Priority: unspecified CC: aos-bugs
Version: 3.5.0   
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-07-04 14:50:55 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.