my terraform oci-oke quick start fork. easier , more user friendly kubernetes in Oracle Cloud.

My moded OCI-OKE Terraform Module & why you should try it!

Intro If youโ€™ve ever set up Kubernetes clusters on Oracle Cloud with Terraform or Resource Manager, youโ€™ve probably tried the OKE Quickstart modules. Sure, theyโ€™re a solid starting pointโ€”streamlined, efficient. But after diving deeper into them, I realized the stack wasnโ€™t exactly easy to use and felt more readable to their builders than to us …

Terraform pipelines for dummies part1: Run a terraform configuration in GitLabCI

Intro Automating infrastructure provisioning with Terraform is nothing for many, but to truly harness IaC power, seamless integration with CI/CD pipelines is key. In this guide, we’ll walk you through the process of setting up and running your Terraform configurations within GitLab CI from an GitHub imported repo. This powerful combination not only ensures consistent …