open stack summit spring 2014 hybrid cloud landmines - 2014-05-15

25
CCA - NoDerivs 3.0 Unported License - Usage OK, no modifications, full attribution* * All unlicensed or borrowed works retain their original licenses Hybrid Cloud Landmines Drew Smith, Cloud Applications Engineer OpenStack Juno Design Summit May 15th, 2014 Architecting Apps to Avoid Problems @drumulonimbus

Upload: drumulonimbus

Post on 08-Jun-2015

269 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

CCA - NoDerivs 3.0 Unported License - Usage OK, no modifications, full attribution*!* All unlicensed or borrowed works retain their original licenses

Hybrid Cloud Landmines

Drew Smith, Cloud Applications Engineer!OpenStack Juno Design Summit!

May 15th, 2014

Architecting Apps to Avoid Problems

@drumulonimbus

Page 2: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Introductions

Drew Smith!Cloud Applications Engineer @ Cloudscaling!AWS Solutions Architect / RHCE / Lifelong nerd!Easily excited, housetrained, doesn’t [email protected]

2

Page 3: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Today’s Goals:The Whats & Whys of Hybrid Cloud!What’s in the Functional Stack?!What Enables Hybrid Cloud?!Understanding Application Requirements!Success vs Failure Defined!The Usual Approaches to Hybrid Cloud!Hybrid Cloud Landmines!Architecting Apps to Avoid Problems!(slides are available online at http://slideshare.net/drumulonimbus)

3

Page 4: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Q: What is Hybrid Cloud?

4

GeographicOptimization

Cost Optimization

Performance Optimization

Bursting

Disaster Recovery

Compliance

Scaling

Page 5: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

A: It’s all of those things!…but for the sake of brevity, we’re going to define it as:

5

“Hybrid Cloud is your apps leveraging the functional stack of multiple cloud infrastructures”

Page 6: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

What’s in a functional stack?

6

Orchestration / Auto-Scaling / Failover

Monitoring & Metrics

VM Provisioning

Image Management

Data Storage / Management

Security & Access Management

Common Operations Portal / Tools

“Hybrid Cloud is your apps leveraging the functional stack of multiple cloud infrastructures”!!…so some or all of these need to be managed in multiple places.

Page 7: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Stack-stacking?!

7

Orchestration / Auto-Scaling / Failover

Monitoring & Metrics

VM Provisioning

Image Management

Data Storage / Management

Security & Access Management

Common Operations Portal / Tools

Orchestration / Auto-Scaling / Failover

Monitoring & Metrics

VM Provisioning

Image Management

Data Storage / Management

Security & Access Management

Common Operations Portal / Tools

OpenStack AWS

…more like stack diplomacy.

Page 8: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

AUTOMATION

Heat

ABSTRACTION

What enables Hybrid Cloud?

8

Pre-stagedImagesControl Ease

of UseCloud API Orchestration"

& Config Mgt PaaS

Page 9: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Understand Your App

9

Requirements will drive your hybrid architecture choices

Why are you thinking about hybrid cloud in the first place?!What are your expectations?!What are likely bottlenecks?!

Hint: probably similar to the ones you saw when you built the app!

Read “The Phoenix Project”!by Gene Kim / Kevin Behr / George Spafford

Page 10: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

What does success look like?

10

It still depends on your application requirements.

Nailing it!Able to deploy an app into or across multiple cloud environments, with common operational tools / processes and consistent performance.!

!

Good enough!Able to spread your workload across multiple platforms with a minimum of effort / intervention

Page 11: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

What does failure look like?Introduces complexity without obvious gains in stability, resiliency and cost!App experiences performance issues

11

Many workarounds hacks needed to manage configuration exceptions

Page 12: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

What are the usual approaches to Hybrid Cloud applications?

12

DIY App Mgmt"Approach

ControlEase

of UsePre-Baked"Abstraction Layers

PaaS"Framework

1 32

Page 13: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

DIY Hybrid App Management

13

Heat

Orchestration / Auto-Scaling

Monitoring & Metrics

VM Provisioning

Image Management

Data Storage / Management

Security & Access Management

Common Operations Portal / Tools

Python/Ruby/C++/etc talking directly to APIs!

Often uses images as change control (not a good idea…)!

Orchestration is difficult across platforms

1

Page 14: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Pre-Baked Abstraction Layers

14

Less effort, less control!

Noticeably more (30%-50%) costs, both up-front and ongoing!

Lots of options out there, but there are always trade-offs

2

Page 15: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Deploy to a PaaS Framework

Least effort / manpower needed to succeed!!

Least granularity / control, locked into the platform!!

Can be costly!

15

3

Page 16: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Hybrid Cloud Land MinesFeature Coverage / Gaps!Behavioural Compatibility!Image Management!Monitoring & Auto-Scaling!Security & Access!Other Land Mines…!

Data Staging / Replication!Intra-app Messaging!Networking / Network Mgmt!HA/DR Architectures!Common Tools & Processes

16

Page 17: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

OpenStack!AWS

Dependance on Cloud-specific services reduces application interoperability!Differences in cloud features can also affect app interoperability

Feature Coverage / Gaps

17

Even similar clouds might not have the same features (e.g Heat) enabled!

Page 18: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Behavioural Compatibility

Partially-implemented or partially-compatible APIs!!

Configuration differences between similar clouds!!

Variable performance from one cloud to the other

18

Page 19: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Image Management

Staging and patching images in multiple environments

19

Maintaining your own is time-consuming!Seems like a good way, but gets messy quickly.

Page 20: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Monitoring & Auto-Scaling

20

There’s currently no one accepted standard!

Abstraction helps reduce the impact, but can also vendor-lock you!

DIY = on your own. :/

“This is wrong…”

Page 21: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Security and AccessAccess management across clouds!

IAM vs. Keystone vs. Google Apps for Business vs. ???!

VPN/VPC!Doesn’t exist the same in all clouds!(Cloudscaling has Layer3 and VPC)!

Managing security incidents!How quickly can you roll out new code?

21

Page 22: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Other Land MinesData staging / replication!

Latency/bandwidth issues!Can get expensive fast!!

App Messaging!Need a common messaging service across environments?!Securely over tunnels? (Consul.io is really neat!)!

Networking / Network Management!Variations on VM NICs creating issues!Leverage VPC for isolation? Sure, but which one?!

HA/DR Architectures?!Warm vs. Hot failover!

Common Tools & Processes!Managing across clouds - Horizon vs. Aurora vs. ??? !High-level tools with abstraction - Puppet/Chef/etc

22

Page 23: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Architecting Apps To Avoid Problems• Understand and document your application!• Employ cloud-native design!! app portability as a road to hybrid cloud!

• Use well-understood open source tools!• Abstract everything!! … or, at least, everything you are comfortable with!

• Automate everything!! everything-as-code!!

• Ensure behavioural compatibility23

Page 24: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Questions?

Drew Smith@drumulonimbus

Page 25: Open stack summit spring 2014   hybrid cloud landmines - 2014-05-15

Take-away reading:

http://www.cloudscaling.com - Cloudscaling!http://draios.com - cloud debugging tools!http://antitude.io - neat next-gen app demo!http://consul.io - next-gen app dev tools!http://slideshare.net/drumulonimbus - slides!http://twitter.com/drumulonimbus - me

25