• Container and Kubernetes Security


    This blog discusses the evolution of application deployment from traditional Bare-Metal servers to modern container orchestration using Kubernetes. It highlights Kubernetes' self-healing capabilities, efficient scaling, and management features, along with major service providers in the field. The transition from Bare-Metal servers to containers is explored, emphasizing the benefits of containerization, such as improved resource allocation and reduced management costs. Additionally, it outlines key concepts like control-groups and namespaces in the Linux OS Kernel and popular container runtimes like Containerd and Docker Engine.



  • Descent into Kubernetes


    This blog discusses container security and hardening techniques, focusing on aspects like root and non-root containers, runtime container security tools, and strategies for securing Kubernetes clusters. It delves into best practices for ensuring the security of containerized environments, covering essential topics such as access control, image verification, network segmentation, and vulnerability management.