Rahul Bansodcompile.hashnode.dev·Nov 10, 2024Default vs. Custom ServiceAccounts: Securing API Access for Kubernetes PodsIn Kubernetes, ServiceAccounts are integral to how processes within a Pod securely communicate with the API server. By default, every Pod is assigned a ServiceAccount, enabling access to the Kubernetes API. However, for more fine-grained security and...Kubernetes
Nikita ShindeforTechNerdZtechnerdz.hashnode.dev·Sep 10, 2024Simplifying Workload Identity and Service Accounts in GKEIntroduction In the world of Kubernetes, managing identity and access controls efficiently is crucial for secure and scalable deployments. Google Kubernetes Engine (GKE) provides robust mechanisms to handle these aspects through workload identity and...38 readsservices
Abhishek Singhopscribe.blog·Sep 26, 2023Unlocking AWS Power for Microservices: A Guide to IAM Roles for Service Accounts (IRSA)What is iRSA? IAM Roles for Service Accounts (IRSA) is a system that automates the provisioning and rotation of IAM temporary credentials, known as Web Identity tokens, which a Kubernetes ServiceAccount can utilize for making AWS API calls. With IRSA...10 likes·305 readsirsa