6. K8s Ingress
Last updated
Last updated
Forward Request to internal service
must be valid domain address
map domain name to node's ip address, which is the entrypoint
We need an implementation for ingress which is an ingress controler
It is a pod which runs on a node inside the cluster which should be installed
Many third party implementations are present but one of K8 is K8s Nginx Ingress Controller
It automatically starts K8 Nginx implementation of Ingress Controller
To verify
Data keys need to be tls.crt and tls.key
Values are file content NOT file paths/locations
Secret components must be in same namespace as the ingress component.