Difference between revisions of "Ingress options"
Jump to navigation
Jump to search
(Created page with " https://link.medium.com/cTIm9L3zFub") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
https://link.medium.com/cTIm9L3zFub | https://link.medium.com/cTIm9L3zFub | ||
+ | |||
+ | https://github.com/emissary-ingress/emissary | ||
+ | |||
+ | |||
+ | https://www.getambassador.io/docs/emissary/latest/topics/install/helm/ | ||
+ | |||
+ | https://www.getambassador.io/docs/emissary/latest/howtos/tls-termination/ | ||
+ | |||
+ | |||
+ | ``` | ||
+ | helm install -n emissary --create-namespace \ | ||
+ | emissary-ingress datawire/emissary-ingress && \ | ||
+ | kubectl rollout status -n emissary deployment/emissary-ingress -w | ||
+ | ``` |
Latest revision as of 06:42, 4 November 2022
https://link.medium.com/cTIm9L3zFub
https://github.com/emissary-ingress/emissary
https://www.getambassador.io/docs/emissary/latest/topics/install/helm/
https://www.getambassador.io/docs/emissary/latest/howtos/tls-termination/
helm install -n emissary --create-namespace \ emissary-ingress datawire/emissary-ingress && \ kubectl rollout status -n emissary deployment/emissary-ingress -w