Forked from jpeach/gist:471e5265186b794303552588443225a1
          
        
    
          Created
          May 8, 2020 15:53 
        
      - 
      
- 
        Save danehans/0c9b2ad932f9f6b90113db0be4d5f895 to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | +----------------------------------------+ | |
| +----------------------------------------------------------------------------------------------------------+ | |
| | | | 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