Systemutveckling i molnet - IRL

32
2012-02-08 Systemutveckling i molnet - IRL Chris Klug Robert Folkesson

description

Systemutveckling i molnet - IRL. 2012-02-08. Chris KlugRobert Folkesson. Active Solution. Ökad affärsnytta Kundunika system Webb, extranät Mobila lösningar E-handel. Intern effektivitet Kundunika system Intranät Integration. Hållbar systemutveckling. Aktiv systemförvaltning. - PowerPoint PPT Presentation

Transcript of Systemutveckling i molnet - IRL

Page 1: Systemutveckling i molnet - IRL

2012-02-08

Systemutveckling i molnet - IRL

Chris Klug Robert Folkesson

Page 2: Systemutveckling i molnet - IRL

Active Solution

• Ökad affärsnytta– Kundunika system– Webb, extranät– Mobila lösningar– E-handel

• Intern effektivitet– Kundunika system– Intranät– Integration

Hållbarsystemutveckling

Aktiv systemförvaltnin

g

Page 3: Systemutveckling i molnet - IRL

Cloud Computing

Cloud Services

Software as a Service

Infrastructure as a ServiceEverything as a Service

Page 4: Systemutveckling i molnet - IRL

Cloud Provider

Cloud Computing

CloudService

Microsoft, Amazon etc.

Termen Cloud Computing relaterar både till applikationer som levereras som tjänster över Internet och till den hårdvara och systemmjukvara som tillhandahåller dessa tjänster. (IASA)

… Cloud Computing karaktäriseras av två viktiga egenskaper; upplevt oändliga resurser och betalning per resursförbrukning.

Page 5: Systemutveckling i molnet - IRL

IaaS To-Do ListGet IaaS Service AcountSet up a couple of

VMs

IaaS To-Do List

PaaS To-Do List

Get PaaS Service

AcountBuild a couple of

apps

PaaS To-Do List

SaaS To-Do List

Get SaaS Service Acount

Find some customers or friends that wants to use it

SaaS To-Do List

IaaS – BYO VMs

PaaS – BYO

apps

SaaS – BYO users

Page 6: Systemutveckling i molnet - IRL

Olika typer av molntjänsterTraditionell

(On-Premises)

Infrastructure

(as a Service)

Platform(as a

Service)

Storage

Servers

Networking

O/S

Middleware

Virtualization

Data

Applications

Runtime

Storage

Servers

Networking

O/S

Middleware

Virtualization

Data

Applications

Runtime

Vad

du h

ante

rar

Han

tera

t av le

vera

ntö

r

Han

tera

t av

levera

ntö

r

Vad

du h

ante

rar

Vad

du h

ante

rar

Storage

Servers

Networking

O/S

Middleware

Virtualization

Applications

Runtime

Data

Software(as a

Service)

Han

tera

t av le

vera

ntö

r

Storage

Servers

Networking

O/S

Middleware

Virtualization

Applications

Runtime

Data

Page 7: Systemutveckling i molnet - IRL

Vad erbjuder olika leverantörer?Infrastructur

e(as a Service)

Platform(as a

Service)

Software(as a

Service)

Page 8: Systemutveckling i molnet - IRL

Vad erbjuder olika leverantörer?Infrastructur

e(as a Service)

Platform(as a

Service)

Software(as a

Service)

Page 9: Systemutveckling i molnet - IRL

• Azure Storage: filer, ”NoSQL”-data

Windows Azure – PAAS++

• SQL Azure – databas som tjänst

• CDN - Content Delivery Network• Service Bus

Page 10: Systemutveckling i molnet - IRL

Windows Azure – kringtjänster forts.

• Access Control Service – federerad säkerhet

• Distribuerad cache

• Virtuellt nätverk mot lokal domän• Marketplace

Page 11: Systemutveckling i molnet - IRL
Page 12: Systemutveckling i molnet - IRL

Privat eller Publikt moln?

Publikt moln Privat moln

Page 13: Systemutveckling i molnet - IRL

13

Page 14: Systemutveckling i molnet - IRL
Page 15: Systemutveckling i molnet - IRL
Page 16: Systemutveckling i molnet - IRL
Page 17: Systemutveckling i molnet - IRL
Page 18: Systemutveckling i molnet - IRL
Page 19: Systemutveckling i molnet - IRL
Page 20: Systemutveckling i molnet - IRL

Räkna med att tjänster går ner!

// Change the status of the order.

order.Status = 1;

// Delete the first item in the order.

context.DeleteObject(order.SalesOrderDetails.First());

// Save changes inside a retry-aware scope.

sqlAzureRetryPolicy.ExecuteAction(() => { context.SaveChanges(); });

Page 21: Systemutveckling i molnet - IRL
Page 22: Systemutveckling i molnet - IRL
Page 23: Systemutveckling i molnet - IRL

Doing it right might be wrong…

Page 24: Systemutveckling i molnet - IRL
Page 25: Systemutveckling i molnet - IRL

ZeroKoll_Upd ZeroKoll_Main

ZeroKoll_PM ZeroKoll_RT

RFolkes_Upd RFolkes_Main

RFolkes_PM RFolkes_RT

#Azure #JustinBieber

ProfilePictures

Table Storage

Blob Storage SQL Azure

@RFolkes – Dude! That #Azure thing looks sweet!

RT @ZeroKoll: If #JustinBieber died in a forrest and no one saw it. Would anyone miss him?

Doing a prezzo…

Page 26: Systemutveckling i molnet - IRL

“COA” – Cost Oriented Architecture

Page 27: Systemutveckling i molnet - IRL

AUTOMATISERA

Page 28: Systemutveckling i molnet - IRL

AUTOMATISERA

Page 29: Systemutveckling i molnet - IRL
Page 30: Systemutveckling i molnet - IRL

AUTOMATISERA

Page 31: Systemutveckling i molnet - IRL

• Utnyttja det som finns i plattformen• Bygg tillståndslöst• Hantera resurser smart• Designa för att tjänster går ner (tänk på

apan!)• Kostnadsanpassa din arkitektur• PaaS är byggt för att automatisera

Sammanfattning

Page 32: Systemutveckling i molnet - IRL

Tack!

[email protected]: @rfolkes

blogg: www.robertfolkesson.se

[email protected]: @zerokoll

blogg: chris.59north.com/