You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
for example, marathon will create tasks for deployment groups with names like a.b.c or member.team.org. currently the dns952 label package converts these dots to dashes. for example, a a task named "a.b.c" is transformed to "a-b-c". this facilitates SRV record construction based on task name such that task a.b.c has an srv record of _a-b-c._tcp.{some-domain-suffix}.
@ConnorDoyle says that a better transformation would generate an srv record named _a._tcp.b.c.{some-domain-suffix}. this would preserve the naming hierarchy established by the framework. it also allows each framework to be responsible for the uniqueness of task names, instead of clobbering the task name in transformation like we currently do.
I don't think it's worth putting much effort in the current naming scheme. We should put more thought in the naming scheme proposed using the discovery info. Look at the google doc and make comments. Stefan is just starting with it.
for example, marathon will create tasks for deployment groups with names like a.b.c or member.team.org. currently the dns952 label package converts these dots to dashes. for example, a a task named "a.b.c" is transformed to "a-b-c". this facilitates SRV record construction based on task name such that task a.b.c has an srv record of _a-b-c._tcp.{some-domain-suffix}.
@ConnorDoyle says that a better transformation would generate an srv record named _a._tcp.b.c.{some-domain-suffix}. this would preserve the naming hierarchy established by the framework. it also allows each framework to be responsible for the uniqueness of task names, instead of clobbering the task name in transformation like we currently do.
for example, marathon will create tasks for deployment groups with names like a.b.c or member.team.org. currently the dns952 label package converts these dots to dashes. for example, a a task named "a.b.c" is transformed to "a-b-c". this facilitates SRV record construction based on task name such that task a.b.c has an srv record of _a-b-c._tcp.{some-domain-suffix}.
@ConnorDoyle says that a better transformation would generate an srv record named _a._tcp.b.c.{some-domain-suffix}. this would preserve the naming hierarchy established by the framework. it also allows each framework to be responsible for the uniqueness of task names, instead of clobbering the task name in transformation like we currently do.
@kozyraki what are your thoughts?
The text was updated successfully, but these errors were encountered: