Alternative Milestone2 Networking (Ingress, HTTP External Callout)#476
Draft
John Howard (howardjohn) wants to merge 2 commits into
Draft
Alternative Milestone2 Networking (Ingress, HTTP External Callout)#476John Howard (howardjohn) wants to merge 2 commits into
John Howard (howardjohn) wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
POC alternative to #460 that uses only "front door" logic of generic external HTTP proxy that can do an external HTTP callout (As supported by all pretty much every major proxy: nginx, caddy, envoy, agentgateway, traefik etc).
This is done by implementing a small HTTP shim in front of the gRPC endpoint in ate-apiserver. The ingress calls ate-api directly.
This is quick POC; not ready to merge. This also just lives side-by-side with the existing router implementation in this PR to keep the diff tiny for POC only.