Back
oci streaming autonomous database terraform architecture
29Aug, 2024

Streaming Data into Oracle Autonomous Database with OCI Functions

Introduction In this article, we’ll show how to integrate OCI Streaming Autonomous Database Terraform using serverless functions. In the previous article, we created a producer function that sends messages into OCI Streaming. That gave us the producer side of an event-driven pipeline. Now it’s time to complete the flow with …

oci streaming terraform architecture diagram
20Aug, 2024

OCI Streaming with Terraform and Functions: Build Your First Producer

Introduction In this article we’ll focus on OCI Streaming Terraform to show how easy it is to build your first producer function. Oracle Cloud Infrastructure (OCI) Streaming is a Kafka-compatible, fully managed messaging service designed for real-time data pipelines and event-driven architectures. Instead of managing your own Kafka cluster, you …

OCI API Gateway Terraform
30Jul, 2024

Securing OCI API Gateway with JWT Authentication and Functions

If you want to secure your APIs on Oracle Cloud Infrastructure, combining OCI API Gateway Terraform is a powerful approach. In this tutorial, we’ll build a secure API Gateway deployment with JWT authentication handled by OCI Functions – all provisioned automatically with Terraform. Modern applications live in a connected world: …

29May, 2024

🚀 How to Create Your First OCI Resource Manager Stack (Step-by-Step)

Oracle Cloud Infrastructure (OCI) Resource Manager is a built-in Terraform-as-a-Service solution. Instead of maintaining your own Terraform server, you can simply upload configuration files and run jobs directly in the OCI Console. In this guide, I’ll walk you through a real example: creating a simple stack from a .zip archive …

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 …

Deploying an OCI Container Instance Terraform
05May, 2023

🐳 Deploying an OCI Container Instance with Ephemeral Public IP Using Terraform — and the Docker Push Trick You Shouldn’t Miss (Refreshed: October 2025)

This guide focuses on OCI Container Instance Terraform deployment — showing how to combine ephemeral public IPs with Docker image push to OCIR for a fully automated setup. In this tutorial, we’ll walk through deploying an OCI Container Instance with an ephemeral public IP using Terraform (or Oracle Resource Manager). …

OCI Kubernetes Reserved IP Terraform course FoggyKitchen
25Jan, 2023

OCI Container Engine for Kubernetes (OKE) with Reserved Public IP for LoadBalancer Service using Terraform

OCI Kubernetes Reserved IP Terraform is a powerful combination when deploying workloads in OCI Container Engine for Kubernetes (OKE). When running workloads in OCI Container Engine for Kubernetes (OKE), one of the most common production requirements is to expose your application through a stable public IP address. By default, the …

OCI block volume replication with Terraform
27Jan, 2022

How to Achieve High Availability with OCI Block Volume Replication and Terraform

High availability and disaster recovery are essential for modern cloud applications. If your workloads depend on OCI block volumes attached to compute instances, you need protection against region outages. This is exactly where OCI block volume replication with Terraform helps — giving you an automated way to achieve cross-region redundancy. With replication enabled, your …

18Jun, 2021

OCI Bastion Service with Terraform – Secure Access to Private Subnets

Introduction Deploying OCI Bastion Service Terraform is one of the simplest ways to securely access private compute instances in Oracle Cloud Infrastructure (OCI). Traditionally, administrators relied on a compute-based bastion host. When working with Oracle Cloud Infrastructure (OCI), one of the common challenges is providing secure access to compute instances …

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 …