IMAGE HERE Not so simple… ● How many “Clouds” and when? ● Where are the “lock-ins”? ● How many clusters? ● How to build it? ● Is it well-architected? ● How to manage the database? ● How to keep it all safe? ● … “Do what you can, with what you’ve got, where you are.” Squire Bill Widener
IMAGE HERE The Usual Suspects Security is a shared responsibility Demonstrate reliability by testing Keep collaboration through Git “There is nothing new in the world except the history you do not know.” Harry S Truman
IMAGE HERE Immutable Infrastructure ● Reduced, authentication, authorization and auditing ● As reliable as yesterday ● Push to prod from day 1 ● Simpler rollbacks ● Agile innovation ● Not necessarily more expensive ● Brings “Infrastructure as Code”
So, GitOps... Infrastructure as Code Manage infrastructure operations as if it was code, using tools and process from software development. Collaborate through Git Use commands, tools and services from Git as a source of code and events. Continuous Delivery Separate deploy and release, releasing frequently and confidently, by deep automation and testing. 1 2 3