Uzair Ahmed Shaikhcustom-iam-roles.hashnode.dev·Feb 3, 2025Creating Custom IAM Roles and Bindings in Google Cloud Platform (GCP) Through various waysINTRODUCTION Google Cloud Platform (GCP) provides a flexible and scalable way to manage cloud resources through Identity and Access Management (IAM). One of the most powerful features of IAM is the ability to create custom roles and bindings, giving ...IAM
Uzair Ahmed Shaikhhosting-on-gcp.hashnode.dev·Feb 1, 2025Building a Scalable Web Application with Firebase Hosting, GKE, and Cloud Load Balancer on Google CloudINTRODUCTION Building scalable and secure web applications has never been easier, thanks to the robust suite of services provided by Google Cloud Platform (GCP). Among these services, Firebase Hosting, Google Kubernetes Engine (GKE), and Cloud Load B...GCP
Murali Krishna Apparimuralidevops.hashnode.dev·Jan 31, 2025GCP Secrets to K8s SecretsLet us say that we have a secret in GCP, which is having multiple values in a single secret. For example, this is my secret KEYCLOAK_USER=*** KEYCLOAK_PASSWORD=*** KC_DB=*** KC_DB_URL=*** KC_DB_USERNAME=*** KC_DB_PASSWORD=*** KC_PROXY=*** health-en...Kubernetes
Uzair Ahmed Shaikhmanaging-infra-with-gcp-organizations.hashnode.dev·Jan 31, 2025How to Manage Your Cloud Infrastructure with GCP OrganizationsIntroduction : Google Cloud Platform (GCP) offers a powerful suite of tools for businesses, but managing resources across various departments or teams can become complex. This is where GCP Organizations come in – providing a structured way to manage ...GCP
shubhangi singhcodeshutters.hashnode.dev·Jan 14, 2025Understanding Continuous Integration and Continuous DeploymentWhat is CI/CD? Continuous Integration (CI): This is the practice of regularly merging code changes from multiple contributors into a shared repository. Every change is validated through automated builds and tests to ensure that new code integrates s...Devops
Suda Eduardoeddyariki.hashnode.dev·Jan 11, 2025When Logs Went Wild: Lessons from a PubSub Billing BlowoutThe date is the 7th of January, and it was my second day back at my job from the holidays. I was planning out a new proposal for a different project’s architecture. I needed to see how much our current systems cost in order to set a reference point f...GCP
Ahammed Basha Shaikday-23-of-100-days-challenge.hashnode.dev·Jan 3, 2025Getting Started with Terraform: Installation, Commands, and Configuration ManagementIntroduction As we progress on Day 23 of the 100 Days of DevOps Challenge, we dive deeper into Terraform, one of the most powerful tools for managing infrastructure as code (IaC). Terraform simplifies infrastructure provisioning across multiple cloud...Terraform
MD DANISH QAUNAINmd-danish.hashnode.dev·Dec 17, 2024Cloud SQL TaskTask:-1 Edit SQL instance on GCP and suggest in which condition restart required. (5-5 example) For this task first we need to create a SQL Instance. So lets create SQL Instance step by step as follows- Navigate to the Google Cloud Console. https:/...google cloud
Denishdenish.hashnode.dev·Nov 20, 2024How I Found a Cloud That Doesn’t Make Me Cry: My Journey with QumulusAllow me to share with you my experience of how it became crystal clear to me what had I gotten myself into with my first cloud bill.😳 Like me, many of you are just budding into this new form of technology called cloud computing. I am a curious ambi...47 readsqumulus
midhun manojmidhunmanoj-website-hosting.hashnode.dev·Oct 28, 2024Understanding Containers and Docker: A Comprehensive Guide for BeginnersIn today's tech-focused world, we need software that can grow, move, and adapt easily. Containers and Docker, a well-known container platform, are key tools that help make this happen by simplifying how we build and launch applications in different s...92 readsCloud Computing