Talk given to the London Web Performance meetup, featuring a bit of background to GOV.UK and a few short examples of how we try and deliver high quality services quickly.
log in Given the "EFG" application has booted And I am benchmarking When I try to login as a valid EFG user Then I should be on the EFG post-login page Then the time should be less than 1 seconds
in Given the "EFG" application has booted And I am benchmarking When I try to login as a valid EFG user Then I should be on the EFG post-login page Then the time should be less than 1 seconds
- Rapidly move between different infrastructures - Quickly provision new instances or environments - Share code between projects - Make agreed changes quickly (commit and deploy)
include govuk::apps::canary_frontend include govuk::apps::datainsight_frontend include govuk::apps::designprinciples include govuk::apps::feedback include govuk::apps::frontend include govuk::apps::licencefinder include govuk::apps::smartanswers include govuk::apps::static gareth rushgrove | morethanseven.net Configuration Management Nodes
include govuk::apps::canary_frontend include govuk::apps::datainsight_frontend include govuk::apps::designprinciples include govuk::apps::feedback include govuk::apps::frontend include govuk::apps::licencefinder include govuk::apps::smartanswers include govuk::apps::static gareth rushgrove | morethanseven.net Configuration Management Nodes
include govuk::apps::canary_frontend include govuk::apps::datainsight_frontend include govuk::apps::designprinciples include govuk::apps::feedback include govuk::apps::frontend include govuk::apps::licencefinder include govuk::apps::smartanswers include govuk::apps::static gareth rushgrove | morethanseven.net Configuration Management Nodes
"ssh access to jumpbox1" do source :ip => "Any" destination :ip => "xx.xx.xx.xx", :port => 22 end rule "http to backend applications" do source :ip => "Any" destination :ip => "xx.xx.xx.xx", :port => 80 end rule "https to backend applications" do gareth rushgrove | morethanseven.net Including Firewall and Loadbalancer