# To Run```# Navigate to the download location of the galley tar file obtained from the # Iron Bank and run podman load to create the image.podman load -i sidecar_injector.tar.gzpodman run sidecar_injector```## NotesIn order to take advantage of all of Istio’s features, pods in the mesh must be running an Istio sidecar proxy. You can automatically inject a sidecar proxyby applying the istio-sidecar-injector ConfigMap. When enabled in a pod’s namespace, automatic injection injects the proxy configuration at pod creation time using an admission controller.You must be sure to changeany references to the default sidecar_injector image to utilize the Iron Bankversion in order to ensure the hardened image is used after download.Refer to the following documentation for more information on the Istio sidecar_injector:- Installation/injection: https://istio.io/docs/setup/additional-setup/sidecar-injection/- Commands/configuration:https://istio.io/docs/reference/commands/sidecar-injector/- Common issues:https://istio.io/docs/ops/common-problems/injection/