PinnedInThe StartupbyDavid Sugden·Oct 25, 2020Get Started With CI/CD Using GitHub ActionsIn this introduction to GitHub Actions, we’ll explore how to build and deploy a Python Flask application to AWS Elastic Beanstalk.
David Sugden·Oct 23, 2023Do you rely on your users to tell you about a service outage?Have your users called in to report an outage with your services? Did you wonder how long your service was down before you got called?
David Sugden·Sep 30, 2023Should your SREs be interested in Security?An insecure Service is neither reliable nor safe. Let’s explore this statement…
David Sugden·Aug 15, 2023A first look at Google’s new synthetic monitoring offeringGoogle recently launched Synthetic Monitoring as part of their Cloud Monitoring toolkit.
InDevOps.devbyDavid Sugden·Oct 3, 2022Automate Cloud Run deployments using Cloud DeployThis tutorial will guide you through creating a CI/CD Pipeline on the Google Cloud Platform using Cloud Build and Cloud Deploy.
InBetter ProgrammingbyDavid Sugden·Jul 3, 2022Build a QR Code Generator on Cloud RunIn this tutorial, we’ll build a QR Code generator in Python and deploy it to Cloud Run on the Google Cloud Platform where it will return…A response icon1A response icon1
David Sugden·Feb 21, 2022Taking a first look at Google Cloud Architecture Diagramming ToolThe Google Cloud Platform team has launched its Google Cloud Architecture Diagramming Tool. Let’s take a look.A response icon2A response icon2
David Sugden·Feb 6, 2022Deploy Firebase Functions using GitHub ActionsAutomate the CI/CD pipeline for your Firebase Functions with GitHub Actions and a Google Service Account.A response icon7A response icon7
David Sugden·Jan 23, 2022Automate GKE deployments using Cloud Build and Cloud DeployThis tutorial will guide you through creating a CI/CD Pipeline on the Google Cloud Platform using Cloud Build and Cloud Deploy.
David Sugden·Oct 10, 2021Get started with Cloud BuildThis short tutorial will guide you through creating a Docker container image using Cloud Build for build, test, and deployment automation.