hands on compute engine

15
Hands on Compute Engine GCPUG.TW / Simon Su 20150908

Upload: simon-su

Post on 14-Apr-2017

776 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Hands on Compute Engine

Hands on Compute EngineGCPUG.TW / Simon Su

20150908

Page 2: Hands on Compute Engine

GCP ProjectLearn Google Cloud Project

architect and the Billing

http://cloud.google.com/console

Page 3: Hands on Compute Engine

Web ConsoleLearn compute engine web

console interactive

Page 4: Hands on Compute Engine

gcloudLearn command line interface, the

command semantic and

interactive with projects

Page 5: Hands on Compute Engine

Project binded ACL

Using project instance to

interactive with API services

Page 6: Hands on Compute Engine

GCE networkPrivate lan in Global network

Customize routing, firewall rule

VPN, Load Balancer, Cloud DNS

Internet

PrivateNetwork

PersistentDisk

VMVMVM

Project

API

Page 7: Hands on Compute Engine

GCE instancesFree OS vs. Pay OS

Machine types

SSH key & ACL

Click to Deploy

Page 8: Hands on Compute Engine

Snapshot & ImageBackup and replicate your

instance in GCE

Page 9: Hands on Compute Engine

Instance Template& Group

Auto scaler

Managed Group

Page 10: Hands on Compute Engine

Load BalancingNetwork Load Balancer

Region: us-central1

Target Pool (tp-a)

us-central1-b

us-central1-awww0

www1

www2

www3

Forwarding Rules

tcp:443 ➔ tp-a

tcp:80 ➔ tp-a

Page 11: Hands on Compute Engine

Load BalancingHTTP Load Balancer

Page 12: Hands on Compute Engine

MetadataUsing metadata to interactive with

your project

Page 13: Hands on Compute Engine

Cloud LoggingLog everything at your Project

Page 14: Hands on Compute Engine

Cloud MonitorMonitor and notification in easy

way and manage-less

Page 15: Hands on Compute Engine

Hands on...Building an architecture with load

balancer and with auto scale ability of an

apache service… Then, test it…

HTTP Load Balancer

HTTPD HTTPD HTTPD

ab test