Mar 7 · 5 min read · Demonstration video Step 1: Install Git sudo apt update && sudo apt install -y git git --version git config --global user.name "Your Name" git config --global user.email "your@email.com" Step 2:
Join discussionFeb 12 · 4 min read · Flux CD Progressive Delivery: Canary Deployments Automated The 3 AM Production Incident That Changed Everything Six months ago, our infrastructure failed spectacularly. Here's what I learned. Table of Contents Why Traditional Approaches Break Modern...
Join discussionJul 23, 2025 · 16 min read · Introduction This project document details the deployment of a secure, scalable, and observable three-tier application on Azure Kubernetes Service (AKS). The implementation utilizes Terraform for infrastructure provisioning, HashiCorp Vault for secre...
Vkv commentedApr 30, 2025 · 10 min read · Whether you're a developer, DevOps engineer, sysadmin, or platform engineer, you've heard of GitOps. GitOps is a methodology that extends the CI/CD model, allowing teams to manage infrastructure and application deployments using Git as a single sourc...
Join discussion
Mar 26, 2025 · 6 min read · Hi sobat clonya! Pada artikel ini kita akan membahas bagaimana mengintegrasikan Gitlab Agent for Kubernetes (AgentK) dan FluxCD, sebuah tool GitOps yang memungkinkan sinkronisasi otomatis antara konfigurasi di repository dan state aktual di cluster. ...
Join discussion
Jan 15, 2025 · 4 min read · Prerequisite Kubernetes cluster — I have used a kind cluster on my local machine. For demo and follow-through purposes this should be enough, if you want to use a proper cloud or self-hosted cluster and use it as a Bootstrap cluster for later, the s...
Join discussion
Jan 8, 2025 · 4 min read · Audience If you are reading this blog chances are that you are a Software/Dev Ops Engineer who is either interested in deploying Kubernetes Clusters using Cluster API or writing controllers that do a similar thing. Regardless of who you are, if you h...
Join discussion
Jul 22, 2024 · 5 min read · I'm trying out both to find the winner of Continuous Delivery to a Kubernetes Cluster. Disclaimer: There isn't a winner only you, you're the winner for choosing to automate your deployments (Terribly diplomatic and lame of me I know, but there you go...
Join discussion