Expand description
Runtime environment detection.
Detects whether the application is running in Kubernetes, Docker, a generic container, or on bare metal. This information is used to configure paths, logging format, and other runtime behaviour.
Enums§
- Environment
- Runtime environment types.
Functions§
- get_
app_ env - Get the current application environment name (dev, staging, prod).
- is_helm
- Check if the application was deployed via Helm.