OVO Tech Blog
OVO Tech Blog

Our journey navigating the technosphere

Tags


OVO Tech Blog

devops

Blue Green Infrastructure

Introduction In the computing world, blue green [https://martinfowler.com/bliki/BlueGreenDeployment.html] is an established model of deployment usually associated with software applications. The idea being you can run two versions of code side-by-side and switch traffic to a new version without…

Chris Every Chris Every

Cloud Networking

A Shared Network Connecting cloud projects together and to on-prem services is a standard problem of organisations. At OVO we use the 10.0.0.0/8 CIDR block for our internal network. This range is split into subnets for each office, AWS or GCP project, or on-prem. When a new cloud project wants to j…

Daniel Flook