Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Delivering simple, clear, fast, humane government services with Cloud Foundry

Delivering simple, clear, fast, humane government services with Cloud Foundry

Lindsay Holmwood

November 26, 2015
Tweet

More Decks by Lindsay Holmwood

Other Decks in Technology

Transcript

  1. Delivering simple, clear, fast, humane government services with Cloud Foundry

    Lindsay Holmwood @auxesis Infrastructure & Platforms Lead, DTO
  2. • Console (to link it all up) • CD pipeline

    • Application runtime & environment • Metrics & Monitoring • Logging
  3. • Logging • Application runtime & environment • CD pipeline

    • Metrics & Monitoring • Console (to link it all up)
  4. 25 50 75 100 Oct 29 Nov 2 Nov 5

    Nov 9 Nov 12 Nov 15 Nov 18 Nov 22 Nov 25
  5. 75 150 225 300 Week 44 Week 45 Week 46

    Week 47 Week 48 218 295 96 37 13
  6. #!/bin/bash # Update the blue app cf unmap-route dto-blue cfapps.io

    -n dto cf push dto-blue --no-hostname --no-manifest --no-route -i 1 -m 256M cf map-route dto-blue cfapps.io -n dto # Update the green app cf unmap-route dto-green cfapps.io -n dto cf push dto-green --no-hostname --no-manifest --no-route -i 1 -m 256M cf map-route dto-green cfapps.io -n dto
  7. • Logging • Application runtime & environment • CD pipeline

    • Metrics & Monitoring • Console (to link it all up)