Open kon-angelo opened 3 years ago
/remove lifecycle/rotten
Hi @kon-angelo,
Our projects use around 200 legacy Azure clusters where the NAT gateway is not enabled. One Public IP costs 0.005 cent / hour, which is 3.6 dollars per 30 days, and there are 2 public IPs created per cluster (allow-tcp-egress and allow-udp-egress). 200 7.2 dollars 12 month is 17280 dollars per year, which is a good room for cost optimization.
Could this enhancement be prioritized?
How to categorize this issue?
/area control-plane /kind enhancement /priority 3 /platform azure
What would you like to be added: Disable the deployment of the `allow-{tcp,udp}-egress services used to configure egress traffic on Azure's Standard LBs when the shoot is using NAT Gateway.
Why is this needed: The services are unnecessary if the NatGateway is used. Furthermore this change allows for cost optimisation since there are less resources needed for a minimal shoot.