squid.hashnode.devAKS and CloudflareIn this article, I will explain how we can route the incoming traffic to AKS Pods using Cloudflare. There are several options to route incoming traffic to AKS pods (nginx ingress, application gateway etc.) Cloudflare allows ingress to the pods by exp...Jan 3·6 min read
squid.hashnode.devInternal TLS communication between pods in kubernetes using cert-managerRecently I have been experimenting using load balancer and AKS and still able to run everything securely. I was using Let’s encrypt cert Issuer / ClusterIssuer: objects that define certificate sources (e.g., SelfSigned, CA, ACME). Issuer operates...Nov 30, 2025·5 min read
squid.hashnode.devChaos MeshChaos engineering is a discipline that studies how these failures can occur and provides methodologies to help avoid them. By understanding the root cause of failures, chaos engineers can develop plans to prevent or mitigate them. In this article I w...Dec 27, 2024·2 min read
squid.hashnode.devMulti-stage docker image #2We have seen alot of multi-stage docker image, however one that perplexing has always been NextJS, they are huge unlike other. Go Language has extremely small footprint, infact one of the very few programming language that can have around 10MB, for N...Dec 25, 2024·2 min read
squid.hashnode.devApache Kafka - Setting up for cluster (Part 2)This article is meant for Production environment, whereby you would have multiple availability zones or at different regions. The goal is serving as some sort of fail over In this, we will use 2 nodes Step 1: Install Java (for both machine) sudo apt ...Dec 24, 2024·4 min read