Slide 1

Slide 1 text

Google Compute Engine Crafting your first application

Slide 2

Slide 2 text

Hello! Everybody I’ve been working in cloud space for last three years Currently, working on Kubernetes I started with working on docker

Slide 3

Slide 3 text

Develop Locally, build globally Local I know, but build ??

Slide 4

Slide 4 text

Enter Public Clouds

Slide 5

Slide 5 text

https://github.com/rarchk/freecode-gce- codelab Before we begin, we have setup a repository for you guys

Slide 6

Slide 6 text

Service Spectrum of GCP

Slide 7

Slide 7 text

With Exception of… Google Cloud Functions Google Container Engine

Slide 8

Slide 8 text

Google Compute IaaS
 Compute, Storage &
 Network
 Consistent Performance
 Sub-hour billing
 Live migration
 Hugely Scalable

Slide 9

Slide 9 text

Project Region Zone Instance Load Balancer Network Disk Firewall

Slide 10

Slide 10 text

Network • TCP, UDP and ICMP only • Networks are private to a project • Public IP addresses can be static or ephemeral • Private IP addresses are ephemeral and with DNS • Networks fully support Firewall rules, VPN and IP forwarding

Slide 11

Slide 11 text

Interfaces 1. Cloud Console 2. Cloud SDK 3. REST APIs

Slide 12

Slide 12 text

Demo Time

Slide 13

Slide 13 text

Google Container Engine All started with introduction of cgroups and namespaces in linux 
 First came lxc, docker, rocket….. 
 Then came swarm, kubernetes 
 In the latest evolution, support for enterprise container networking came in all clouds

Slide 14

Slide 14 text

Demo Time

Slide 15

Slide 15 text

– Ronak Kogta “Thank you very much”