A configMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume.
A configMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume.
- Property files packaged with the application.
- Environment variables
- Configuration service
Securing the configuration server with spring security
Refreshing configuration at runtime with Spring Cloud Bus
Managing secrets with spring cloud config
- Property files packaged with the application.
- Environment variables
- Configuration service
Securing the configuration server with spring security
Refreshing configuration at runtime with Spring Cloud Bus
Managing secrets with spring cloud config
Deployment can be push-based or pull-based.
GitOps is a set of practices for operating and managing software systems.
Deployment can be push-based or pull-based.
GitOps is a set of practices for operating and managing software systems.
Defined patches for customizing env variables, Secrets mounted as volumes, CPU and memory resources, ConfigMaps, and Ingress
Defined patches for customizing env variables, Secrets mounted as volumes, CPU and memory resources, ConfigMaps, and Ingress
Using Git commit hash, we can ensure uniqueness, traceability, and automation. Semantic versioning can be used as the display name communicated to users and customers.
Using Git commit hash, we can ensure uniqueness, traceability, and automation. Semantic versioning can be used as the display name communicated to users and customers.
when the delivery pipeline completes its execution, we will obtain an artifact (a container image) we can use to deploy the application in production.
when the delivery pipeline completes its execution, we will obtain an artifact (a container image) we can use to deploy the application in production.