otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Enable DNS intents support by default #217

Closed NetanelBollag closed 5 months ago

NetanelBollag commented 5 months ago

Description

The mapper should by default update client intents with DNS resolution data to support intents to domain names server. It was only disabled by default until the full support of egress feature.

This PR also make the part where we check if ClientIntents CRD installed a little bit more clear & explicit.

The relevant Helm chart PR

Testing

There is no logic changes, and the CRD check can only be tested manually

Checklist