Skip to content
$ ls /blog/

DevOps, backend engineering, and cloud-native deep dives

Filter by tag:
EKS without VPC CNI: Deploying Calico with IPIP and BGP
4 min read

EKS without VPC CNI: Deploying Calico with IPIP and BGP

AWS EKS defaults to the VPC CNI plugin, assigning VPC IPs to pods via ENIs. While straightforward, this setup limits pod density per node and consumes VPC IPs rapidly. To overcome these constraints, deploying Calico with IPIP or BGP offers a scalable alternative.

#aws#eks#calico#cni#networking#bgp#ipip
Kubernetes DNS Spoofing: Exploiting NET_RAW and ARP
4 min read

Kubernetes DNS Spoofing: Exploiting NET_RAW and ARP

DNS spoofing in Kubernetes remains a critical threat, enabling attackers to redirect traffic, intercept data, or disrupt services. This article explores how such attacks occur and outlines strategies to prevent them.

#kubernetes#dns#security#coredns#arp#net_raw#mitm
Private AKS Cluster with Twingate: Secure API Access Without a Public Endpoint
4 min read

Private AKS Cluster with Twingate: Secure API Access Without a Public Endpoint

Running Kubernetes clusters privately is a growing best practice. In this blog, I'll walk you through deploying a private AKS cluster on Azure with no public API endpoint, and enabling secure access via Twingate VPN, which provides identity-based access without opening up your network.

#azure#aks#kubernetes#vpn#twingate#private-cluster#networking