Hridhi Kumarikumari-hridhi.hashnode.dev·Nov 18, 2024IAM TasksTask 1: Create a VM on GCP and Host a Website Steps: Log in to GCP Console: Go to Google Cloud Console. Create a New VM: Navigate to Compute Engine > VM instances. Click Create Instance. Fill in the instance details: Name: Give it a unique...IAM,MFA,Access key ID,Secret access key
Kilian Klugepragmaticnotes.hashnode.dev·May 10, 2024Linking a GKE Kubernetes service account to a GCP IAM service account with PulumiWorkload Identity Federation enables workloads running in Google Kubernetes Engine (GKE) to access Google Cloud APIs. It requires that the cluster is configured accordingly, and can be achieved in two ways: by directly assigning IAM policies to a Kub...142 readsBest PracticesKubernetes
Goodycybgoodycyb.hashnode.dev·Jun 3, 2023Implementing Role Based Access Control with GCP IAMOverview of GCP IAM Roles INTRODUCTION IAM roles consist of a collection of permissions that enable users assigned to those roles to carry out specific actions on particular cloud resources. These roles provide administrators with the ability to prec...69 readsPractical Cl⛅d Security LabsGCP DevOps