SlideShare a Scribd company logo
Building Infrastructure on
GCP
Pradeep Bhadani
Founder, Cloud Native Technologies
https://www.linkedin.com/in/pradeepbhadani/
About Me
IT Consultant with 8+ years of experience.
Expertise
● Big Data
● Cloud (GCP & AWS)
● DevOps
Cloud Native Technologies
Agenda
● Terraform Introduction
● Terraform Lifecycle
● Setup Terraform
● Setup gcloud
● Hands-on exercises
Cloud Native Technologies
What we need for workshop?
● Access to a GCP account
● Project owner or Project editor role on a GCP Project
● Text editor or IDE - Atom or IntelliJ or your choice
● Terraform and gcloud setup
Note: Running workshop example may incur charges on your GCP account.
Cloud Native Technologies
Terraform
Terraform allows to build, change and version our infrastructure in an easy and
efficient way.
terraform.io
Cloud Native Technologies
Terraform features
● Infrastructure as Code
● State of Infrastructure with CRUD operations
● Infer dependencies
● Execution plan
● Resource graph
● Parallel execution
Cloud Native Technologies
Terraform concepts
● Providers: API interaction and authentication
● Resource: Describe infrastructure object(s)
● Module: Collection of resources defined in a way
● Data Source: Read infrastructure information
● State: Stores information about infrastructure created by Terraform code
○ Local: Stores on local filesystem
○ Remote: Stores on remote storage - GCS, S3, Consul etc.
Cloud Native Technologies
Benefits
● Code reuse
● Easy resource management
● Resource tagging
● Savings - $$$$ and time
● Consistency
Cloud Native Technologies
Terraform Lifecycle
Cloud Native Technologies
Init
terraform init
Plan
terraform plan
Apply
terraform apply
Destroy
terraform destroy
Terraform Setup (Mac Users)
$> brew install terraform
$> terraform -help
Cloud Native Technologies
Terraform Setup (Linux Users)
$> wget https://releases.hashicorp.com/terraform/0.12.15/terraform_0.12.15_linux_amd64.zip 
-O /tmp/terraform.zip
$> terraform --help
$> sudo unzip /tmp/terraform.zip -d /usr/local/bin/
Cloud Native Technologies
gcloud setup
$> curl https://sdk.cloud.google.com | bash
$> exec -l $SHELL
$> gcloud init
Cloud Native Technologies
Let’s build something
Photo by Markus Spiske on Unsplash
Architecture Diagram
github.com/CloudNativeTech/gdg-terraform-gcp-workshop
linkedin.com/in/pradeepbhadani
github.com/pradeepbhadani
stackoverflow.com/users/1158351
Image by TeroVesalainen from Pixabay

More Related Content

PDF
Managing GCP Projects with Terraform (devfest Pisa 2018)
PDF
Terraforming your Infrastructure on GCP
PDF
Apache Airflow at Dailymotion
PDF
Building a Data Pipeline using Apache Airflow (on AWS / GCP)
PDF
Introducing TiDB [Delivered: 09/25/18 at Portland Cloud Native Meetup]
PDF
From business requirements to working pipelines with apache airflow
PDF
Building an analytics workflow using Apache Airflow
PDF
Introduction to Apache Airflow
Managing GCP Projects with Terraform (devfest Pisa 2018)
Terraforming your Infrastructure on GCP
Apache Airflow at Dailymotion
Building a Data Pipeline using Apache Airflow (on AWS / GCP)
Introducing TiDB [Delivered: 09/25/18 at Portland Cloud Native Meetup]
From business requirements to working pipelines with apache airflow
Building an analytics workflow using Apache Airflow
Introduction to Apache Airflow

What's hot (20)

PDF
AIRflow at Scale
PDF
Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019
PPTX
Why Architecting for Disaster Recovery is Important for Your Time Series Data...
PDF
44CON 2014 - Binary Protocol Analysis with CANAPE, James Forshaw
PDF
Virtual training Intro to InfluxDB & Telegraf
PDF
Airflow presentation
PDF
Google Cloud Dataflow
PPTX
Airflow at WePay
PDF
From AWS to GCP, TABLEAPP Architecture Story
PDF
Introduction to Docker and Monitoring with InfluxData
PDF
Best Practices for Scaling an InfluxEnterprise Cluster
PPTX
Scaling Prometheus Metrics in Kubernetes with Telegraf | Chris Goller | Influ...
PDF
Orchestrating workflows Apache Airflow on GCP & AWS
PDF
Kubeflow control plane
PDF
Flink Forward Berlin 2017: Roberto Bentivoglio, Saverio Veltri - NSDB (Natura...
PDF
A True Story About Database Orchestration
PDF
Infrastructure Management in GCP
PDF
OPTIMIZING THE TICK STACK
PDF
Write your own telegraf plugin
PDF
Airflow tutorials hands_on
AIRflow at Scale
Pivotal Greenplum Cloud Marketplaces - Greenplum Summit 2019
Why Architecting for Disaster Recovery is Important for Your Time Series Data...
44CON 2014 - Binary Protocol Analysis with CANAPE, James Forshaw
Virtual training Intro to InfluxDB & Telegraf
Airflow presentation
Google Cloud Dataflow
Airflow at WePay
From AWS to GCP, TABLEAPP Architecture Story
Introduction to Docker and Monitoring with InfluxData
Best Practices for Scaling an InfluxEnterprise Cluster
Scaling Prometheus Metrics in Kubernetes with Telegraf | Chris Goller | Influ...
Orchestrating workflows Apache Airflow on GCP & AWS
Kubeflow control plane
Flink Forward Berlin 2017: Roberto Bentivoglio, Saverio Veltri - NSDB (Natura...
A True Story About Database Orchestration
Infrastructure Management in GCP
OPTIMIZING THE TICK STACK
Write your own telegraf plugin
Airflow tutorials hands_on
Ad

Similar to GDG London Workshop: Build GCP infrastructure with Terraform (20)

PDF
Hey Terraform, build me GCP Infrastructure
PDF
Hey Terraform, build me GCP Infrastructure
PDF
Provision GCP resources using Terraform @ GDG Craiova
PDF
GDG_Wroclaw_ Deploying_Cloud_Infrastructure_using_Terraform.pdf
PDF
Introduction to Google Cloud Platform
PDF
Introduction to Terraform and Google Cloud Platform
PDF
AWS Meetup Paris - Short URL project by Pernod Ricard
PDF
The journey of Moving from AWS ELK to GCP Data Pipeline
PDF
Scalable Clusters On Demand
PPTX
Session 4 GCCP.pptx
PDF
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
PDF
What is Google Cloud Platform - GDG DevFest 18 Depok
PDF
Cloud: Shift in the Mindset
PDF
How a distributed graph analytics platform uses Apache Kafka for data ingesti...
PDF
MiniSPA2022_Build_and_Test_Cloud_Infrastructure_using_Terraform_Modules.pdf
PPTX
AWS Techniques and lessons writing a minimal cost gitlab runner
PPTX
Bff and GraphQL
PDF
Serverless Big Data Architecture on Google Cloud Platform at Credit OK
PDF
Getting Started with Google Cloud Platform: A Beginner’s Guide
PPTX
Deploy Your Website with GCP Workshop slides of GDG on Campus UNSTPB
Hey Terraform, build me GCP Infrastructure
Hey Terraform, build me GCP Infrastructure
Provision GCP resources using Terraform @ GDG Craiova
GDG_Wroclaw_ Deploying_Cloud_Infrastructure_using_Terraform.pdf
Introduction to Google Cloud Platform
Introduction to Terraform and Google Cloud Platform
AWS Meetup Paris - Short URL project by Pernod Ricard
The journey of Moving from AWS ELK to GCP Data Pipeline
Scalable Clusters On Demand
Session 4 GCCP.pptx
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
What is Google Cloud Platform - GDG DevFest 18 Depok
Cloud: Shift in the Mindset
How a distributed graph analytics platform uses Apache Kafka for data ingesti...
MiniSPA2022_Build_and_Test_Cloud_Infrastructure_using_Terraform_Modules.pdf
AWS Techniques and lessons writing a minimal cost gitlab runner
Bff and GraphQL
Serverless Big Data Architecture on Google Cloud Platform at Credit OK
Getting Started with Google Cloud Platform: A Beginner’s Guide
Deploy Your Website with GCP Workshop slides of GDG on Campus UNSTPB
Ad

Recently uploaded (20)

PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
System and Network Administraation Chapter 3
PPTX
L1 - Introduction to python Backend.pptx
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
Understanding Forklifts - TECH EHS Solution
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PPTX
Reimagine Home Health with the Power of Agentic AI​
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PDF
System and Network Administration Chapter 2
PPTX
Odoo POS Development Services by CandidRoot Solutions
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
EN-Survey-Report-SAP-LeanIX-EA-Insights-2025.pdf
Softaken Excel to vCard Converter Software.pdf
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
System and Network Administraation Chapter 3
L1 - Introduction to python Backend.pptx
Design an Analysis of Algorithms II-SECS-1021-03
How to Migrate SBCGlobal Email to Yahoo Easily
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
wealthsignaloriginal-com-DS-text-... (1).pdf
Understanding Forklifts - TECH EHS Solution
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
How to Choose the Right IT Partner for Your Business in Malaysia
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Reimagine Home Health with the Power of Agentic AI​
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
System and Network Administration Chapter 2
Odoo POS Development Services by CandidRoot Solutions
Internet Downloader Manager (IDM) Crack 6.42 Build 41
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus

GDG London Workshop: Build GCP infrastructure with Terraform