don t call them middleboxes call them middlepipes
play

Dont Call Them Middleboxes, Call Them Middlepipes Hani Jamjoom Dan - PowerPoint PPT Presentation

Dont Call Them Middleboxes, Call Them Middlepipes Hani Jamjoom Dan Williams Upendra Sharma IBM T. J. Watson Research Center PaaS Makes Things Easy Abstract out infrastructure resource management e.g., BlueMix, Cloud Foundry,


  1. Don’t Call Them Middleboxes, � Call Them Middlepipes Hani Jamjoom – Dan Williams – Upendra Sharma IBM T. J. Watson Research Center

  2. PaaS Makes Things Easy • Abstract out infrastructure resource management – e.g., BlueMix, Cloud Foundry, Heroku, Azure, AppEngine • Simplify consumption of runtimes and services – e.g., “ I want a Ruby runtime or a MongoDB service ” – Automate provisioning, load balancing, auto-scaling, etc. App Service Runtime (e.g., MongoDB) (e.g., Ruby) 2

  3. What About NFV & Middleboxes? • PaaS hides most network configurations – Virtual networking, SDN, routing, firewalling • Opportunity 1: Simplify consumability of traditional middlebox functionality – Intrusion detection, WAN optimizers, etc. • Opportunity 2: Support DevOps lifecycle – Monitoring, circuit breaker, failure injection, A/B testing, etc. 3

  4. Example 1: Adding Intrusion Detection • Scans packet headers and payloads App pp • Alerts or drops packets if intrusion is detected IDS alert!!! something • Typically, IDS/IPS are placed at fishy here the entry point of an application • However, services can be Ser Service vice o ff ered by third-party vendors; intrusion can happen from anywhere 4

  5. Example 2: Mimicking Circuit Breaker • Stateful monitoring of requests • Detect failure in downstream services App pp Circuit • Isolate failure quickly Breaker if response • Return default value, raise time > X exception at app, etc. • Usually implemented in app logic Return Return Ser Service vice Default Default • Conceptually, a lot of the functionality can be separated from application logic. 5

  6. Don’t Shoehorn Middleboxes Into PaaS Services Service (e.g., MongoDB) App Middlebox 1 Middlebox 2 (e.g., IDS) Issues with middleboxes-as-services • They do not run close to apps • They are di ffi cult to chain • They only operate on requests (not packets) • They do not support callbacks into application 6

  7. Middlepipes Middlebox-like functionality in a software-defined pipe abstraction E ffi cient interposition close to invocation Arbitrary chaining is supported outside of app logic Access to requests and packets Can generate callbacks to application Middlepipe Ser Service vice App pp (e.g., MongoDB (e.g., MongoDB) 7

  8. Under The Covers I. Filters: Lightweight “code” that Container runs in the app container II. Aggregators: Control filters and Svc asynchronously receive data III. Controller : Inserts/removes filters; App binds filters to aggregators. Filters Exchange Exchange Aggregators control & control & data data Intrusion Request detection path Circuit Inserts/removes � Breaker filters Provisions aggregators Performance Middlepipe Controller Debugging 8

  9. R1. Move Closer to Invocation Path Container Why place filters inside App container? Svc • Naturally distribute computation across the underlying infrastructure • Reduce overhead on the network substrate • Minimize copying of requests and packets App Filters ilters Exchange Aggregators control & data Intrusion Request detection path Circuit Inserts/removes � Breaker filters Provisions aggregators Performance Middlepipe Controller Middlepipe Controller Debugging 9

  10. R2+3. Chaining Di ff erent Filter Types Filter chain SHARED Standard filter SEGMENT App Header Request Markers Custom filter Level Exchange Aggregators control & Body data Intrusion Request Custom filter detection path Network packets Shared page Packet level between all Circuit Breaker filter filters Provisions aggregators Middlepipe Controller 10 10

  11. R4. Supporting Callbacks • Thin application library facilitates access to middlepipes – Shared memory bu ff ers, etc. • What if the application needs to be notified? – Middlepipes insert “markers” in response – Application can look for markers and react (e.g., library can raise exception ) – Other middlepipes can look for markers and react 11 11

  12. Embed Inside Cloud Foundry Service Node Inbound requests go through an Load Balancer elastic L7 Apps bind to router services via VCAP_SERVICES MongoDB Apps Router Lifecycle management DEA (VM) App Cloud Warden App controller container Language Middlepipe runtime filters 12 12

  13. How to Add Middlepipes $ cf create-middlepipe breaker create instance of middlepipe $ cf bind-middlepipe breaker myapp mongodb bind the “breaker” middlepipe to any communication between my app and mongodb $ cf bind-middlepipe bro myapp mongodb bind the “bro” middlepipe to any communication between my app and mongodb (in addition to the breaker) 13 13

  14. Related Work • APLOMB (SIGCOMM’12) • CloudNaaS (SoCC’11) • CoMb (NSDI’12) • End to the Middle (HotOS’09) • Split/Merge (NSDI’13) … • Emerging of OSS frameworks that focus on “DevOps” lifecycle – e.g., Netflix OSS, Airbnb, Etsy, etc. – Canary testing, Circuit Breaker, Stress testing 14 14

  15. Summary Middlebox as a Service Service App Middlebox 1 Middlebox 2 VS. ¡ Middlepipe App pp Ser Service vice 15 15

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend