PinnedEKS on AWS: how to authenticate and authorize development teams to get access to their specific namespacesYou have setup your EKS cluster and now want to look at the two main Aspects to provide access to the development teams namely — Authenticate and Authorize which will help dev teams to start using your cluster. EKS uses AWS IAM for Authentication and Authorization is handled by native…DevOps4 min readDevOps4 min read
May 2, 2021GitOps with ArgoCD-sneakPeakGitops: A way of implementing Continuous Deployment for cloud native applications At the very core sits the git repository that contains declarative descriptions of the infra we desire and an automated process to make the environment match the described / desired state in the repository There are two ways to implement the deployment strategy for GitOps: Push-based and Pull-based deployments, When…Kubernetes5 min readKubernetes5 min read
Oct 30, 2020Sanskrit Shloka’sShloka Karaagre Vasathe Lakshmi Karamadhye Saraswati, Kara Mulay Tu Govindah Prabhaate Kara Darshanam. When you wake up keep your two palms side by side together and say this prayer and look at the specific part of the adjoined palmsSanskrit2 min readSanskrit2 min read
May 30, 2020Golang Mapshow to create, update, delete and loop through golang maps What is map in golang A map is a builtin type in Go that is used to store key-value pairs, where each key is unique. …DevOps2 min readDevOps2 min read
Apr 18, 2020Passing CKAD Certification: The Important things I know which helped me pass the CKAD examCKAD (Certified Kubernetes Application Developer) has been developed by the Cloud Native Computing Foundation (CNCF), in collaboration with The Linux Foundation which helps you to understand its features and how to design application to run on Kubernetes. …Kubernetes4 min readKubernetes4 min read