Created
May 8, 2020 00:00
-
-
Save jpeach/471e5265186b794303552588443225a1 to your computer and use it in GitHub Desktop.
This file contains 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
+----------------------------------------+ | |
+----------------------------------------------------------------------------------------------------------+ | |
| | | CLUSTER OPERATOR | | |
| +-----------------------+ | | | | |
| | Gateway | | +----------------------------------+ | | | |
| +-----------------------+ | | Secret | | | | |
| | | | +----------------------------------+ | | | |
| | Listeners +---------->+ | | | | |
| | TLS | | | | tls.crt | | | | |
| | CertificateRef + | | | foo.example.com | | | | |
| | | | | ca.crt | | | | |
| | Routes | | | letsencrypt | | | | |
| +------------------------ | +----------------------------------+ | | | |
| | | | | |
+----------------------------------------------------------------------------------------------------------+ | |
| | | |
| | | |
+---------------------------------------------------------------------------------+ | |
| | | +----------------------+ | | |
| | +--------------------------------+ | | Service | | | |
| | | HTTPRoute | | +----------------------+ | | |
| | +--------------------------------+ | | | | | |
| | | | | | selector: | | | |
| | | Hosts | | | app: "foo" | | | |
| | | foo.example.com | | +------------+---------+ | | |
| | | match: | | ^ | | |
| | | prefix: / | | | | | |
| | | action: | | | | | |
| | | forwardto: | | | | | |
| | | TargetRef +-----------------------------------------+ | | |
| | +--------------------------------+ | | | |
| | | | | |
| | | APPLICATION OWNER | | |
| | | | | |
+---------------------------------------------------------------------------------+ | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| APPLICATION | | |
| | | |
+----------------------------------------+ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment