Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Transcribed from Confluence) Add DS type descriptions to the UI #7911

Open
ocket8888 opened this issue Jan 11, 2024 · 1 comment
Open

(Transcribed from Confluence) Add DS type descriptions to the UI #7911

ocket8888 opened this issue Jan 11, 2024 · 1 comment
Labels
good first issue first-time committers will find this easy to resolve low difficulty the estimated level of effort to resolve this issue is low low impact affects only a small portion of a CDN, and cannot itself break one new feature A new feature, capability or behavior Traffic Portal v1 related to Traffic Portal version 1

Comments

@ocket8888
Copy link
Contributor

This Feature Request affects these Traffic Control components:

  • Traffic Portal

Description

Perhaps in the DS creation modal where a type is selected, a description is shown based on the current selection. Proposed descriptions:

Name Content Routing Description
HTTP HTTP Content Routing

The Traffic Router DNS auth server returns its own IP address on DNS queries, and the client gets redirected to a specific cache in the nearest cache group using HTTP 302. Use this for long sessions like HLS/HDS/Smooth live streaming, where a longer setup time is not a problem.

DNS DNS Content Routing

The Traffic Router DNS auth server returns an edge cache IP address to the client right away. The client will find the cache quickly but the Traffic Router can not route to a cache that already has this content in the cache group. Use this for smaller objects like web page images / objects.

DNS_LIVE_NATNL DNS Content routing

Whereas for “standard” DNS content routing the objects are stored on disk, for this delivery service type the objects are stored on the RAM disks. Use this for linear TV. The MID tier is NOT bypassed for this type.

DNS_LIVE DNS Content routing

Same as DNS_LIVE_NATNL, but the MID tier is bypassed.

HTTP_NO_CACHE HTTP Content Routing

Caches will not actually cache the content, they act as just proxies. The MID tier is bypassed.

HTTP_LIVE HTTP Content routing

Whereas for “standard” HTTP content routing the objects are stored on disk, for this delivery service type the objects are stored on the RAM disks. Use this for linear TV. The MID tier is bypassed for this type.

HTTP_LIVE_NATNL HTTP Content routing

Same as HTTP_LIVE, but the MID tier is NOT bypassed.

ANY_MAP N/A

ANY_MAP is not known to Traffic Router. For this deliveryservice, the “Raw remap text” field in the input form will be used as the remap line on the cache.

STEERING HTTP Content Routing

The Delivery Service will be used to route to other delivery services. The target delivery services Traffic Router and the routing weights for those delivery services will be defined by an admin or steering user. For more information see the steering feature documentation

@ocket8888 ocket8888 added new feature A new feature, capability or behavior Traffic Portal v1 related to Traffic Portal version 1 low impact affects only a small portion of a CDN, and cannot itself break one low difficulty the estimated level of effort to resolve this issue is low good first issue first-time committers will find this easy to resolve labels Jan 11, 2024
@Shrutakeerti
Copy link

hi @ocket8888 pls assign me this issue I want to work on this issue

Shrutakeerti added a commit to Shrutakeerti/trafficcontrol that referenced this issue Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue first-time committers will find this easy to resolve low difficulty the estimated level of effort to resolve this issue is low low impact affects only a small portion of a CDN, and cannot itself break one new feature A new feature, capability or behavior Traffic Portal v1 related to Traffic Portal version 1
Projects
None yet
Development

No branches or pull requests

2 participants