Zero to Civo: Deploy Talos Kubernetes with Terraform (incl Grafana & Prometheus)

Intro If you’re looking to spin up a modern, secure Kubernetes cluster in Civo Cloud with full observabilityโ€”this guide is for you. We’ll walk through deploying a Civo Talos K8s cluster using Terraform, and layer in Letsncrypt TLS certs, Prometheus and Grafana for monitoring. Whether you’re building a quick lab, testing a workload, or setting …

HashiCorp Vault for Dummies: Setup your 1st Vault with TLS (WSL)

Intro Vault by HashiCorp is a powerful tool for managing secrets, credentials, and encrypted data. In this guide, you’ll learn how to set up a local Vault server using Raft storage and TLS in a WSL (Windows Subsystem for Linux) environment. Whether you’re just starting with secrets management, prepping for the Vault Associate exam, or …

How to pass the CKA certification

Intro The Certified Kubernetes Administrator (CKA) exam is one of the most recognized Kubernetes certifications, proving your ability to manage, troubleshoot, and configure K8s clusters. But unlike traditional exams, CKA is 100% hands-onโ€”no multiple-choice, just real-world challenges. In this post, Iโ€™ll break down:โœ… Exam structure & key domainsโœ… How I prepared (resources, labs, and time …

Supabase vs. Keycloak: Your SaaS’ Best Auth

Intro When building a SaaS application, one of the first things you need to get right is authentication. Without secure and user-friendly sign-ins, your app could lose trust and fail to scale. But with so many options out there, choosing the right authentication tool can be a headache. Two of the most popular open-source solutions …

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 …