Back
OCI OKE OCIR Terraform
18Apr, 2025

You’ve Deployed OKE – Now What? Deploying a Local Docker Image to OCI Kubernetes with Terraform

If you’re looking for a way to combine OCI OKE OCIR Terraform to deploy containerized apps, this guide is for you. This blog post walks you through a real-world OCI OKE OCIR Terraform use case, where we containerize an application locally, push it to Oracle Container Registry, and deploy it …

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 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 …

oci scheduled autoscaling terraform policies in oci console
29Sep, 2020

Schedule-based OCI Compute Autoscaling with Terraform

In this tutorial, you’ll learn how to set up OCI scheduled autoscaling Terraform using Quartz cron expressions to scale compute capacity at predictable times. In my previous article on OCI Compute Autoscaling, I showed how to set up autoscaling based on threshold metrics such as CPU utilization.In this follow-up, we’ll …

18Sep, 2020

Don’t mix Terraform and manual deployments – three use-cases in OCI

Mixing Terraform manual deployments OCI is a common mistake that leads to state drift and broken automation. In this article, I’ll show you why this happens and how to avoid it. The idea for this blog post came during a recent Zoom webinar I delivered for a large team inside …