Feb 21 · 13 min read · This post follows on from the previous post in the series: Taming Rogue Agents: Defeating ASI03 with Vault Dynamic Secrets. The Foundation: Mitigating ASI03 The previous post in this series demonstrat
Join discussionFeb 12 · 10 min read · Service Discovery in 2026: Consul, Eureka, and Kubernetes DNS Compared Metadata { "seo_title": "Service Discovery 2026: Consul vs Eureka vs Kubernetes DNS", "meta_description": "Compare modern service discovery solutions: Consul, Eureka, and Kube...
Join discussionFeb 12 · 10 min read · Service Discovery in 2026: Consul, Eureka, and Kubernetes DNS Compared Metadata { "seo_title": "Service Discovery 2026: Consul vs Eureka vs Kubernetes DNS", "meta_description": "Compare modern service discovery solutions: Consul, Eureka, and Kube...
Join discussionNov 23, 2025 · 4 min read · Microservices: Finding Nemo... er, Your Services! (Service Discovery Explained) So, you're diving into the exciting world of microservices! You've carved your application into smaller, independent services – great! But how do these tiny services find...
Join discussion
Oct 7, 2025 · 5 min read · Terraform and Ansible made a great team in our last post. Now let's see how Ansible pairs with HashiCorp Vault to keep your secrets under lock and key. If you've ever worried about tokens or passwords leaking in your playbooks, this PoC shows a clean...
Join discussion
Sep 26, 2025 · 20 min read · The landscape of modern distributed systems is a testament to constant evolution. Monolithic applications, once the bedrock of enterprise architecture, have largely given way to microservices-driven ecosystems. This shift, while offering unparalleled...
Join discussionJul 28, 2025 · 3 min read · Do you know you can run multiple Consul servers on a single node to quickly set up a Consul cluster for testing, eliminating the need for separate VMs? To run a Consul server on a single node, use the following command: ~ consul agent -server \ -no...
Join discussion
Jul 24, 2025 · 1 min read · This guide explains how to use tcpdump in a Kubernetes environment to capture network traffic from a Consul mesh gateway pod using a debug container. Launch a Debug Container Start a debug container for the target pod in the consul namespace. The ...
Join discussion
Jul 24, 2025 · 2 min read · This guide provides instructions for installing Consul on Kubernetes using Helm and the consul-k8s CLI, including how to list available versions, configure secure deployments, and perform a rolling restart of Consul server pods. 1. Prerequisites Ensu...
Join discussion