Kubectl tips and tricks

Add cURL to NGINX pod:

apt-get update && apt-get install -y curl && apt-get clean
1 Like