Developing Applications for the Cloud: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
* Cloud Native Computing Foundation https://www.cncf.io/about/charter/ | * Cloud Native Computing Foundation https://www.cncf.io/about/charter/ | ||
=Configuration= | |||
Containerized applications can be configured with: | |||
* command-line arguments | |||
* environment variables | |||
* [[Kubernetes_Cluster_Configuration_Concepts#ConfigMap|ConfigMaps]] | |||
* [[Kubernetes_Cluster_Configuration_Concepts#Secrets|Secrets]] |
Revision as of 18:59, 21 October 2019
Internal
Under Construction
Desktop/OCP TODO/Developing Applications for the Cloud.docx
To Process
- Cloud Native Computing Foundation https://www.cncf.io/about/charter/
Configuration
Containerized applications can be configured with:
- command-line arguments
- environment variables
- ConfigMaps
- Secrets