mitmproxy-helm

Disclaimer:


Introduction

This Helm chart bootstraps a mitmproxy (sponsor) deployment on a Kubernetes cluster using the Helm package manager. It is used as a proxy for capturing, debugging and auditing SSL/TLS encrypted traffic. Supported protocols are HTTP/1, HTTP/2 and WebSocket. Deploy mitmproxy at scale.

Quickstart

helm repo add mitmproxy https://relaymonkey.github.io/mitmproxy-helm/
helm repo update
helm upgrade mitmproxy --install --create-namespace --namespace mitmproxy mitmproxy/mitmproxy --devel

Detailed Helm chart README.md is available here.