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...Discuss·35 readsservices
Tanishka Marrottcloud-design-diaries.hashnode.dev·Aug 3, 2024AWS to GCP - Workload Identity Federation - ExplainedIntroduction Hey there! I'm excited to dive into Workload Identity Federation (WIF) in Google Cloud Platform (GCP). WIF is a secure method to access GCP resources without relying on static Service Account (SA) keys. Let’s explore how it works, why it...Discuss·1 likeService-Accounts
Bipin Alchettibipinalchetti.hashnode.dev·Jun 8, 2024Simplifying UAMI Integration with AKS and AKVUse Case: We have a token/secret stored in an Azure Key Vault secret We have a pod in a Cluster that needs to read this secret. We will use UAMI to enable the pod to read the secret stored in the AKV Let's decode this in simple terms: Pre-requi...Discuss·62 readsAzure
David WOGLOdavidwoglo.hashnode.dev·Jun 5, 2024The Kubernetes Resume Challenge: Extra creditWell, it's been a while since the first part of this article before I'm releasing this last part today. Simply because I've been a bit busy lately, but also because I knew nothing about Helm , all I knew about Helm was that it is is used to package K...Discuss·134 readsCloud Resume ChallengeKubernetes
Merlin Sahamerlin.microworka.com·Jun 3, 2024Establish a Secure Connection between GitHub Actions and Google Cloud Platform (GCP) using Workload Identity Federation.GitHub Actions makes it easy to automate your software development workflows, including building, testing, and deploying your applications to various environments. When deploying to Google Cloud Platform (GCP), you typically need to authenticate with...Discuss·40 readsGitHub
Kannanblog.rbkannan.dev·Nov 12, 2023GCP Workload Identity FederationWorkload identity federation in GCP allows us to exchange tokens with different Identity providers such as AWS, and Azure for short-lived access tokens to impersonate service accounts. When we have to work with GCP resources from other cloud provider...Discuss·1 like·63 readsAWS
Joshua Agboolamotilayo.hashnode.dev·May 20, 2023Exploring Kubernetes Service Account Tokens and Secure Workload Identity FederationEver wonder how AWS IRSA or Azure AD workload identity works in Kubernetes? How about GCP workload identity? Well, imagine this… You go to an amusement park, get a ticket from the ticket booth, then you go to the front gate and you present your ticke...Discuss·11 likes·1.5K readsKubernetes
Aditya Kumar Raiadityarai1998.hashnode.dev·Apr 10, 2023Workload Identity FederationAn overview of identity federation for external workloads is given in this document. Without utilising a service account key, you can give on-premises or multi-cloud workloads access to Google Cloud resources by leveraging identity federation. You ca...Discuss·156 readsworkload-identity-federation