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 Part2: GitHub Actions AWS Deploy (OIDC)

Intro Did you know that 12 millions secrets were publicly exposed in GitHub in 2023 alone? This is additional evidence that leaked secrets rhyme with financial and reputation loss for users, organizations and even states. The worst thing to do is make it easy for hackers to infiltrate your company’s system. This is where workload …

All-in-one DevOps VM

The Ultimate DevOps Sandbox . “Tired of juggling multiple VMs for your DevOps stack? Get it all in one place with the ultimate DevOps VM—just one command, zero hassle.” Intro This idea’s been chilling in my mind for ages while I was playing around with Vagrant. I’ve lost count of the number of cool builds …

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 …