According to https://docs.docker.com/network/proxy/#configure-the-docker-client I can run docker containers behind proxy automatic.There are some config in Kubernetes can run containers with specified environment variables automatic?
I've seen this answer before:https://stackoverflow.com/a/52193418/9985681, looks like kubernetes using SDK to schedule container,but I don't know much about it.