maelvls / maelvls.github.io

Source for my personal webpage (https://maelvls.dev)
https://maelvls.dev
6 stars 3 forks source link

mitmproxy-kubectl/ #10

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Using mitmproxy to understand what kubectl does under the hood | maelvls dev blog

Mitmproxy is an excellent tool that helps us understand what network calls are made by programs. And kubectl is one of these interesting programs, but it uses a mutual TLS authentication which is tricky to get right.

https://maelvls.dev/mitmproxy-kubectl/

gerrywastaken commented 3 years ago

Heh, yesterday you merged my request and today I'm searching for mitmproxy kubernetes for a completely unrelated task and end up on your blog. Small world. Cheers for sharing the info.