Back
OCI Data Guard Terraform cross-region setup
20Sep, 2025

Cross-Region Data Guard in OCI with Terraform (2025 Update)

Business continuity is one of the key aspects of any production database landscape. While a single region setup in Oracle Cloud Infrastructure (OCI) already provides high availability, true disaster recovery (DR) requires replicating your database to another region. Oracle Data Guard makes this possible by maintaining a standby database system …

oci oke terraform course
15Apr, 2025

Provisioning OCI Kubernetes Engine (OKE) with Terraform – The Right Way in 2025

Are you looking for a simple way to master OCI Kubernetes Terraform automation? If so, you’re in the right place. Good news — you don’t need to piece everything together manually anymore. I’ve built a ready-to-use Terraform module that handles all the complexity for you, and it’s now featured in …

OCI DevOps CI/CD architecture with Terraform on Oracle Cloud
10Feb, 2025

OCI DevOps with Terraform: From Project to Build & Deploy Pipelines

Working with OCI DevOps Terraform allows you to bring automation, repeatability, and consistency to your entire CI/CD workflow. Oracle Cloud Infrastructure DevOps is a fully managed service that helps teams build, test, and deploy applications faster, and when combined with Terraform it becomes even more powerful. Instead of manually creating …

OCI DevOps Canary deployment architecture diagram
15Jan, 2025

Embracing Deployment Agility: Canary and Blue-Green Deployments with OCI DevOps and Terraform

This guide explores OCI DevOps canary deployments with Terraform, showing how to gradually roll out changes in OKE clusters with safer, controlled releases. Modern cloud deployments can’t afford downtime. Whether you’re rolling out a new feature or upgrading your application backend, you need a strategy that minimizes risk while keeping …

OCI Autonomous Database Terraform
24Apr, 2024

Cross-Region Autonomous Data Guard for OCI Autonomous Database (Serverless) with Terraform

In this guide, we’ll walk through how to set up OCI Autonomous Database Terraform, enabling cross-region disaster recovery with Autonomous Data Guard (ADG). When your OLTP workloads can’t afford regional outages, Autonomous Data Guard (ADG) is the safest path: a remote standby in another OCI region that’s continuously kept in …

oci load balancer terraform
22Dec, 2020

Master OCI Load Balancer with Terraform – Flexible Configuration & Automation

OCI Load Balancer Terraform setup is a must-have skill for anyone automating cloud infrastructure in Oracle Cloud. This guide shows how to deploy a flexible load balancer using Terraform and take full advantage of Oracle Cloud’s scalability. When working with Oracle Cloud Infrastructure (OCI), networking plays a crucial role in …

Architecture diagram showing private web subnet using oci nat gateway terraform for outbound Internet access
05Nov, 2018

OCI NAT Gateway with Terraform — Updated for 2025!

In this post, we’ll walk through a real oci nat gateway terraform scenario, revisiting one of the key building blocks of secure and scalable cloud networking — the OCI NAT Gateway, using a real example taken from Lesson 4 of my Flagship OCI Infrastructure Automation Course. In the early days …

Basic OCI Internet Gateway Terraform architecture diagram
01Nov, 2018

OCI Internet Gateway with Terraform — VCN, Subnet, Route Tables & Security Lists (2025 Edition)

When you’re just starting with OCI networking and Terraform, understanding how to correctly configure an Internet Gateway is absolutely essential.In this post, we’ll walk through a real oci internet gateway terraform example — building a basic Virtual Cloud Network (VCN) with a single public subnet, Internet Gateway, route tables, security …

foggykitchen manifesto banner
28Oct, 2018

🍳 FoggyKitchen Manifesto: Let’s Cook the Cloud Infrastructure

Welcome to the FoggyKitchen Manifesto — a declaration of how we approach DevOps, Infrastructure as Code, and cloud automation. This blog is not about cooking in the ordinary sense — but about cooking the cloud infrastructure.For many years, IT infrastructure was built manually: clicking through GUIs, creating resources by hand, …