Inside the Cluster: Securing Pod Communication with Kubernetes Network PoliciesIn the default configuration of most Kubernetes clusters, all pods can communicate with each other without restrictions. This flat network…Apr 23Apr 23
Inside the Cluster: Ingress in Focus — How External Traffic Reaches Your ServicesIn the dynamic landscape of Kubernetes, one of the most critical aspects is managing how external traffic enters your cluster and reaches…Apr 23A response icon1Apr 23A response icon1
Inside the Cluster: Deep Dive into Kubernetes DNS and Service DiscoveryIn a Kubernetes cluster, applications need to communicate with each other, but pod IP addresses are ephemeral — they change when pods are…Apr 22Apr 22
Inside the Cluster: How Kubernetes Assigns IPs to Pods and ServicesNetworking in Kubernetes can seem like a black box when you’re getting started — IPs flying around, services just magically working, and…Apr 22A response icon1Apr 22A response icon1
Kubernetes Ingress with AWS ALB Ingress Controller: A Complete Setup GuideCongratulations! Your Node.js login and register microservices are now running on Kubernetes. But there’s one key piece missing — how do…Feb 5A response icon1Feb 5A response icon1
Deploying Microservices with AWS EKS — Scalable, Reliable, and Self-HealingMissed Part 1? Read it here: Containerizing a Node.js Login and Register App with DockerFeb 5Feb 5
Containerizing a Node.jsPicture this — you’ve built a login and register system using Node.js. Everything works perfectly on your local machine, but now you face…Feb 5Feb 5
Querying Unstructured JSON Logs with AWS Glue ETL Job and Athena: A Step-by-Step GuideIn the previous guide, we explored the ease of querying structured JSON logs with AWS Glue Crawlers and Athena. It was all neat and…Sep 10, 2024Sep 10, 2024
Querying Static JSON Logs with AWS Glue Crawler and Athena: A Step-by-Step GuideAs a cloud engineer managing AWS applications, you’re swamped with hundreds of structured JSON logs daily. Manually sifting through them is…Sep 7, 2024Sep 7, 2024