Go Configuration
Jump to navigation
Jump to search
Internal
TODO
- Configuration in Go https://sergey.kamardin.org/articles/configuration-in-go/
- Link to Kubernetes Cluster Configuration Concepts | Configuration Patterns
Overview
In-line help-supported flags are the best way to configure your program, rather than environment variables.
Environment variables and configuration files are useful in addition to flags.
Explicit command line flags always take precedence over environment variables and configuration files.