Package envvars is the package that build the environment variables that kubernetes provides
to the containers run by it.
This package has been copied from k8s.io/kubernetes/pkg/kubelet/envvars@v1.18.6
FromServices builds environment variables that a container is started with,
which tell the container where to find the services it may need, which are
provided as an argument.