Created
          October 13, 2021 11:03 
        
      - 
      
- 
        Save wayne-o/0e4feb5e6dc17fb980013f97e04be057 to your computer and use it in GitHub Desktop. 
    resolve external dns to internal service
  
        
  
    
      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
    
  
  
    
  | apiVersion: v1 | |
| data: | |
| Corefile: | | |
| .:53 { | |
| errors | |
| health | |
| rewrite stop { | |
| name regex ids\.test2\.fundacion\.io sonaticket-ids.test2-fundacion-io.svc.cluster.local | |
| answer name sonaticket-ids\.test2-fundacion-io\.svc\.cluster\.local ids.test2\.fundacion\.io | |
| } | |
| kubernetes cluster.local in-addr.arpa ip6.arpa { | |
| pods insecure | |
| upstream | |
| fallthrough in-addr.arpa ip6.arpa | |
| ttl 30 | |
| } | |
| prometheus :9153 | |
| forward . 8.8.8.8:53 | |
| cache 30 | |
| loop | |
| reload | |
| loadbalance | |
| } | |
| kind: ConfigMap | |
| metadata: | |
| name: coredns | |
| namespace: kube-system | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment