K8S - Ingress

发布时间 2023-12-20 17:08:49作者: ZhangZhihuiAAA

If we only have one service, we can easily add an A record in the domain in AWS Route 53. 

But it will be a pain when we have a lot more of them, because we would have to create a lot of A records to route traffix to each of the services. 

A better solution in this case will be to use Ingress, which will allow us setup A record only once but can define multiple rules in the configuration file to route traffic to different services.