In a Kubernetes environment, you are tasked with configuring a container to manage authentication and monitoring of traffic between your cluster's microservices and a third-party API. This container should intercept all outbound requests to the API. Which container pattern would you implement to BEST fulfill this requirement?
Network bridge container
Ambassador container
Proxy container
Adapter container