## Is your feature request related to a problem? - [x] Yes ### **Problem Description**: Right now, the check_and_validate_pod only scans for already existing sidecar proxies and namespace annotations ### **Solution**: Enhance the features of check_and_validate_pod function adding: - Open ports scanning - Redirects TCP traffic through the sidecar proxy, except for some exempted ports - Supports exclusion of ports with annotations ---