Similar to the NetworkAgent, this agent provisions a DNS entry that points to the ingress host or load balancer of the ingress route.
This is relevant if a separate ingress route or external load balancer is defined for each VPA, for example:
myNewVpa -> 196.172.76.2, then myNewVpa.example.com -> 196.172.76.2
anotherVpa -> 196.172.76.3, then anotherVpa.whatever.com -> 196.172.76.3
Note that this is only relevant if an external IP is allocated for each new VPA.
Similar to the
NetworkAgent, this agent provisions a DNS entry that points to the ingress host or load balancer of the ingress route.This is relevant if a separate ingress route or external load balancer is defined for each VPA, for example:
myNewVpa -> 196.172.76.2, thenmyNewVpa.example.com -> 196.172.76.2anotherVpa -> 196.172.76.3, thenanotherVpa.whatever.com -> 196.172.76.3Note that this is only relevant if an external IP is allocated for each new VPA.