Many non-root containers are minimal but have /bin/sh and /usr/bin/openssl. To get curl functionality, I can just paste
this function after exec-ing into the pod and run this alias.
Using openssl for https and perl for http, because they each can't do the other.
$ get_url httpbin.dev | head
HTTP/1.1 200 OK