Allows users to override the defaults by a yaml config file. Features I have in mind: * everything configurable today by flags * manifests (Kubernetes, systemd units) [see](https://github.com/DataDog/pupernetes/tree/beeb824078b5c94bebea73c29309bbf34e84b107/pkg/setup/templates) * configure the kubelet cAdvisor port * configure the kubelet read-only port * configure the kubelet AuthN/Z (today it's secured by default), we might want to setup a self-signed endpoint
Allows users to override the defaults by a yaml config file.
Features I have in mind: