• Migrate Local Postgres DB to Amazon RDS Instance

    Introduction Recently I was experimenting with creating an application on AWS. To keep things simple I chose PostgreSQL as my database and starting working on the database on my local PC. As part of the migration stage to AWS I was faced with two choices with regards to the Postgres database, either recreate the database…


  • Auto Start/Shutdown AKS Clusters Using Python

    The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Overview It is no secret that we can use Azure Automation Accounts to automate tasks in Azure using runbooks and schedules. In this scenario we intend…


  • Create and Deploy a Simple Flask App to Azure Kubernetes Service

    The contents of this article are solely my own work. You are welcome to share, reuse and incorporate it’s contents in other publications so long as due credit is provided. Introduction The purpose of this article is to demonstrate from the first step, the creation and deployment of a simple containerized Python flask app to…