smalltalk in the cloud - wordpress.com•overview of cloud foundry •cloud foundry on amazon ec2...

20
Smalltalk in the Cloud ESUG 2013, Annecy, France Tuesday, 10 September, 11:30 am to noon James Foster, Director of Professional Services

Upload: others

Post on 12-Jul-2020

1 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Smalltalk in the CloudESUG 2013, Annecy, France

Tuesday, 10 September, 11:30 am to noon

James Foster, Director of Professional Services

Page 2: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

3

Abstract• In this talk we describe a Platform as a Service (PaaS) for

Smalltalk and show how a Smalltalk application can be

deployed easily to Amazon's EC2 using a provided AMI with

Cloud Foundry built-in.

• We look forward to getting feedback on how this can be made

more useful to the community.

Page 3: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Agenda

• Overview of Cloud Foundry• Cloud Foundry on Amazon EC2• Pharo in the Cloud• GemStone/S in the Cloud

4

Page 4: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Hosting OptionsWhat is provided by vendor:

Utilities: Network, power, A/CHardware: CPU, RAM, diskStack: operating system, web server, runtime, frameworkApplication: this is the programmer's concern

Type Utilities Hardware Stack Applications

Self-hosting

Data center a

IaaS a a

PaaS a a a

SaaS a a a a

Page 5: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Accessing Applications

6

Web

App

App Instance

Request Web InterfaceLoadBalancingand Routing

Response

�cf push MyApp�

Page 6: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Scaling Applications

7

Request Web InterfaceLoadBalancingand Routing

Response

Web

App

App Instances

Web

App

Web

App

�cf instances MyApp 3�

Page 7: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Sample Server Architecture

8

Page 8: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Support for Ruby

• Interpreter works with text files• Application code "includes" external libraries• Frameworks (Rails, Sinatra) can be pre-loaded on

server

9

Page 9: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Support for Java

• Runtime VM works with "jar" files• Application code "includes" external libraries• Frameworks (Spring, Lift, Grails) can be pre-

loaded on server

10

Page 10: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

How is Smalltalk Different?

• Monolithic image– All application and framework together– Not in text files

• Could push text files and build image• Or just push the whole image!

11

Page 11: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Cloud Foundry

• www.cloudfoundry.com– commercial hosting by Pivotal (VMware, EMC, GE)

• www.cloudfoundry.org– Open source PaaS framework

12

Page 12: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Amazon Web Services (AWS)

13

Page 13: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

AWS Regions

• http://turnkeylinux.github.io/aws-datacenters/14

Page 14: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Regions and Availability Zones

15

Page 15: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

IP Addresses

• "Elastic IP"– Static IP that can be moved between VMs

• "Route 53"– Domain Name Server

16

Page 16: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Elastic Block Store (EBS)

• Persistent disks (volumes)• Can be moved from VM to VM• Can have multiple per VM

17

Page 17: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Elastic CloudComputing (EC2)

• http://aws.amazon.com/ec2/instance-types/18

Page 18: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

AWS Management

• Command Line & Programming API• Web Management Console

– https://console.aws.amazon.com/

• Demo!

19

Page 19: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Dream...

• Offer Smalltalk in the Cloud

• Let me know what you want– Pharo– GemStone/S

20

Page 20: Smalltalk in the Cloud - WordPress.com•Overview of Cloud Foundry •Cloud Foundry on Amazon EC2 •Pharoin the Cloud •GemStone/S in the Cloud 4. Hosting Options What is provided

Thanks & Questions?

• Thanks to– Dale Henrichs, Peter McLean, and Monty Williams– John Thornton (JonnyT)– Norm Green and Dan Ware for the project– Tim Felgentreff of HPI

• Contact– [email protected]– http://programmingGems.wordpress.com

21