-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
RFD 163: VNet #37834
RFD 163: VNet #37834
Conversation
Starting with an empty shell we can add to.
d1c29dd
to
1c70d28
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have reviewed the RFD. Below are my two comments on certain security considerations
When the DNS server receives a query for any subdomain of those suffixes, it | ||
will search the cluster for an app with a matching `public_addr`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will searching be done via fuzzy search or a predicate expression?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All searches will be done with predicate expression searches, exact matches on the public_addr
with a prefix match on the resource.spec.uri
Rendered version