Developing Applications for the Cloud: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 16: Line 16:
* command-line arguments
* command-line arguments
* environment variables
* environment variables
* mounting configuration files into containers through a volume
* [[Kubernetes_Cluster_Configuration_Concepts#ConfigMap|ConfigMaps]]
* [[Kubernetes_Cluster_Configuration_Concepts#ConfigMap|ConfigMaps]]
* [[Kubernetes_Cluster_Configuration_Concepts#Secrets|Secrets]]
* [[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

Configuration

Containerized applications can be configured with:

  • command-line arguments
  • environment variables
  • mounting configuration files into containers through a volume
  • ConfigMaps
  • Secrets