full-holiday-71485
06/28/2024, 7:07 AMk8s.yaml.v2.ConfigFile
to apply yaml manifest. How can I use Pulumi to get the created ingress and get its DNS ADDRESS so that I can create Route53 records from that ?cuddly-computer-18851
06/28/2024, 7:21 AMkubernetes.networking.v1.Ingress
to create the ingress you can get it directly, otherwise you'll need to use
https://www.pulumi.com/registry/packages/aws/api-docs/lb/getloadbalancer/full-holiday-71485
06/28/2024, 7:24 AM