Skip to content

Latest commit

 

History

History
 
 

production-ready

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Production-Ready

Note: this example uses CircleCI v1

An example including:

  • Staging and Production environments
  • DB migrations with BlockingJob
  • Internal ELB for staging
  • Horizontal Pod Autoscaler for setting number of replicas
  • Usage namespace metadata to ensure application to the correct Kube namespace
  • Linting of your config and deploy files

Deployment Features:

  • revisionHistoryLimit to remove old ReplicaSets
  • Volume mounting of Secrets and ConfigMap
  • Resource requests and limits
  • Liveness Probe