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

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 …