
How to write Terraform files with Go
Introduction Recently, I worked on a project that required to write several Terraform definition files, including resources, locals and variables. Each resource and values are fetched from an exist...

Introduction Recently, I worked on a project that required to write several Terraform definition files, including resources, locals and variables. Each resource and values are fetched from an exist...

Introduction Cloud and Open Source development for large projects based on microservices’ architecture, normally requires building docker images and pushing images to a registry to allow for local ...

Introduction As part of a production grade Terraform deployment, testing plays an integral part. This tutorial will demonstrate how to write and effectively test a Terraform module before deploying...

Introduction Kubernetes networking is a fundamental aspect of cloud-native systems, enabling seamless communication between pods, services, and external resources. This post, extracted from my post...

Introduction At times it is required to configure a Compute instances to support nested virtualization. This tutorial aims to provide the instructions on how to achieve that on Google Cloud Platfor...