Corporate · onsite · online training worldwide
contact@DevOpsSchool.com· +91 99057 40781·
> Cloud Platform · DevOpsSchool Trainer

Google Cloud Trainer

Private corporate batches, live online cohorts and 1-on-1 mentoring in projects, IAM, networking, GKE and data services on Google Cloud — taught by a practitioner who runs it in production.

20 years across DevOps, SRE and Security · 10,000+ engineers trained · Trained teams at JPMorgan Chase, Verizon, Nokia and the World Bank

DeliveryOnline · Onsite · Hybrid
FormatsCorporate · 1-on-1 · Cohort
AgendaCustomisable
Batch size8–30 engineers
Engineers we've trained work at
JPMorgan ChaseBank of AmericaWells FargoVerizonNokiaWorld BankGE HealthcareVMwareOracleQualcommMercedes-BenzAirbusDatadogSplunkDeloitteInfosysWiproCapgemini
# who teaches it

Your Google Cloud trainer

Rajesh Kumar

Principal DevOps Engineer & Architect

Cloud architectureMulti-cloud estatesInfrastructure at scale20 years in productionPrincipal / architect roles10,000+ engineers trainedM.Tech BITS Pilani25+ certifications

Rajesh teaches Google Cloud around the resource hierarchy and IAM inheritance first — organisation, folders, projects, and the allow-only policy model that behaves nothing like the deny-driven systems most engineers arrive with. Sessions run live in a real project: service account keys are deleted and replaced with Workload Identity Federation, VPC firewall rules are tightened until only the intended path works, and GKE workloads are deployed from Cloud Build so nothing built by hand in the console survives the lab.

Twenty years across DevOps, SRE and Security, in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe and others. He has trained engineers at JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus — more than 10,000 people personally. He teaches what he runs, not what he reads.

One practitioner, not a bench

You are booked with a named engineer, and that is who turns up. Marketplaces and larger providers rotate whoever is free, so the person who sold you the agenda is rarely the person teaching it.

The same trainer is available for the next engagement, which matters when a team builds on what it learned last time.

18,000+certified learners
500+corporate batches delivered
50+countries served
100+certification programmes
# faculty

Who delivers Google Cloud engagements

Your batch is assigned a named trainer before it starts, and that is who teaches it. See the full faculty.

How your Google Cloud trainer is chosen

Engagements are matched on the tool, not the calendar. For Google Cloud that means a trainer who has run it in production — projects, IAM, networking, GKE and data services on Google Cloud — rather than whoever is free that week. You are told who is teaching before you commit, and that person is on the discovery call that shapes the agenda.

Where a batch is large enough to need a second trainer, the pairing is declared up front. The lead trainer stays accountable for the syllabus and the assessment either way.

Rajesh Kumar

Principal DevOps Engineer & Architect

India20 yrsLead trainer

Twenty years across DevOps, SRE and Security in principal and architect roles at PayPay, SoftwareAG, ServiceNow, JDA Software, Intuit, Adobe, IBM/Emptoris, Ness, MindTree and Accenture. He has trained more than 10,000 engineers personally, at organisations including JPMorgan Chase, Verizon, Nokia, the World Bank, VMware, Oracle, Mercedes-Benz and Airbus. He teaches what he runs, not what he reads.

Pranab Kumar

IndiaInstructorCoach

Rohit Ghatol

IndiaInstructorCoach

Amit Agarwal

IndiaInstructorCoach

Anil Kumar

IndiaInstructorCoach

Balachandran Anbalagan

IndiaInstructorCoach

Durga Prasad

IndiaInstructorCoach

Gaurav Aggarwal

IndiaInstructorCoach

Harsh Mehta

IndiaInstructorCoach

Kapil Gupta

IndiaInstructorCoach

Kunal Jain

IndiaInstructorCoach

Nikhil Gupta

IndiaInstructorCoach

# how to engage

Four ways to work with this trainer

Private corporate batch

Teams of 8–30

Custom agenda, your timezone, onsite or online, NDA-friendly.

Request a quote

1-on-1 mentoring

Individual engineers

A private instructor and a curriculum built around your goal.

₹99,999

Live & Interactive cohort

Individuals who want peers

Scheduled batch, max 8 to 10 hours of live instruction.

₹34,999

Self-paced video

Self-starters

Full LMS access — 20+ courses and 50+ tools included.

₹833/mo
# private batches

Private Google Cloud training for your team

A private batch starts with a discovery call. We look at the stack you actually run — the CI system, the cloud, the constraints — and map the agenda onto it, so examples use your topology rather than a generic one.

Delivery is onsite at your premises, live online, or hybrid, scheduled around your release calendar rather than ours. Batches run 8 to 30 engineers.

Every attendee leaves with recordings, slides, lab repositories and a completion certificate. You receive an attendance and assessment report. Invoicing supports PO and GST.

Talk to us about a private Google Cloud batch

What you provide vs what we bring

  • You: the room or the call, and the engineers
  • Us: trainer, agenda, labs, assessment, certificates
  • Labs: we guide your team through provisioning their own free-tier cloud environment — the skill goes with them
# the technology

What is Google Cloud?

Google Cloud is Google's public cloud platform — compute, storage, networking, managed databases, data analytics and machine learning services delivered on the same infrastructure that runs Google's own products. Its organising unit is the project. Every resource belongs to exactly one project, every API must be explicitly enabled per project, and billing, quota and IAM all attach at that level, which makes the project the natural blast-radius and cost boundary rather than an administrative afterthought.

Above projects sits the resource hierarchy — organisation, folders, projects — and IAM policies inherit down it. Google Cloud IAM is allow-only by default: a role binding grants permissions to a principal at a node, children inherit, and there is no implicit deny to unwind. Service accounts are first-class principals, Workload Identity Federation lets external systems act without exported keys, and organisation policy constraints impose the guardrails that IAM alone cannot express.

The networking model is what most engineers find genuinely different. A VPC in Google Cloud is a global object with regional subnets, so a single network can span continents without peering, and the global external load balancer terminates connections at the edge with one anycast address. On top of that sit Compute Engine and managed instance groups, Cloud Run and Cloud Functions for request-driven work, GKE for Kubernetes, Cloud Storage, Cloud SQL, Spanner, Firestore and BigQuery for data, and Cloud Logging, Monitoring and Trace for operations. Cloud Build and Terraform bind it all into something reproducible.

Why this skill matters now

Google Cloud has become the platform of choice in two specific places: data and analytics workloads that gravitate to BigQuery, and container platforms where GKE is still the most mature managed Kubernetes on the market. That concentration means Google Cloud skills tend to be hired for a purpose rather than in general — data platform teams, Kubernetes platform teams, and increasingly ML infrastructure.

It is also the second or third cloud in a large number of enterprises. Multi-cloud is rarely a strategy anyone chose, but it is a reality after acquisitions, data-residency requirements and vendor negotiations, and it creates demand for engineers who can map concepts across providers accurately rather than by analogy. Knowing that a Google Cloud VPC is global while an AWS VPC is regional is the kind of detail that changes an architecture.

The hiring bar has moved past the console. Organisation policy constraints, Workload Identity Federation instead of exported service account keys, VPC Service Controls around sensitive data, GKE Autopilot versus Standard, and BigQuery slot and storage cost modelling are what distinguishes someone who can run Google Cloud from someone who has used it. Those are design decisions, and they are made once, early, and expensively if wrong.

Google Cloud training
# outcomes

What your team can do afterwards

Lay out an organisation, folder and project hierarchy where IAM inheritance, billing and quota boundaries all line up with how teams actually work
Write Google Cloud IAM bindings that are least-privilege — predefined versus custom roles, conditions, service accounts and impersonation
Remove exported service account keys entirely using Workload Identity Federation and workload identity on GKE
Design VPC networking: global VPCs with regional subnets, firewall rules, Private Google Access, Cloud NAT, Shared VPC and Private Service Connect
Choose deliberately between Compute Engine, managed instance groups, Cloud Run, Cloud Functions and GKE for a given workload
Run GKE properly — Autopilot versus Standard, node pools, workload identity, autoscaling and Artifact Registry
Model data across Cloud Storage, Cloud SQL, Spanner, Firestore and BigQuery, and explain the cost and consistency trade-offs of each
Operate and govern the estate with Cloud Monitoring, Logging, Trace, organisation policy constraints, budgets and Terraform
# curriculum

7 modules. Live demos in a real lab, not slides.

01Projects, the resource hierarchy and IAMLive & Interactive5 hrs · 2 assignments · 1 capstone

The structural layer that decides everything downstream. Organisation, folders and projects; why per-project API enablement and quota matter; then IAM as an allow-only inheritance model, with service accounts as first-class principals and Workload Identity Federation as the way to stop exporting keys.

Topics: Organisation, folders, projects and resource inheritance · Billing accounts, budgets, quotas and API enablement · IAM principals, roles and policy bindings; basic, predefined and custom roles · IAM conditions and policy troubleshooting with the Policy Analyzer · Service accounts, impersonation and short-lived credentials · Workload Identity Federation for external and CI systems · Organisation policy constraints as guardrails · gcloud, Cloud Shell, the console and the REST API

  • Assignments: (1) Build a folder and project layout for three environments with inherited IAM and a per-project budget; (2) Replace an exported service account key with Workload Identity Federation from a CI pipeline
  • Capstone: Deliver a resource hierarchy and IAM design with organisation policy constraints that make the intended boundaries enforceable
02VPC networking on Google CloudLive & Interactive5 hrs · 2 assignments · 1 capstone

The model that is genuinely different from other clouds. A global VPC with regional subnets, firewall rules evaluated by priority with implicit rules underneath, and private connectivity patterns — Private Google Access, Cloud NAT, Private Service Connect — that keep workloads off public addresses entirely. Then Shared VPC for multi-team estates.

Topics: Global VPCs, regional subnets and IP address planning · Firewall rules, priorities, tags, service accounts as targets, and hierarchical policies · Routes, Cloud NAT and Private Google Access · Shared VPC and VPC Network Peering · Private Service Connect and private access to managed services · Cloud DNS: public, private and forwarding zones · Cloud Load Balancing — global external, regional and internal · Cloud Interconnect, Cloud VPN and hybrid connectivity

  • Assignments: (1) Build a VPC where instances have no external IP and still reach Google APIs and the internet through Cloud NAT; (2) Configure Shared VPC and delegate subnet use to a service project
  • Capstone: Produce a network design for a multi-team, multi-region workload with private-only data access and a justification for every firewall rule
03Compute: Compute Engine, Cloud Run and Cloud FunctionsLive & Interactive5 hrs · 2 assignments · 1 capstone

Three ways to run code and the honest criteria for choosing. Compute Engine machine types, images, metadata and managed instance groups with autohealing and autoscaling; then the serverless containers of Cloud Run — concurrency, scaling to zero, min instances — and Cloud Functions for event-driven glue.

Topics: Compute Engine machine families, disks, images and metadata · Instance templates, managed instance groups, autohealing and autoscaling · Preemptible and Spot VMs, committed use discounts and sustained use · Cloud Run: containers, concurrency, revisions and traffic splitting · Cloud Run scaling, min instances, cold starts and VPC egress · Cloud Functions triggers — HTTP, Pub/Sub, Cloud Storage, Eventarc · Choosing between Compute Engine, Cloud Run, Cloud Functions and GKE · OS Login, IAP TCP forwarding and instance access without public IPs

  • Assignments: (1) Deploy the same application to Compute Engine and Cloud Run and compare cost, cold start and operational effort; (2) Roll out a Cloud Run revision with a 10 percent traffic split and then promote it
  • Capstone: Run a workload that scales automatically, has no public IP addresses, and can be redeployed from scratch in under ten minutes
04Storage and data servicesLive & Interactive5 hrs · 2 assignments · 1 capstone

Where state lives, from objects to warehouses. Cloud Storage classes, lifecycle rules, uniform bucket-level access and signed URLs; Cloud SQL with high availability and read replicas; Spanner and Firestore for globally distributed data; and BigQuery, treated as an engineering system with real cost mechanics rather than as a query box.

Topics: Cloud Storage: buckets, storage classes, lifecycle rules and retention · Uniform bucket-level access, IAM versus ACLs, and signed URLs · Persistent Disk, Hyperdisk and Filestore · Cloud SQL: high availability, read replicas, backups and point-in-time recovery · Cloud Spanner and Firestore — when global consistency is worth the cost · BigQuery: datasets, tables, partitioning, clustering and slots · BigQuery cost model — on-demand versus capacity pricing · Pub/Sub, Dataflow and the ingestion path into BigQuery

  • Assignments: (1) Partition and cluster a BigQuery table and measure the bytes-scanned difference on a realistic query; (2) Fail over a Cloud SQL high-availability instance and measure application impact
  • Capstone: Design a data platform layout with a stated retention policy, access model and a defensible monthly cost estimate
05GKE and containersLive & Interactive5 hrs · 2 assignments · 1 capstone

Kubernetes as Google Cloud delivers it. Autopilot versus Standard and what each takes away, node pools, cluster and node autoscaling, and the networking modes that decide IP consumption. Then the parts unique to GKE: workload identity for keyless access to Google APIs, Artifact Registry, and Gateway API with Google Cloud load balancers.

Topics: GKE Autopilot versus Standard, and the trade-offs of each · Node pools, node auto-provisioning, cluster autoscaler and spot nodes · VPC-native clusters, alias IP ranges and private clusters · Workload Identity for keyless access to Google Cloud APIs · Artifact Registry, image scanning and Binary Authorization · Ingress, Gateway API and container-native load balancing · GKE upgrades, release channels, maintenance windows and surge settings · Config Connector and managing Google Cloud resources from Kubernetes

  • Assignments: (1) Deploy a private GKE cluster and give a pod access to Cloud Storage using workload identity only; (2) Enforce Binary Authorization so an unsigned image cannot be deployed
  • Capstone: Run a production-shaped GKE cluster — private, autoscaled, keyless, with signed images and a tested upgrade path
06Operations: monitoring, logging and reliabilityLive & Interactive5 hrs · 2 assignments · 1 capstone

Knowing what the platform is doing. Cloud Monitoring metrics, dashboards and alerting policies; Cloud Logging with log sinks, exclusions and log-based metrics; Trace, Profiler and Error Reporting. Then SLOs as the mechanism that makes alerting mean something rather than accumulate.

Topics: Cloud Monitoring: metrics, metric explorer, dashboards and uptime checks · Alerting policies, notification channels and alert fatigue · Cloud Logging: log router, sinks to BigQuery and Cloud Storage, exclusions · Log-based metrics and structured logging · Cloud Trace, Profiler and Error Reporting · SLIs, SLOs and error budgets in Cloud Monitoring · Audit logs — admin activity, data access and policy denied · Incident response and postmortem practice

  • Assignments: (1) Define an SLO for a real service and build the burn-rate alert that goes with it; (2) Route audit logs to BigQuery and answer three access questions with SQL
  • Capstone: Deliver an observability design with dashboards, SLO-based alerting and a log retention model that satisfies an audit requirement
07Automation, security and cost governanceLive & Interactive5 hrs · 2 assignments · 1 capstone

Making the estate reproducible and defensible. Terraform against Google Cloud with remote state and module structure, Cloud Build for CI/CD with keyless authentication, then the security controls — CMEK, Secret Manager, VPC Service Controls, Security Command Center — and the cost mechanics that decide whether the design survives a finance review.

Topics: Terraform on Google Cloud: provider setup, remote state in Cloud Storage, module layout · Cloud Build triggers, substitutions and keyless deploys via Workload Identity Federation · Infrastructure Manager and Config Controller · Secret Manager, CMEK with Cloud KMS and envelope encryption · VPC Service Controls perimeters around sensitive data · Security Command Center, findings and posture management · Billing export to BigQuery, labels, budgets and committed use analysis · Landing zone patterns and multi-project bootstrapping

  • Assignments: (1) Rebuild a manually created project entirely from Terraform, then destroy and recreate it; (2) Attribute a month of spend by label and produce a rightsizing recommendation
  • Capstone: Deliver a reproducible landing zone — hierarchy, networking, guardrails, secrets, observability and cost attribution — from code alone

Need this mapped to your stack?

We rebuild the agenda around the tools you actually run.

Request a custom agenda
# hands-on

Labs and capstones your engineers actually build

LAB · IAM

Delete every service account key

Take a project that authenticates CI and workloads with exported JSON keys, migrate it to Workload Identity Federation and workload identity, then disable key creation with an organisation policy.

iamworkload identityorg policy
LAB · NETWORK

No external IPs anywhere

Build a VPC where nothing has a public address, yet workloads still reach Google APIs, pull images and egress to the internet through Cloud NAT and Private Google Access.

vpccloud natprivate access
LAB · GKE

Private cluster, signed images

Stand up a private GKE cluster with workload identity and Binary Authorization, and prove that an unsigned image is rejected at admission.

gkebinary authorizationartifact registry
LAB · DATA

BigQuery cost is a design decision

Load a realistic dataset, run the same analytical queries against unpartitioned, partitioned and clustered tables, and quantify the bytes scanned and the money involved.

bigquerypartitioningcost
LAB · RELIABILITY

An SLO you would actually page on

Instrument a service, define an availability and latency SLO in Cloud Monitoring, and build multi-window burn-rate alerts instead of threshold noise.

slomonitoringalerting
CAPSTONE · LANDING ZONE

Rebuild the whole thing from code

Deliver a Terraform-defined landing zone with hierarchy, Shared VPC, guardrails, GKE, observability and billing export, and prove it by destroying and recreating it.

terraformlanding zonecloud build
# ecosystem

The tools Google Cloud sits next to

Terraform
Kubernetes
Docker
Cloud Build
GitHub Actions
Jenkins
BigQuery
Prometheus
Grafana
Anthos
Pub/Sub
Ansible

Who this is for

  • Infrastructure and system administrators moving workloads to Google Cloud
  • DevOps and platform engineers building and operating Google Cloud environments
  • SREs responsible for availability, error budgets and cost
  • Data engineers whose platform sits on BigQuery, Pub/Sub and Dataflow
  • Kubernetes engineers standardising on GKE
  • Architects designing landing zones, Shared VPC and multi-cloud connectivity

Pre-requisites

  • Comfortable on a Linux command line — files, permissions, packages, services
  • Working understanding of TCP/IP, DNS, HTTP and TLS
  • Some scripting exposure, in any language
  • Familiarity with version control, ideally Git
  • A Google Cloud account with free-tier credit and billing alerts enabled for labs
# pricing

Straightforward pricing

Every plan includes 1 year of full LMS access — not just this course, the entire DevOpsSchool LMS: 20+ courses, 50+ tools, videos, quizzes, assignments and projects.

Self-paced video

₹833/mo

Billed yearly at ₹9,996

Enroll now

1-on-1 mentorship

₹99,999

Full program, private instructor

Enroll 1-on-1

Corporate / private batch

8–30 engineers · custom agenda · onsite or online · PO and GST invoicing

Get a custom quote

Refunds. If we cancel or postpone a cohort, you get a full refund within 15 days. There is no money-back guarantee otherwise.

Terms. Course material remains licensed to the attendee. Read the terms.

Your data. We don't share it with third parties. Privacy policy.

Every attendee gets a verifiable certificate

  • Issued per attendee on completion
  • Verifiable at devopsschool.com/certificates
  • Hard copy available on request
  • Corporate batches receive an attendance and assessment report
DevOpsSchool

Google Cloud Training

Certificate of completion

# feedback

What engineers say

4.4 / 5 from 26 reviews on Trustpilot.

★★★★★
Great learning experience from a very knowledgeable instructor with well-prepared course notes. The lab exercises on AWS instance work well to learn the hands-on side of the course.
Ando Gg · Trustpilot
★★★★★
The Rundeck developer session was excellent and highly engaging. I appreciated how well the session was structured, with the theoretical concepts explained clearly and in simple terms. What stood out most to me was the demo — it was both informative and enjoyable. I especially liked how Rajesh walked us through not only the happy path but also the sad path, showcasing common issues and sharing practical troubleshooting tips.
Raimy Roy · Trustpilot
★★★★★
Rajesh's experience and knowledge are exceptional and we learnt invaluable practical knowledge which we can apply in our production environment. Incredibly friendly and gave us a fantastic insight both in-depth and at a high level of the Rundeck product.
Fire Titan · Trustpilot
★★★★★
Rajesh is a very good trainer I have experienced in DevSecOps training. The number of contents in different topics he has posted on the DevOpsSchool public website are amazing and user friendly for beginners and experienced professionals.
Ashutosh Mishra · Trustpilot
★★★★★
The trainer (Rajesh) provided very good sessions on SRE profession. Not only hands-on learning on the tools but also SRE mindset.
Peter Wang · Trustpilot
★★★★★
Very good training session. Well explained from the basics to the complex concepts. Also tried to cover practicals and demos within the 3 hour sessions. The learning content and videos are of a great deal of help.
Sreekanth Kannoth · Trustpilot
# comparison

Why a named practitioner beats a marketplace listing

What mattersYouTube + blogsGeneric online courseFreelance marketplaceDevOpsSchool
Named practitionerNoRarelyVaries per bookingYes — same trainer each time
Production experienceUnknownUnknownUnverified20 years, named employers
Custom agendaNoNoSometimesBuilt from your stack
Onsite deliveryNoNoSometimesYes
Lab environmentNoneSandbox that expiresVariesYour own cloud — skill goes with you
AssessmentNoneQuizRarelyAssignments + capstone per module
Per-attendee certificatesNoSometimesRarelyYes
Corporate invoicingNoLimitedVariesPO and GST
Post-training supportNoneForum, time-limitedNoneLifetime forum access
# questions

Frequently asked

Can the agenda be customised for our stack?
Yes — that is the normal case for a private batch. We start with a discovery call, look at the projects, workloads and constraints you actually run, and rebuild the module list around them. Examples then use your topology rather than a generic one.
Do you deliver onsite?
Yes. Private batches run onsite at your premises, live online, or hybrid. You provide the room and the engineers; we bring the trainer, agenda, labs, assessment and certificates.
What lab environment do we need?
Attendees provision their own Google Cloud project — the free trial credit covers most of the syllabus — and we walk them through it, including budget alerts on day one. We deliberately do not hand out temporary sandboxes, because the environment they build is the one they keep.
Which labs cost real money?
GKE Standard control planes, Cloud SQL high availability, global load balancers and any sustained BigQuery scanning are the expensive items. Those labs are time-boxed and torn down in the session, and we set budgets and alerts before anything is created.
Is this aligned to the Associate Cloud Engineer or Professional Cloud Architect exams?
It covers most of the domains in both, and the hierarchy, IAM, networking and GKE depth goes beyond what either exam asks. It is not an exam cram — if certification is the goal we add a dedicated exam-preparation day.
How long does a private Google Cloud batch take?
Typically four to five days. Hierarchy, IAM, networking and compute fit in three days; adding GKE, data services, observability and Terraform governance takes it to five.
What size are batches?
Private corporate batches run 8 to 30 engineers. Public Live & Interactive cohorts are capped at 10 so everyone gets time with the trainer.
Do attendees get a certificate?
Yes — every attendee receives a completion certificate, verifiable at devopsschool.com/certificates. Corporate batches also receive an attendance and assessment report.
We already run AWS. Can you teach the differences rather than the basics?
Yes, and that is a common private-batch shape. We map concepts precisely rather than by analogy — global VPC versus regional, allow-only IAM versus explicit deny, project versus account boundaries, and where the mental models genuinely do not transfer.
Do you cover BigQuery in depth or just introduce it?
In depth on the engineering side — partitioning, clustering, slot versus on-demand pricing, and the ingestion path through Pub/Sub and Dataflow. Analyst-level SQL and BI modelling are a separate agenda we can add.
What happens if someone misses a session?
Sessions are recorded and available in the LMS, and attendees keep LMS access for a year. For public cohorts, a missed session can be picked up in a later batch.
What is your refund position?
If we cancel or postpone a cohort, you receive a full refund within 15 days. There is no general money-back guarantee, and GST and gateway fees are not refunded.

Still deciding?

Tell us the team, the stack and the timeline. You'll get a straight answer, not a sales sequence.

Talk to an advisor
# ready when you are

Book a Google Cloud trainer — or ask a question first.

  • No spam, no drip sequence
  • Syllabus in 60 seconds
  • A human reply within one business day

Prefer to call or email?

More ways to reach us on the contact page.

Talk to an advisorRequest a quote