Graduated, Grateful, and Growing: Lessons and Opportunities from My Mentorship JourneyMay 29, 2025·3 min read
Kyverno 1.15: New Policy Types, CEL-PoweredIntroduction Kyverno's v1.15.0-alpha release brings a major update that’s going to make writing policies much easier and more intuitive. In this post, I’ll give you a quick overview of each new policy type and what makes them better than the previous...Jul 6, 2025·6 min read
Kyverno: Enhancing Kubernetes Policy Management with CEL and Upcoming MutatingAdmissionPolicies SupportKyverno is a policy engine designed for Kubernetes clusters. It helps ensure that the configurations and operations within a Kubernetes environment adhere to specified rules and standards. Key Features of Kyverno: 1. Validation: Kyverno checks Kubern...Feb 14, 2025·2 min read
Why BSF is better than regular image docker image build?What is BSF (Build Safe)? BSF (Build Safe) is a tool designed to create secure and reproducible Docker images. It focuses on addressing security concerns related to building container images, particularly when using Dockerfiles. BSF ensures that the ...Jan 24, 2025·2 min read
KinD : k8s cluster in dockerKubernetes in Docker (KinD) is a tool designed to run a Kubernetes cluster using Docker containers as its nodes. It provides a lightweight and easy-to-use way to set up and manage Kubernetes clusters for development, testing, and experimentation purp...Jan 8, 2024·2 min read
Understanding the Inner Workings of AWS: VPC, IAM, Availability Zones, CIDR, NACL, Key, and MoreIntroduction: Amazon Web Services (AWS) has emerged as the leading cloud computing platform, providing a vast array of services to businesses and developers worldwide. To harness the full potential of AWS, it is essential to understand its foundation...Jul 18, 2023·3 min read
AWS CLI Essentials: Mastering EC2, EKS, and IAM Commands for Seamless Cloud ManagementIntroduction: As businesses increasingly adopt cloud technologies, managing resources on the cloud efficiently has become paramount. Amazon Web Services (AWS) offers a versatile suite of services to cater to diverse business needs. To harness the tru...Jul 18, 2023·3 min read
Groovy Scripting for CI/CD: A Comprehensive Guide to Automating Jenkins PipelinesIntroduction: Jenkins, the popular open-source automation server, offers a powerful scripting language called Groovy, which allows developers to automate and customize their CI/CD workflows. Groovy's dynamic nature and seamless integration with Jenki...Jul 15, 2023·4 min read