SlideShare uma empresa Scribd logo
1 de 39
Baixar para ler offline
when network and devops intersect 
Brent Salisbury 
socketplane.io
socketplane.io - docker networking 
John Willis 
Co-Founder & VP 
Business Development 
Formerly: 
Formerly CTO 
Stateless Networks 
Madhu Venugopal 
Co-Founder & 
President 
Formerly: 
Principal Engineer 
Office of the CTO, Red Hat 
Brent Salisbury 
Co-Founder & VP 
Engineering 
Formerly: 
Senior Engineer 
Office of the CTO, Red Hat 
Dave Tucker 
Co-Founder, VP 
Product 
Formerly: 
Senior Engineer 
Office of the CTO, Red Hat
lessons_learned struct 
1. the evolving network! 
2. lessons learned from controller development! 
3. netops from an operational+dev view! 
4. looking ahead
the problem
Cost 
Network 
Compute - Storage 
Vertical 
Integration 
Horizontal Scale 
Number Widgets - Economies of Scale
Over Provisioned 
Under Provisioned 
Network Capacity Needs 
Network Usage Growth 
Time
Efficient Provisioning 
Network Capacity Needs 
Network Usage Growth 
Time
Where we were 
• CLI for everything 
• vendor management tools did everything and nothing. 
• used to be Perl, TCL and later Python 
• zero ip management 
! 
• turned into a who can make the best obscure magic 
!
Where we are 
• CLI for everything 
• vendor management tools did everything and nothing. 
• used to be Perl, TCL and later Python 
• zero ip management 
! 
• turned into a who can make the best obscure magic 
!
where we are(ish) 
• exponential growth with flat operating budgets! 
• incessant pressure for uptime + capex/opex cost 
reduction! 
• the majority of networks still maintain proprietary hw, 
sw and api! 
• datapaths are still barely programmable ! 
• netops manages very little beyond the ToR.
quick review of node distribution 
• distributed! 
• centralized! 
• de-centralized
Centralized
Centralized 
the sdn approach 
Forwarding Population 
Controller 
Match + 
Action
Decentralized
Decentralized 
the sdn approach 
Forwarding Population + Clustered Controller 
Orchestration 
Topology 
Match + 
Action
similarly both hard problems 
Routing Engine 
Line Card 1 
MAC 
Source 
Addres 
s 
MAC 
Destinati 
on 
IP 
Source 
Address 
IP 
Destinati 
on 
Sour 
ce 
Port 
Destinati 
on Port 
Instructions 
Ing 
res 
s 
Por 
t 
Pri 
orit 
y 
Proto 
col 
* * * * * * 
GOTO/ 
Drop/ 
Controller/ 
Normal 
0 *. 
* 
Data Plane 
P1 P2 P... 
MAC 
MAC 
IP 
IP 
Source 
Sour 
Destinati 
Bus Destinati 
Source 
Destinati 
Instructions 
Addres 
ce 
on Port 
on 
Address 
on 
s 
Port 
Line Card 2 
Ethernet 
Ing 
res 
s 
Por 
t 
Pri 
orit 
y 
Proto 
col 
* * * * * * 
GOTO/ 
Drop/ 
Controller/ 
Normal 
0 *. 
* 
Data Plane 
P1 P2 P... 
Line Card ... 
MAC 
Source 
Addres 
s 
MAC 
Destinati 
on 
IP 
Source 
Address 
IP 
Destinati 
on 
Sour 
ce 
Port 
Destinati 
on Port 
Instructions 
Ing 
res 
s 
Por 
t 
Pri 
orit 
y 
Proto 
col 
* * * * * * 
GOTO/ 
Drop/ 
Controller/ 
Normal 
0 *. 
* 
Data Plane 
P1 P2 P... 
Controller 
OVS 
MAC 
Source 
Addres 
s 
MAC 
Destinati 
on 
IP 
Source 
Address 
IP 
Destinati 
on 
Sour 
ce 
Port 
Destinati 
on Port 
Instructions 
Ing 
res 
s 
Por 
t 
Pri 
orit 
y 
Proto 
col 
* * * * * * 
GOTO/ 
Drop/ 
Controller/ 
Normal 
0 *. 
* 
Data Plane 
P1 P2 P... 
OF Switch 
MAC 
Source 
Addres 
s 
MAC 
Destinati 
on 
IP 
Source 
Address 
IP 
Destinati 
on 
Sour 
ce 
Port 
Destinati 
on Port 
Instructions 
Ing 
res 
s 
Por 
t 
Pri 
orit 
y 
Proto 
col 
* * * * * * 
GOTO/ 
Drop/ 
Controller/ 
Normal 
0 *. 
* 
Data Plane 
P1 P2 P... 
Random Agent 
MAC 
Source 
Addres 
s 
MAC 
Destinati 
on 
IP 
Source 
Address 
IP 
Destinati 
on 
Sour 
ce 
Port 
Destinati 
on Port 
Instructions 
Ing 
res 
s 
Por 
t 
Pri 
orit 
y 
Proto 
col 
* * * * * * 
GOTO/ 
Drop/ 
Controller/ 
Normal 
0 *. 
* 
Data Plane 
P1 P2 P... 
Fabric
Distributed
the internets scales 
Distributed
the barrier to scale 
Host 1 
L2 Flooding and Learning 
Host 2 
Data Plane Data Plane 
Flooding Flooding 
VLAN x 
VLAN x 
! 
• Live workload migration cripples network ops! 
• subnets for policy groupings are the only reason to think 
in those terms anymore
shit that doesn't scale 
• the next few slides are 
things i thought were 
possible at some point 
around the problem of L2! 
! 
• lesson learned prototype 
and fail faster! 
! 
• ask your team why they 
really need L2
Proactive L2 Flooding and Learning with Legacy VLANs 
Proactive Rule - Match: ARP Action: Normal 
Maintaining Legacy Broadcast Domains Controller Never Punts ARP 
Host 1 
OpenFlow Controller 
Host 2 
Data Plane Data Plane 
Flooding Flooding 
VLAN x 
VLAN x 
Can Also Serve as a Fallback 
Failure Mode or Hybrid Mirgration Strategy
Reactive OpenFlow Flow Policy 
OpenFlow Controller 
OpenFlow Switch 
Data Plane 
1st Packet in Flow 
MAC 
Source 
Addres 
s 
MAC 
Destinati 
on 
IP 
Source 
Address 
P1 P2 P3 
IP 
Destinati 
on 
Sour 
ce 
Port 
Destinati 
on Port 
Svr 1 Svr 2 Svr 3 
Instructions 
Ing 
res 
s 
Por 
t 
Pri 
orit 
y 
* * * * * * 
GOTO/ 
Drop/ 
Controller/ 
Normal 
0 *. 
Proto 
col 
* 
Packet-In 
A Flowmod Installs a Flow Rule 
for Subsequent Matching Packets
Controller Intercepting ARP and Proxy the Reply 
ARP Request 
and Reply 
OpenFlow Controller 
Host (Key) Location (Value) 
Host 2 IP, MAC,Tenant ==> Tunnel 200 Tep IP 
Match: ARP Action: Controller Match: ARP Action: Controller 
Host 2 
Data Plane Data Plane 
Switch 1 Switch 2 
VLAN ID Constraints Becomes Irrelevant 
Tenancy Maintained in the Controller 
Host 1 
Controllers can Answers and/or Sends ARP (proxy)
Controller Connect Source and Destination 
Hosts via Packet-In and Flowmods 
ARP 
Request 
Host (Key) Location (Value) 
Host 2 IP, MAC,Tenant ==> Tunnel 200 Tep IP 
Flowmod 
Building Data Path 
OpenFlow Controller 
Flowmod 
Building Data Path 
Match: ARP Action: Controller Match: ARP Action: Controller 
Host 2 
Data Plane Data Plane 
Switch 1 Switch 2 
Host 1 
Data Path (Tunnel, or Flow Path 
VLAN ID Constraints Becomes Irrelevant 
Tenancy Maintained in the Controller
not if but when 
! 
• build infrastructure for the worst 
case scenario, because it will 
be worse.! 
• cascading failure suck! 
• focus on solving the problem 
not the implementation! 
• intelligence in the datapath HW 
is a good thing as long ideally if 
coupled with open and 
programmatically manageable 
Control and Data Plane Split Brain 
Control Plane 
Data Plane - DPID ::00:01 
P1 P2 P3 
DPID DPID DPID 
? 
? 
X 
? ? ?
this movie has a shitty ending 
Bridge 
Linux Bridging 
Frame In 
IPTables 
Frame Egress 
HAProxy 
Functions 
X,Y, Z
What Works: Performance and Reliability First 
Table 0 
Classifier 
Table 2 
…….. Frame Out Table n 
OVS/DPDK Packet Forwarding Pipeline 
Frame In 
Function 
Foo 
Function 
Bar 
Stages
traffic alignment from the 90’s 
Data Center 
L3 Core 
Data Center 
L3 Core 
Physical 
Switch 
vSwitch 
Physical 
Switch 
vSwitch 
Physical 
Switch 
vSwitch 
Firewall 
North/South Security Policy 
Data Center Today
new architectures for new workloads 
Distributed Policy Application For Data Center 
Data Center 
L3 Core 
Data Center 
L3 Core 
Physical 
Switch 
vSwitch 
Physical 
Switch 
vSwitch 
Physical 
Switch 
vSwitch 
East West Security Policy
trust what you know 
• rely your own operational experiences, if you don't have any go 
get some even if its stalking customers! 
• don't fall in love with implementations, they are probably wrong! 
• ask questions but be open minded! 
• avoid slide jockeys! 
• avoid the vendor wars! 
• avoid cults! 
• complexity w/o abstraction fails! 
• almost all abstractions fail
serenity now, insanity later 
• make time for research and planning!! 
• wether it is a big infra project or an dev sprint, don't 
let the oppressive demand of execution compromise 
a practical design! 
! 
• that said, if the plan sucks, change it.
nothing is easy, don't make it harder 
• prototyping and early 
feedback should be your 
compass 
• when users says, this 
seems a little too complex, 
LISTEN! 
• odds are you aren't going 
to be able to get the right 
abstraction to hide your 
over-engineering
performance and reliability first 
• network operators are measured in uptime first 
• don't compromise reliability for cost savings without 
making it very clear to all leadership, not just the IT 
manager heroes. 
• perform consistency checking
/dev 
• understand the problem first! 
! 
• if you don't understand the problem stalk someone who 
does! 
! 
• make readable code! 
! 
• code for the worst case scenario
architecture 
• if it isn't broke, don't break it 
• architects need understandable components 
• architects need predictable components 
• predictive analysis is a big data problem 
• predict problems with operational tools and data 
• don't build a nuclear submarine when a bicycle will do
test and prototype 
! 
• verify before you hit enter! 
• automate all production changes! 
• setup rollback processes! 
! 
• the result:! 
• should be shorter change windows! 
• faster rollbacks! 
• better trained operators
everybody is smart 
• "A great team doesn’t mean that they had the smartest people. 
What made those teams great is that everyone trusted one 
another. It can be a powerful thing when that magic dynamic 
exists." -Gene Kim
team culture 
• not proving how much smarter 
you are then your co-workers. 
• give credit to the team first, its 
just weird otherwise 
• don't hoard contacts 
• find peoples passion and 
maximize it 
• protect your cultures morale like it 
is your bank account
where to start? 
• starting out! 
• no one can learn for you, find your passion! 
• learn linux! 
• explore vswitches, I recommend http://openvswitch.org! 
• connect with peers in the community and share experiences 
• explore compute (containers, hypervisors 
and everything else beyond the top of rack! 
! 
• further along! 
• code, i recommend Golang atm fwiw! 
• learn CI tools and sw dev processes! 
• contributes to upstream open source! 
• build something that solves others 
problems and open source it

Mais conteúdo relacionado

Mais procurados

CampusSDN2017 - Jawdat: SDN Technology Evolvement
CampusSDN2017 - Jawdat: SDN Technology EvolvementCampusSDN2017 - Jawdat: SDN Technology Evolvement
CampusSDN2017 - Jawdat: SDN Technology EvolvementJawdatTI
 
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)Kentaro Ebisawa
 
PLNOG 8: Piotr Gierz - Protokół OpenFlow
PLNOG 8: Piotr Gierz - Protokół OpenFlow PLNOG 8: Piotr Gierz - Protokół OpenFlow
PLNOG 8: Piotr Gierz - Protokół OpenFlow PROIDEA
 
mnNOG 3: IP technology adoption in Mongolia
mnNOG 3: IP technology adoption in MongoliamnNOG 3: IP technology adoption in Mongolia
mnNOG 3: IP technology adoption in MongoliaAPNIC
 
Learning Multicast Part 7 Bringing Clarity
Learning Multicast Part 7 Bringing ClarityLearning Multicast Part 7 Bringing Clarity
Learning Multicast Part 7 Bringing ClarityDavid Hedley
 
WebRTC Overview by Dan Burnett
WebRTC Overview by Dan BurnettWebRTC Overview by Dan Burnett
WebRTC Overview by Dan BurnettMojo Lingo
 
Modern Software Architecture
Modern Software Architecture Modern Software Architecture
Modern Software Architecture Ahmed Marzouk
 
Trick or XFLTReaT a.k.a. Tunnel All The Things
Trick or XFLTReaT a.k.a. Tunnel All The ThingsTrick or XFLTReaT a.k.a. Tunnel All The Things
Trick or XFLTReaT a.k.a. Tunnel All The ThingsBalazs Bucsay
 
DPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesDPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesJim St. Leger
 
SWIFT: Tango's Infrastructure For Real-Time Video Call Service
SWIFT: Tango's Infrastructure For Real-Time Video Call ServiceSWIFT: Tango's Infrastructure For Real-Time Video Call Service
SWIFT: Tango's Infrastructure For Real-Time Video Call ServiceMeng ZHANG
 
PLNOG15 - IRR Lockdown - Job Snijders
PLNOG15 - IRR Lockdown - Job SnijdersPLNOG15 - IRR Lockdown - Job Snijders
PLNOG15 - IRR Lockdown - Job SnijdersPROIDEA
 
AstriCon 2015: WebRTC: How it Works, and How it Breaks
AstriCon 2015: WebRTC: How it Works, and How it BreaksAstriCon 2015: WebRTC: How it Works, and How it Breaks
AstriCon 2015: WebRTC: How it Works, and How it BreaksMojo Lingo
 
Utah PHP Users Group - 2012
Utah PHP Users Group - 2012Utah PHP Users Group - 2012
Utah PHP Users Group - 2012Randy Secrist
 
Building day 2 upload Building the Internet of Things with Thingsquare and ...
Building day 2   upload Building the Internet of Things with Thingsquare and ...Building day 2   upload Building the Internet of Things with Thingsquare and ...
Building day 2 upload Building the Internet of Things with Thingsquare and ...Adam Dunkels
 
Papers We Love Sept. 2018: 007: Democratically Finding The Cause of Packet Drops
Papers We Love Sept. 2018: 007: Democratically Finding The Cause of Packet DropsPapers We Love Sept. 2018: 007: Democratically Finding The Cause of Packet Drops
Papers We Love Sept. 2018: 007: Democratically Finding The Cause of Packet DropsMichael Kehoe
 
ConnectJS 2015: Video Killed the Telephone Star
ConnectJS 2015: Video Killed the Telephone StarConnectJS 2015: Video Killed the Telephone Star
ConnectJS 2015: Video Killed the Telephone StarMojo Lingo
 
OSINT RF Reverse Engineering by Marc Newlin
OSINT RF Reverse Engineering by Marc NewlinOSINT RF Reverse Engineering by Marc Newlin
OSINT RF Reverse Engineering by Marc NewlinEC-Council
 

Mais procurados (19)

CampusSDN2017 - Jawdat: SDN Technology Evolvement
CampusSDN2017 - Jawdat: SDN Technology EvolvementCampusSDN2017 - Jawdat: SDN Technology Evolvement
CampusSDN2017 - Jawdat: SDN Technology Evolvement
 
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
Howto createOpenFlow Switchusing FPGA (at FPGAX#6)
 
PLNOG 8: Piotr Gierz - Protokół OpenFlow
PLNOG 8: Piotr Gierz - Protokół OpenFlow PLNOG 8: Piotr Gierz - Protokół OpenFlow
PLNOG 8: Piotr Gierz - Protokół OpenFlow
 
mnNOG 3: IP technology adoption in Mongolia
mnNOG 3: IP technology adoption in MongoliamnNOG 3: IP technology adoption in Mongolia
mnNOG 3: IP technology adoption in Mongolia
 
Learning Multicast Part 7 Bringing Clarity
Learning Multicast Part 7 Bringing ClarityLearning Multicast Part 7 Bringing Clarity
Learning Multicast Part 7 Bringing Clarity
 
WebRTC Overview by Dan Burnett
WebRTC Overview by Dan BurnettWebRTC Overview by Dan Burnett
WebRTC Overview by Dan Burnett
 
Modern Software Architecture
Modern Software Architecture Modern Software Architecture
Modern Software Architecture
 
Trick or XFLTReaT a.k.a. Tunnel All The Things
Trick or XFLTReaT a.k.a. Tunnel All The ThingsTrick or XFLTReaT a.k.a. Tunnel All The Things
Trick or XFLTReaT a.k.a. Tunnel All The Things
 
DPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesDPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith Wiles
 
SWIFT: Tango's Infrastructure For Real-Time Video Call Service
SWIFT: Tango's Infrastructure For Real-Time Video Call ServiceSWIFT: Tango's Infrastructure For Real-Time Video Call Service
SWIFT: Tango's Infrastructure For Real-Time Video Call Service
 
PLNOG15 - IRR Lockdown - Job Snijders
PLNOG15 - IRR Lockdown - Job SnijdersPLNOG15 - IRR Lockdown - Job Snijders
PLNOG15 - IRR Lockdown - Job Snijders
 
AstriCon 2015: WebRTC: How it Works, and How it Breaks
AstriCon 2015: WebRTC: How it Works, and How it BreaksAstriCon 2015: WebRTC: How it Works, and How it Breaks
AstriCon 2015: WebRTC: How it Works, and How it Breaks
 
Building DASH7 Apps with OpenTag
Building DASH7 Apps with OpenTagBuilding DASH7 Apps with OpenTag
Building DASH7 Apps with OpenTag
 
Preso fcul
Preso fculPreso fcul
Preso fcul
 
Utah PHP Users Group - 2012
Utah PHP Users Group - 2012Utah PHP Users Group - 2012
Utah PHP Users Group - 2012
 
Building day 2 upload Building the Internet of Things with Thingsquare and ...
Building day 2   upload Building the Internet of Things with Thingsquare and ...Building day 2   upload Building the Internet of Things with Thingsquare and ...
Building day 2 upload Building the Internet of Things with Thingsquare and ...
 
Papers We Love Sept. 2018: 007: Democratically Finding The Cause of Packet Drops
Papers We Love Sept. 2018: 007: Democratically Finding The Cause of Packet DropsPapers We Love Sept. 2018: 007: Democratically Finding The Cause of Packet Drops
Papers We Love Sept. 2018: 007: Democratically Finding The Cause of Packet Drops
 
ConnectJS 2015: Video Killed the Telephone Star
ConnectJS 2015: Video Killed the Telephone StarConnectJS 2015: Video Killed the Telephone Star
ConnectJS 2015: Video Killed the Telephone Star
 
OSINT RF Reverse Engineering by Marc Newlin
OSINT RF Reverse Engineering by Marc NewlinOSINT RF Reverse Engineering by Marc Newlin
OSINT RF Reverse Engineering by Marc Newlin
 

Destaque

Net Devops Overview
Net Devops OverviewNet Devops Overview
Net Devops OverviewJoel W. King
 
Network Functions Virtualization – Our Strategy
Network Functions Virtualization – Our StrategyNetwork Functions Virtualization – Our Strategy
Network Functions Virtualization – Our StrategyADVA
 
Ansible Tower | Docker | Cisco ACI
Ansible Tower | Docker | Cisco ACIAnsible Tower | Docker | Cisco ACI
Ansible Tower | Docker | Cisco ACIJoel W. King
 
DevOps and the Importance of Single Source Code Repos 
DevOps and the Importance of Single Source Code Repos DevOps and the Importance of Single Source Code Repos 
DevOps and the Importance of Single Source Code Repos Perforce
 
Evolving to a New Generation Network based on IP, SDN, NFV & Cloud
Evolving to a New Generation Networkbased on IP, SDN, NFV & CloudEvolving to a New Generation Networkbased on IP, SDN, NFV & Cloud
Evolving to a New Generation Network based on IP, SDN, NFV & CloudEricsson
 
DevOps & Apps - Building and Operating Successful Mobile Apps
DevOps & Apps - Building and Operating Successful Mobile AppsDevOps & Apps - Building and Operating Successful Mobile Apps
DevOps & Apps - Building and Operating Successful Mobile AppsApigee | Google Cloud
 
DOES16 San Francisco - DevOps Workshop: Leading Change
DOES16 San Francisco - DevOps Workshop: Leading ChangeDOES16 San Francisco - DevOps Workshop: Leading Change
DOES16 San Francisco - DevOps Workshop: Leading ChangeGene Kim
 
Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, De...
Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, De...Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, De...
Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, De...CA Technologies
 
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at VerizonDOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at VerizonGene Kim
 
DOES16 San Francisco - DevOps Workshop: Organizational Design
DOES16 San Francisco - DevOps Workshop: Organizational DesignDOES16 San Francisco - DevOps Workshop: Organizational Design
DOES16 San Francisco - DevOps Workshop: Organizational DesignGene Kim
 
Integrating DevOps and Security
Integrating DevOps and SecurityIntegrating DevOps and Security
Integrating DevOps and SecurityStijn Muylle
 
Telco 4.0 Business Operating Model Value Proposition Overview
Telco 4.0 Business Operating Model Value Proposition   OverviewTelco 4.0 Business Operating Model Value Proposition   Overview
Telco 4.0 Business Operating Model Value Proposition OverviewNigel Tebbutt
 
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015Vimal Suba
 
Bewegen naar Werk: een leuk project of noodzakelijke beweging?
Bewegen naar Werk: een leuk project of noodzakelijke beweging?Bewegen naar Werk: een leuk project of noodzakelijke beweging?
Bewegen naar Werk: een leuk project of noodzakelijke beweging?Rotterdam Sportsupport
 
Il difficile "mestiere" dell'avvocato. Lawyers tough job.
Il difficile "mestiere" dell'avvocato. Lawyers tough job. Il difficile "mestiere" dell'avvocato. Lawyers tough job.
Il difficile "mestiere" dell'avvocato. Lawyers tough job. Nicola Canestrini
 
Contumacia , assenza e CEDU. Italian in absentia trials and (lack of) respect...
Contumacia , assenza e CEDU. Italian in absentia trials and (lack of) respect...Contumacia , assenza e CEDU. Italian in absentia trials and (lack of) respect...
Contumacia , assenza e CEDU. Italian in absentia trials and (lack of) respect...Nicola Canestrini
 
1204b5b3823a6947345193ce2af71230
1204b5b3823a6947345193ce2af712301204b5b3823a6947345193ce2af71230
1204b5b3823a6947345193ce2af71230LybaS1974
 
Loch Ness Monster
Loch Ness MonsterLoch Ness Monster
Loch Ness Monsterssb21
 
Increasing Productivity and Finding Success
Increasing Productivity and Finding SuccessIncreasing Productivity and Finding Success
Increasing Productivity and Finding SuccessMichael Royce Montrief
 

Destaque (20)

Net Devops Overview
Net Devops OverviewNet Devops Overview
Net Devops Overview
 
Network Functions Virtualization – Our Strategy
Network Functions Virtualization – Our StrategyNetwork Functions Virtualization – Our Strategy
Network Functions Virtualization – Our Strategy
 
Ansible Tower | Docker | Cisco ACI
Ansible Tower | Docker | Cisco ACIAnsible Tower | Docker | Cisco ACI
Ansible Tower | Docker | Cisco ACI
 
DevOps and the Importance of Single Source Code Repos 
DevOps and the Importance of Single Source Code Repos DevOps and the Importance of Single Source Code Repos 
DevOps and the Importance of Single Source Code Repos 
 
Evolving to a New Generation Network based on IP, SDN, NFV & Cloud
Evolving to a New Generation Networkbased on IP, SDN, NFV & CloudEvolving to a New Generation Networkbased on IP, SDN, NFV & Cloud
Evolving to a New Generation Network based on IP, SDN, NFV & Cloud
 
DevOps & Apps - Building and Operating Successful Mobile Apps
DevOps & Apps - Building and Operating Successful Mobile AppsDevOps & Apps - Building and Operating Successful Mobile Apps
DevOps & Apps - Building and Operating Successful Mobile Apps
 
DOES16 San Francisco - DevOps Workshop: Leading Change
DOES16 San Francisco - DevOps Workshop: Leading ChangeDOES16 San Francisco - DevOps Workshop: Leading Change
DOES16 San Francisco - DevOps Workshop: Leading Change
 
Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, De...
Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, De...Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, De...
Case Study: Verizon - CA Workload Automation ESP Edition: Best Practice’s, De...
 
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at VerizonDOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
DOES SFO 2016 - Ross Clanton and Chivas Nambiar - DevOps at Verizon
 
DOES16 San Francisco - DevOps Workshop: Organizational Design
DOES16 San Francisco - DevOps Workshop: Organizational DesignDOES16 San Francisco - DevOps Workshop: Organizational Design
DOES16 San Francisco - DevOps Workshop: Organizational Design
 
Integrating DevOps and Security
Integrating DevOps and SecurityIntegrating DevOps and Security
Integrating DevOps and Security
 
Telco 4.0 Business Operating Model Value Proposition Overview
Telco 4.0 Business Operating Model Value Proposition   OverviewTelco 4.0 Business Operating Model Value Proposition   Overview
Telco 4.0 Business Operating Model Value Proposition Overview
 
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
 
Bewegen naar Werk: een leuk project of noodzakelijke beweging?
Bewegen naar Werk: een leuk project of noodzakelijke beweging?Bewegen naar Werk: een leuk project of noodzakelijke beweging?
Bewegen naar Werk: een leuk project of noodzakelijke beweging?
 
Il difficile "mestiere" dell'avvocato. Lawyers tough job.
Il difficile "mestiere" dell'avvocato. Lawyers tough job. Il difficile "mestiere" dell'avvocato. Lawyers tough job.
Il difficile "mestiere" dell'avvocato. Lawyers tough job.
 
Contumacia , assenza e CEDU. Italian in absentia trials and (lack of) respect...
Contumacia , assenza e CEDU. Italian in absentia trials and (lack of) respect...Contumacia , assenza e CEDU. Italian in absentia trials and (lack of) respect...
Contumacia , assenza e CEDU. Italian in absentia trials and (lack of) respect...
 
1204b5b3823a6947345193ce2af71230
1204b5b3823a6947345193ce2af712301204b5b3823a6947345193ce2af71230
1204b5b3823a6947345193ce2af71230
 
Question 3
Question 3Question 3
Question 3
 
Loch Ness Monster
Loch Ness MonsterLoch Ness Monster
Loch Ness Monster
 
Increasing Productivity and Finding Success
Increasing Productivity and Finding SuccessIncreasing Productivity and Finding Success
Increasing Productivity and Finding Success
 

Semelhante a When DevOps and Networking Intersect by Brent Salisbury of socketplane.io

FlowER Erlang Openflow Controller
FlowER Erlang Openflow ControllerFlowER Erlang Openflow Controller
FlowER Erlang Openflow ControllerHolger Winkelmann
 
OpenStack Scale-out Networking Architecture
OpenStack Scale-out Networking ArchitectureOpenStack Scale-out Networking Architecture
OpenStack Scale-out Networking ArchitectureRandy Bias
 
Building a Database for the End of the World
Building a Database for the End of the WorldBuilding a Database for the End of the World
Building a Database for the End of the Worldjhugg
 
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDN
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDNTech Tutorial by Vikram Dham: Let's build MPLS router using SDN
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDNnvirters
 
Big Data Approaches to Cloud Security
Big Data Approaches to Cloud SecurityBig Data Approaches to Cloud Security
Big Data Approaches to Cloud SecurityPaul Morse
 
Sdn not just a buzzword
Sdn not just a buzzwordSdn not just a buzzword
Sdn not just a buzzwordJorge Bonilla
 
Infrastructure API Lightning Talk by Jeremy Pollard of box.com
Infrastructure API Lightning Talk by Jeremy Pollard of box.comInfrastructure API Lightning Talk by Jeremy Pollard of box.com
Infrastructure API Lightning Talk by Jeremy Pollard of box.comDevOps4Networks
 
Protocol and Integration Challenges for SDN
Protocol and Integration Challenges for SDNProtocol and Integration Challenges for SDN
Protocol and Integration Challenges for SDNGerardo Pardo-Castellote
 
What is a Service Mesh and what can it do for your Microservices
What is a Service Mesh and what can it do for your MicroservicesWhat is a Service Mesh and what can it do for your Microservices
What is a Service Mesh and what can it do for your MicroservicesMatt Turner
 
SDN Demystified, by Dean Pemberton [APNIC 38]
SDN Demystified, by Dean Pemberton [APNIC 38]SDN Demystified, by Dean Pemberton [APNIC 38]
SDN Demystified, by Dean Pemberton [APNIC 38]APNIC
 
Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Joel W. King
 
John adams talk cloudy
John adams   talk cloudyJohn adams   talk cloudy
John adams talk cloudyJohn Adams
 
Realtime traffic analyser
Realtime traffic analyserRealtime traffic analyser
Realtime traffic analyserAlex Moskvin
 
Network State Awareness & Troubleshooting
Network State Awareness & TroubleshootingNetwork State Awareness & Troubleshooting
Network State Awareness & TroubleshootingAPNIC
 
Bharath Ram Chandrasekar_Tele 6603_SDN &NFV
Bharath Ram Chandrasekar_Tele 6603_SDN &NFVBharath Ram Chandrasekar_Tele 6603_SDN &NFV
Bharath Ram Chandrasekar_Tele 6603_SDN &NFVBharath Ram Chandrasekar
 
Network troubleshooting
Network troubleshootingNetwork troubleshooting
Network troubleshootingSkillspire LLC
 

Semelhante a When DevOps and Networking Intersect by Brent Salisbury of socketplane.io (20)

OpenFlow Tutorial
OpenFlow TutorialOpenFlow Tutorial
OpenFlow Tutorial
 
Software Defined Networking: Primer
Software Defined Networking: Primer Software Defined Networking: Primer
Software Defined Networking: Primer
 
FlowER Erlang Openflow Controller
FlowER Erlang Openflow ControllerFlowER Erlang Openflow Controller
FlowER Erlang Openflow Controller
 
OpenStack Scale-out Networking Architecture
OpenStack Scale-out Networking ArchitectureOpenStack Scale-out Networking Architecture
OpenStack Scale-out Networking Architecture
 
Building a Database for the End of the World
Building a Database for the End of the WorldBuilding a Database for the End of the World
Building a Database for the End of the World
 
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDN
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDNTech Tutorial by Vikram Dham: Let's build MPLS router using SDN
Tech Tutorial by Vikram Dham: Let's build MPLS router using SDN
 
Big Data Approaches to Cloud Security
Big Data Approaches to Cloud SecurityBig Data Approaches to Cloud Security
Big Data Approaches to Cloud Security
 
Sdn not just a buzzword
Sdn not just a buzzwordSdn not just a buzzword
Sdn not just a buzzword
 
Infrastructure API Lightning Talk by Jeremy Pollard of box.com
Infrastructure API Lightning Talk by Jeremy Pollard of box.comInfrastructure API Lightning Talk by Jeremy Pollard of box.com
Infrastructure API Lightning Talk by Jeremy Pollard of box.com
 
Software defined networking: Primer
Software defined networking: PrimerSoftware defined networking: Primer
Software defined networking: Primer
 
Protocol and Integration Challenges for SDN
Protocol and Integration Challenges for SDNProtocol and Integration Challenges for SDN
Protocol and Integration Challenges for SDN
 
What is a Service Mesh and what can it do for your Microservices
What is a Service Mesh and what can it do for your MicroservicesWhat is a Service Mesh and what can it do for your Microservices
What is a Service Mesh and what can it do for your Microservices
 
SDN Demystified, by Dean Pemberton [APNIC 38]
SDN Demystified, by Dean Pemberton [APNIC 38]SDN Demystified, by Dean Pemberton [APNIC 38]
SDN Demystified, by Dean Pemberton [APNIC 38]
 
Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1Security defined routing_cybergamut_v1_1
Security defined routing_cybergamut_v1_1
 
John adams talk cloudy
John adams   talk cloudyJohn adams   talk cloudy
John adams talk cloudy
 
Realtime traffic analyser
Realtime traffic analyserRealtime traffic analyser
Realtime traffic analyser
 
Network State Awareness & Troubleshooting
Network State Awareness & TroubleshootingNetwork State Awareness & Troubleshooting
Network State Awareness & Troubleshooting
 
Bharath Ram Chandrasekar_Tele 6603_SDN &NFV
Bharath Ram Chandrasekar_Tele 6603_SDN &NFVBharath Ram Chandrasekar_Tele 6603_SDN &NFV
Bharath Ram Chandrasekar_Tele 6603_SDN &NFV
 
Network troubleshooting
Network troubleshootingNetwork troubleshooting
Network troubleshooting
 
Introduction to SDN
Introduction to SDNIntroduction to SDN
Introduction to SDN
 

Último

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Último (20)

Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

When DevOps and Networking Intersect by Brent Salisbury of socketplane.io

  • 1. when network and devops intersect Brent Salisbury socketplane.io
  • 2. socketplane.io - docker networking John Willis Co-Founder & VP Business Development Formerly: Formerly CTO Stateless Networks Madhu Venugopal Co-Founder & President Formerly: Principal Engineer Office of the CTO, Red Hat Brent Salisbury Co-Founder & VP Engineering Formerly: Senior Engineer Office of the CTO, Red Hat Dave Tucker Co-Founder, VP Product Formerly: Senior Engineer Office of the CTO, Red Hat
  • 3. lessons_learned struct 1. the evolving network! 2. lessons learned from controller development! 3. netops from an operational+dev view! 4. looking ahead
  • 5. Cost Network Compute - Storage Vertical Integration Horizontal Scale Number Widgets - Economies of Scale
  • 6. Over Provisioned Under Provisioned Network Capacity Needs Network Usage Growth Time
  • 7. Efficient Provisioning Network Capacity Needs Network Usage Growth Time
  • 8. Where we were • CLI for everything • vendor management tools did everything and nothing. • used to be Perl, TCL and later Python • zero ip management ! • turned into a who can make the best obscure magic !
  • 9. Where we are • CLI for everything • vendor management tools did everything and nothing. • used to be Perl, TCL and later Python • zero ip management ! • turned into a who can make the best obscure magic !
  • 10. where we are(ish) • exponential growth with flat operating budgets! • incessant pressure for uptime + capex/opex cost reduction! • the majority of networks still maintain proprietary hw, sw and api! • datapaths are still barely programmable ! • netops manages very little beyond the ToR.
  • 11. quick review of node distribution • distributed! • centralized! • de-centralized
  • 13. Centralized the sdn approach Forwarding Population Controller Match + Action
  • 15. Decentralized the sdn approach Forwarding Population + Clustered Controller Orchestration Topology Match + Action
  • 16. similarly both hard problems Routing Engine Line Card 1 MAC Source Addres s MAC Destinati on IP Source Address IP Destinati on Sour ce Port Destinati on Port Instructions Ing res s Por t Pri orit y Proto col * * * * * * GOTO/ Drop/ Controller/ Normal 0 *. * Data Plane P1 P2 P... MAC MAC IP IP Source Sour Destinati Bus Destinati Source Destinati Instructions Addres ce on Port on Address on s Port Line Card 2 Ethernet Ing res s Por t Pri orit y Proto col * * * * * * GOTO/ Drop/ Controller/ Normal 0 *. * Data Plane P1 P2 P... Line Card ... MAC Source Addres s MAC Destinati on IP Source Address IP Destinati on Sour ce Port Destinati on Port Instructions Ing res s Por t Pri orit y Proto col * * * * * * GOTO/ Drop/ Controller/ Normal 0 *. * Data Plane P1 P2 P... Controller OVS MAC Source Addres s MAC Destinati on IP Source Address IP Destinati on Sour ce Port Destinati on Port Instructions Ing res s Por t Pri orit y Proto col * * * * * * GOTO/ Drop/ Controller/ Normal 0 *. * Data Plane P1 P2 P... OF Switch MAC Source Addres s MAC Destinati on IP Source Address IP Destinati on Sour ce Port Destinati on Port Instructions Ing res s Por t Pri orit y Proto col * * * * * * GOTO/ Drop/ Controller/ Normal 0 *. * Data Plane P1 P2 P... Random Agent MAC Source Addres s MAC Destinati on IP Source Address IP Destinati on Sour ce Port Destinati on Port Instructions Ing res s Por t Pri orit y Proto col * * * * * * GOTO/ Drop/ Controller/ Normal 0 *. * Data Plane P1 P2 P... Fabric
  • 18. the internets scales Distributed
  • 19. the barrier to scale Host 1 L2 Flooding and Learning Host 2 Data Plane Data Plane Flooding Flooding VLAN x VLAN x ! • Live workload migration cripples network ops! • subnets for policy groupings are the only reason to think in those terms anymore
  • 20. shit that doesn't scale • the next few slides are things i thought were possible at some point around the problem of L2! ! • lesson learned prototype and fail faster! ! • ask your team why they really need L2
  • 21. Proactive L2 Flooding and Learning with Legacy VLANs Proactive Rule - Match: ARP Action: Normal Maintaining Legacy Broadcast Domains Controller Never Punts ARP Host 1 OpenFlow Controller Host 2 Data Plane Data Plane Flooding Flooding VLAN x VLAN x Can Also Serve as a Fallback Failure Mode or Hybrid Mirgration Strategy
  • 22. Reactive OpenFlow Flow Policy OpenFlow Controller OpenFlow Switch Data Plane 1st Packet in Flow MAC Source Addres s MAC Destinati on IP Source Address P1 P2 P3 IP Destinati on Sour ce Port Destinati on Port Svr 1 Svr 2 Svr 3 Instructions Ing res s Por t Pri orit y * * * * * * GOTO/ Drop/ Controller/ Normal 0 *. Proto col * Packet-In A Flowmod Installs a Flow Rule for Subsequent Matching Packets
  • 23. Controller Intercepting ARP and Proxy the Reply ARP Request and Reply OpenFlow Controller Host (Key) Location (Value) Host 2 IP, MAC,Tenant ==> Tunnel 200 Tep IP Match: ARP Action: Controller Match: ARP Action: Controller Host 2 Data Plane Data Plane Switch 1 Switch 2 VLAN ID Constraints Becomes Irrelevant Tenancy Maintained in the Controller Host 1 Controllers can Answers and/or Sends ARP (proxy)
  • 24. Controller Connect Source and Destination Hosts via Packet-In and Flowmods ARP Request Host (Key) Location (Value) Host 2 IP, MAC,Tenant ==> Tunnel 200 Tep IP Flowmod Building Data Path OpenFlow Controller Flowmod Building Data Path Match: ARP Action: Controller Match: ARP Action: Controller Host 2 Data Plane Data Plane Switch 1 Switch 2 Host 1 Data Path (Tunnel, or Flow Path VLAN ID Constraints Becomes Irrelevant Tenancy Maintained in the Controller
  • 25. not if but when ! • build infrastructure for the worst case scenario, because it will be worse.! • cascading failure suck! • focus on solving the problem not the implementation! • intelligence in the datapath HW is a good thing as long ideally if coupled with open and programmatically manageable Control and Data Plane Split Brain Control Plane Data Plane - DPID ::00:01 P1 P2 P3 DPID DPID DPID ? ? X ? ? ?
  • 26. this movie has a shitty ending Bridge Linux Bridging Frame In IPTables Frame Egress HAProxy Functions X,Y, Z
  • 27. What Works: Performance and Reliability First Table 0 Classifier Table 2 …….. Frame Out Table n OVS/DPDK Packet Forwarding Pipeline Frame In Function Foo Function Bar Stages
  • 28. traffic alignment from the 90’s Data Center L3 Core Data Center L3 Core Physical Switch vSwitch Physical Switch vSwitch Physical Switch vSwitch Firewall North/South Security Policy Data Center Today
  • 29. new architectures for new workloads Distributed Policy Application For Data Center Data Center L3 Core Data Center L3 Core Physical Switch vSwitch Physical Switch vSwitch Physical Switch vSwitch East West Security Policy
  • 30. trust what you know • rely your own operational experiences, if you don't have any go get some even if its stalking customers! • don't fall in love with implementations, they are probably wrong! • ask questions but be open minded! • avoid slide jockeys! • avoid the vendor wars! • avoid cults! • complexity w/o abstraction fails! • almost all abstractions fail
  • 31. serenity now, insanity later • make time for research and planning!! • wether it is a big infra project or an dev sprint, don't let the oppressive demand of execution compromise a practical design! ! • that said, if the plan sucks, change it.
  • 32. nothing is easy, don't make it harder • prototyping and early feedback should be your compass • when users says, this seems a little too complex, LISTEN! • odds are you aren't going to be able to get the right abstraction to hide your over-engineering
  • 33. performance and reliability first • network operators are measured in uptime first • don't compromise reliability for cost savings without making it very clear to all leadership, not just the IT manager heroes. • perform consistency checking
  • 34. /dev • understand the problem first! ! • if you don't understand the problem stalk someone who does! ! • make readable code! ! • code for the worst case scenario
  • 35. architecture • if it isn't broke, don't break it • architects need understandable components • architects need predictable components • predictive analysis is a big data problem • predict problems with operational tools and data • don't build a nuclear submarine when a bicycle will do
  • 36. test and prototype ! • verify before you hit enter! • automate all production changes! • setup rollback processes! ! • the result:! • should be shorter change windows! • faster rollbacks! • better trained operators
  • 37. everybody is smart • "A great team doesn’t mean that they had the smartest people. What made those teams great is that everyone trusted one another. It can be a powerful thing when that magic dynamic exists." -Gene Kim
  • 38. team culture • not proving how much smarter you are then your co-workers. • give credit to the team first, its just weird otherwise • don't hoard contacts • find peoples passion and maximize it • protect your cultures morale like it is your bank account
  • 39. where to start? • starting out! • no one can learn for you, find your passion! • learn linux! • explore vswitches, I recommend http://openvswitch.org! • connect with peers in the community and share experiences • explore compute (containers, hypervisors and everything else beyond the top of rack! ! • further along! • code, i recommend Golang atm fwiw! • learn CI tools and sw dev processes! • contributes to upstream open source! • build something that solves others problems and open source it