You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ingress [](https://kubernetes.io/docs/concepts/services-networking/ingress/) defines rule to match requests and how to route them
34
28
35
29
### Request matching
36
30
@@ -80,17 +74,17 @@ Manage access automatically - as code
80
74
81
75
### Concepts
82
76
83
-
`external-dns` manages DNS records pointing to ingress controller
77
+
`external-dns` manages DNS records pointing to ingress controller[](https://doc.crds.dev/github.com/kubernetes-sigs/external-dns)
84
78
85
-
`cert-manager` maintains certificates for TLS termination
79
+
`cert-manager` maintains certificates for TLS termination[](https://doc.crds.dev/github.com/cert-manager/cert-manager)
86
80
87
-
Flexible ingress controllers offer important features, e.g. `traefik``[](https://traefik.io/traefik/) among others
81
+
Flexible ingress controllers offer important features, e.g. `traefik`[](https://traefik.io/traefik/) among others
88
82
89
83
### Outlook
90
84
91
85
`Ingress` resource: focused on HTTP(S), annotations [](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/) for advanced features
92
86
93
-
Solved by custom resources, e.g. `IngressRoute` in traefik
87
+
Solved by custom resources, e.g. `IngressRoute` in traefik[](https://doc.crds.dev/github.com/traefik/traefik)
0 commit comments