SlideShare a Scribd company logo
1 of 24
Download to read offline
Run your Business in the Cloud.
Oh, hello 
copyright 2014 
2 
During Business Hours++ 
Ryan Koop 
@ryankoop 
Director of Product  Marketing, Co-founder 
Ryan is responsible for product development and manages teams for public 
relations, international events, and content marketing. His role spans the 
technical product development, customer support, business development 
and thought leadership needs of a growing company. 
! 
Before CohesiveFT, Ryan worked at a trading platform software company 
in the US Derivative Markets. 
After Hours 
NAME Ryan Koop 
CLUB Royal Fox CC - Men 
LOCAL# 2024 Assoc# 20005661 
EFFECTIVE DATE 10/15/2013 
SCORES POSTED 12 USGA HDC INDEX 
18.9 
SCORE HISTORY - MOST RECENT FIRST 
1 96*I 98 I 95*I 89*AI 96*AI 
6 95*AI 99 H 99 I 99 AI 94*I 
11 97 H 96*I 106 A 97 H 95 H 
16 97 I 94*H 91*H 96 I 94*H 
Chicago District Golf Association - www.cdga.org 
Ryan Koop 
2013 GOLD MEMBER
About Us 
copyright 2014 
• Cohesive Flexible Technologies Corp. (CohesiveFT) 
• Founded by IT and capital markets professionals 
with years of experience in operations, enterprise 
software and client-facing services 
• VNS3 product launched in 2008 with multiple 
product revisions each year 
• Customers have secured 150M+ virtual device 
hours in public, private,  hybrid clouds with 
our solution 
• Offices in Chicago, London, Belo Horizonte and 
Palo Alto 
! 
! 
! 
• Deliver hybrid IaaS cloud use cases such as Cloud 
VPN, Cloud WAN and Cloud Partner Networks 
• Provide VNS3, a network routing and security 
virtual machine delivered as part of the application 
deployment in virtualized infrastructures. 
• Extend existing enterprise networks and 
applications to public, private and hybrid clouds. 
• Federate physical, virtual and cloud infrastructure 
on a common network platform, interface and API 
• Enable enterprises to run business operations in 
the cloud helping extend both customer facing 
systems and internal operational platforms 
3 
Who We Are What We Do 
Public Cloud 
Solution Partner
Our Customers Run Their Businesses in the Cloud 
copyright 2014 
4 
700+ customers in 20+ countries 
• 200+ Self Service Customers 
• 15+ SI Resellers 
• 5+ ISV OEM 
Including Industry Leaders 
• Global Mutual Fund Company 
• Global ERP provider 
• Global BPMS provider 
• Global Cloud-based Threat Detection 
• Global Fashion Brand 
• Global Toy Manufacturer 
• US National Sports Association 
References Available Upon Request
VNS3 Allows Cloud Production Use Cases 
Hybrid Cloud Cloud AD Cloud Migration Cloud WAN Partner/Customer Network 
copyright 2014 
5 
! 
App Modernization Capacity Expansion Cloud DR Cloud Federation
Enterprises Want to Know… 
How do I connect and secure my cloud servers? 
Can I continue to use my 
current NOC and monitoring 
copyright 2014 
Can I attest to the 
security of my data? 
Can my Cloud based 
systems be made HIPPA 
PCI compliant? 
tools? 
Can I have High Availability 
and still benefit from Cloud 
pricing? 
How can I avoid 
Vendor Lock-In? 
6
Everywhere these cloud applications go, 
they need connectivity, integration and security. 
Connectivity Integration Security 
coconpfiydreignhtita l2 2001144 
7 
This creates the market for application network services 
(Layers 3-7) for applications deployed to public cloud.
VNS3 Virtualizes 6 Key Network Functions 
•Allows control, mobility  agility by separating network location and network identity 
•Control over end to end encryption, IP addressing and network topology 
copyright 2014 
8 
Router Switch Firewall 
VPN Concentrator 
IPsec/SSL 
Protocol 
Redistributor Scriptable SDN
Interoperability is Key to Cloud Leverage 
copyright 2014 
VNS3 allows customers to extend 
their network to any cloud. 
9
Docker and CohesiveFT 
copyright 2014 
10
Docker Containers Run Inside the Network Device 
Proxy Reverse Proxy Content Caching Load Balancer IDS Custom Container 
copyright 2014 
11 
Router Switch Firewall Protocol 
Redistributor 
VPN 
Concentrator 
Scriptable 
SDN 
VNS3 Core Components 
✓ Deployed as part of customer’s cloud-based application. 
✓ Patented system for network control in the cloud. 
✓ Platform for customer and partner cloud network innovation
Docker Overview 
Docker is an open source project released in March 2013 that automates the deployment of applications in Linux 
Containers (was LXC, now libcontainer). It is an engine that allows users to encapsulate any application or set of 
applications as a lightweight, portable, self-sufficient virtual container. Increasingly Docker is becoming an 
application delivery solution. 
! 
Docker offers a different granularity of virtualization that allows for greater isolation between applications. 
copyright 20134 
12 
VNS3 bins/ 
libs 
bins/ 
libs 
Cloud Provider OS/Hypervisor 
Server Hardware 
bins/ 
libs 
Guest 
OS 
Guest 
OS 
Guest 
OS 
App 
Stack 
App 
Stack 
App 
Stack 
VM 
Docker 
VNS3 
Cloud Provider OS/Hypervisor 
Server Hardware 
bins/ 
libs 
bins/ 
libs 
App 
Stack 
App 
Stack 
App 
Stack 
App 
Stack 
Container
Docker Version 0.9 - LXC vs libcontainer 
March 10, 2014 - Docker version 0.9 replaces LXC with (docker.io) libcontainer as the default execution 
environment. 
Version 0.9 Implications 
1. libcontainer does the same thing as LXC - it's all still an interface to the underlying kernel-based container system 
2. Docker controls libcontainer, it didn’t control LXC 
3. Added support for OpenVZ, systemd-nspawn, libvirt-lxc, libvirt-sandbox, qemu/kvm, BSD Jails, Solaris Zones, and 
chroot 
4. Docker out of the box can now manipulate namespaces, control groups, capabilities, apparmor profiles, network 
interfaces and firewalling rules (all from within the docker container) 
5. Backward compatible with previous LXC 
6. Libcontainer supports container systems from kernels other than the linux kernel - FreeBSD, NetBSD, OpenBSD, 
Solaris, OpenSolaris and Illumos. Support for OpenVZ and qemu/kvm 
7. Not decoupled from the kernel (that would be virtualization) but added support opens the door for Windows 
and OSX dockerness 
copyright 2014 
13
Docker Container Network and VNS3 
Docker Interface (docker0) - 172.17.0.1 
bridge to 172.17.0.0/24 
Virtual Interface (eth0) - 10.1.106.89 
bridge/map to VM eth0 
copyright 2014 
14 
VNS3 is a network appliance that runs in public clouds. That means there are multiple network interfaces. VNS3 
bridges a separate (and customizable) Docker network subnet to the VNS3 Manager instance’s primary network 
interface (usually eth0). 
Default docker subnet is 172.17.0.0/16. We allow our users to change the default docker address block to any 
private IP subnet from a /24 (254 addresses) to a /30 (4 addresses). 
Container 
Docker 
VNS3 
Cloud Provider OS/Hypervisor 
Server Hardware 
Physical NIC - 54.10.201.73
Challenges for an ISV Offering Docker 
copyright 2014 
15 
Layer 4-7 network services that customers want to add to the Manager instance need to 
intimately part of the VNS3 mesh network without screwing up our transport device. 
! 
VNS3 is shipped to all customers as an appliance. VNS3 controls are surfaced to the 
customer via our UI and API. We do not allow cmd line access due to concerns over IP 
and tampering. 
“Privileged” Mode - It allows you to run some containers with (almost) all the 
capabilities of their host machine, regarding kernel features and device access.
Instance Size - Docker Memory Profiling 
copyright 2014 
16 
! 
Containers based on a Node-Red Image available in the Docker Index (source CFT CTO Chris Swan’s Blog) 
138204 used – no container 
179816 used – first container added (+41M) 
203252 used – second container added (+23M) 
226276 used – third container added (+22M) 
Expected initial overhead of running Docker, then fairly lightweight. 
Isolation by containers is cheaper than isolation by virtual machines. 
Our customers need to make an economic decision in trade off between running a larger VNS3 instance size or 
multiple VMs. We are seeing this isn’t an all or nothing decision, some VMs will move to docker and other will 
remain as is. 
!
Future Plans with Docker 
copyright 2014 
17 
We might follow Deis’ lead, to a point. 
- Deis the opensourse PaaS is available as a series of Docker Images. 
- Each component of Deis delivered as a separate image which then connect with on another to provide the 
PaaS system. 
- Each individual component can be swapped/upgraded independently as needed for easier deployment and 
management. 
! 
Each process running in VNS3 is put in a Container - The loosely coupled Application Appliance. 
!
Demo 
copyright 2014 
18
Demo Topology - Before Docker 
copyright 2014 
19 
US East 
VNS3 Overlay Network 
172.31.0.0/22 
Overlay IP: 172.31.1.5 
VNS3 Manager 
Public IP: 107.22.16.203 
Primary DB 
Overlay IP: 172.31.1.1 
Wordpress  Web Server 
Active IPsec Tunnel Firewall / IPsec Cisco ASA 
Public IP: 50.16.146.76 
CohesiveFT 
Office NOC 
Chicago LAN IP: 192.168.5.1 
LAN: 192.168.5.0/24 
Nginx 
Overlay IP: 172.31.1.9
Demo Topology - With Docker 
copyright 2014 
20 
US East 
VNS3 Overlay Network 
172.31.0.0/22 
Overlay IP: 172.31.1.5 
VNS3 Manager 
Public IP: 107.22.16.203 
Primary DB 
Overlay IP: 172.31.1.1 
Wordpress  Web Server 
Active IPsec Tunnel Firewall / IPsec Cisco ASA 
Public IP: 50.16.146.76 
CohesiveFT 
Office NOC 
Chicago LAN IP: 192.168.5.1 
LAN: 192.168.5.0/24
Container Network Setup 
copyright 20134 
21 
To start using Docker you must first setup a Docker subnet where your 
containers will run. The default VNS3 Docker subnet is 172.0.10.0/28. 
VNS3 allows you to choose a custom address block. Make sure it will not 
overlap with the Overlay Subnet or any subnets you plan on connecting to 
VNS3. The Docker subnet can be thought of as a VLAN segment bridged 
to the VNS3 Manager’s public network interface. 
The Container Networking Page shows the available container IP addresses 
for the chosen Container Network. IP addresses listed as reserved are 
either used by Docker (for routing, bridging, and broadcast) or are being 
used by a currently running container. 
To change the Container Network first enter a new network subnet in 
CIDR notation. 
Click Validate to ensure the subnet accommodates the Container Network 
requirements. 
Click Set once validation is passed. 
You will prompted with a popup warning that a Container Network change 
will require a restart of any running container. Click OK.
Container Images: Upload a Container 
copyright 20134 
22 
To Upload a Container Image click on the Images left column menu item 
listed under the Container heading. 
Click Upload Image. 
On the resulting Upload Container Image Window enter the following; 
- Input name 
- Description 
- Url - the publicly accessible URL of the .tar.gz Container Image file 
Click Upload. 
! 
Once the Container Image has finished the import process, you will be able 
to use the action button to edit and delete the Image or allocate (launch) a 
Container.
Container Images: Allocate a Container 
copyright 20134 
23 
To launch a Container click the Actions drop down button next to the 
Container Image you want to use and click Allocate. 
On the resulting pop up window enter the following: 
- Name of the Container 
- Command used on initiation of the Container 
- Description 
Click Allocate. 
You will be taken to the Containers page where you newly created 
Container will list its status. 
!
Access Consideration: Public Internet 
copyright 20134 
24 
Accessing a Container from the Public Internet will require additions to the 
AWS Security Group associated with the VNS3 Manager as well as VNS3 
Firewall. 
The following example shows how to access an Nginx server running as a 
Container listening on port 80 (substitute port 22 if the Container is 
running SSHD). 
AWS Security Group 
Allow port 80 from your source IP (possibly 0.0.0.0/0 if the Nginx server is 
load balancing for a public website). 
VNS3 Firewall 
Enter rules to port forward incoming traffic to the Container Network and 
Masquerade outgoing traffic off the VNS3 Manger’s public network interface. 
#Let the Docker Subnet Access the Internet Via the Managers Public IP 
-o eth0 -s Manager Private IP -j MASQUERADE 
#Port forward 9080 to the nginx docker container 
PREROUTING_CUST -i eth0 -p tcp -s 0.0.0.0/0 --dport 9080 -j DNAT --to 
Container Network IP:80

More Related Content

What's hot

VMworld 2014: How I Learned to Stop Worrying and Love the Public Cloud
VMworld 2014: How I Learned to Stop Worrying and Love the Public CloudVMworld 2014: How I Learned to Stop Worrying and Love the Public Cloud
VMworld 2014: How I Learned to Stop Worrying and Love the Public CloudVMworld
 
The missing piece : when Docker networking and services finally unleashes so...
 The missing piece : when Docker networking and services finally unleashes so... The missing piece : when Docker networking and services finally unleashes so...
The missing piece : when Docker networking and services finally unleashes so...Adrien Blind
 
Linux @ IBM © 2003 IBM Corporation
Linux @ IBM © 2003 IBM Corporation Linux @ IBM © 2003 IBM Corporation
Linux @ IBM © 2003 IBM Corporation webhostingguy
 
VMware NSX - Lessons Learned from real project
VMware NSX - Lessons Learned from real projectVMware NSX - Lessons Learned from real project
VMware NSX - Lessons Learned from real projectDavid Pasek
 
The Vision for the Future of Network Virtualization with VMware NSX
The Vision for the Future of Network Virtualization with VMware  NSXThe Vision for the Future of Network Virtualization with VMware  NSX
The Vision for the Future of Network Virtualization with VMware NSXScott Lowe
 
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안NAIM Networks, Inc.
 
Software Defined Networking (SDN) with VMware NSX
Software Defined Networking (SDN) with VMware NSXSoftware Defined Networking (SDN) with VMware NSX
Software Defined Networking (SDN) with VMware NSXZivaro Inc
 
NSX Reference Design version 3.0
NSX Reference Design version 3.0NSX Reference Design version 3.0
NSX Reference Design version 3.0Doddi Priyambodo
 
OpenStack and Kubernetes - A match made for Telco Heaven
OpenStack and Kubernetes - A match made for Telco HeavenOpenStack and Kubernetes - A match made for Telco Heaven
OpenStack and Kubernetes - A match made for Telco HeavenTrinath Somanchi
 
VMware NSX for vSphere - Intro and use cases
VMware NSX for vSphere - Intro and use casesVMware NSX for vSphere - Intro and use cases
VMware NSX for vSphere - Intro and use casesAngel Villar Garea
 
VMworld 2015: Container Orchestration with the SDDC
VMworld 2015: Container Orchestration with the SDDCVMworld 2015: Container Orchestration with the SDDC
VMworld 2015: Container Orchestration with the SDDCVMworld
 
9th SDN Expert Group Seminar - Session3
9th SDN Expert Group Seminar - Session39th SDN Expert Group Seminar - Session3
9th SDN Expert Group Seminar - Session3NAIM Networks, Inc.
 
9th SDN Expert Group Seminar - Session2
9th SDN Expert Group Seminar - Session29th SDN Expert Group Seminar - Session2
9th SDN Expert Group Seminar - Session2NAIM Networks, Inc.
 
App to Cloud: Patrick Kerpan's DataCenter Dynamics Converged Keynote
App to Cloud: Patrick Kerpan's DataCenter Dynamics Converged KeynoteApp to Cloud: Patrick Kerpan's DataCenter Dynamics Converged Keynote
App to Cloud: Patrick Kerpan's DataCenter Dynamics Converged KeynoteCohesive Networks
 
VMworld 2014: vCloud Hybrid Service Networking Technical Deep Dive
VMworld 2014: vCloud Hybrid Service Networking Technical Deep DiveVMworld 2014: vCloud Hybrid Service Networking Technical Deep Dive
VMworld 2014: vCloud Hybrid Service Networking Technical Deep DiveVMworld
 
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld
 
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...Cloud Native Day Tel Aviv
 
An Introduction to VMware NSX
An Introduction to VMware NSXAn Introduction to VMware NSX
An Introduction to VMware NSXScott Lowe
 
VMworld 2013: Operational Best Practices for NSX in VMware Environments
VMworld 2013: Operational Best Practices for NSX in VMware Environments VMworld 2013: Operational Best Practices for NSX in VMware Environments
VMworld 2013: Operational Best Practices for NSX in VMware Environments VMworld
 
DevOps Indonesia #5 - The Future of Containers
DevOps Indonesia #5 - The Future of ContainersDevOps Indonesia #5 - The Future of Containers
DevOps Indonesia #5 - The Future of ContainersDevOps Indonesia
 

What's hot (20)

VMworld 2014: How I Learned to Stop Worrying and Love the Public Cloud
VMworld 2014: How I Learned to Stop Worrying and Love the Public CloudVMworld 2014: How I Learned to Stop Worrying and Love the Public Cloud
VMworld 2014: How I Learned to Stop Worrying and Love the Public Cloud
 
The missing piece : when Docker networking and services finally unleashes so...
 The missing piece : when Docker networking and services finally unleashes so... The missing piece : when Docker networking and services finally unleashes so...
The missing piece : when Docker networking and services finally unleashes so...
 
Linux @ IBM © 2003 IBM Corporation
Linux @ IBM © 2003 IBM Corporation Linux @ IBM © 2003 IBM Corporation
Linux @ IBM © 2003 IBM Corporation
 
VMware NSX - Lessons Learned from real project
VMware NSX - Lessons Learned from real projectVMware NSX - Lessons Learned from real project
VMware NSX - Lessons Learned from real project
 
The Vision for the Future of Network Virtualization with VMware NSX
The Vision for the Future of Network Virtualization with VMware  NSXThe Vision for the Future of Network Virtualization with VMware  NSX
The Vision for the Future of Network Virtualization with VMware NSX
 
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
OVNC 2015-성공적인 Customer Optimized Datacenter 구축 방안
 
Software Defined Networking (SDN) with VMware NSX
Software Defined Networking (SDN) with VMware NSXSoftware Defined Networking (SDN) with VMware NSX
Software Defined Networking (SDN) with VMware NSX
 
NSX Reference Design version 3.0
NSX Reference Design version 3.0NSX Reference Design version 3.0
NSX Reference Design version 3.0
 
OpenStack and Kubernetes - A match made for Telco Heaven
OpenStack and Kubernetes - A match made for Telco HeavenOpenStack and Kubernetes - A match made for Telco Heaven
OpenStack and Kubernetes - A match made for Telco Heaven
 
VMware NSX for vSphere - Intro and use cases
VMware NSX for vSphere - Intro and use casesVMware NSX for vSphere - Intro and use cases
VMware NSX for vSphere - Intro and use cases
 
VMworld 2015: Container Orchestration with the SDDC
VMworld 2015: Container Orchestration with the SDDCVMworld 2015: Container Orchestration with the SDDC
VMworld 2015: Container Orchestration with the SDDC
 
9th SDN Expert Group Seminar - Session3
9th SDN Expert Group Seminar - Session39th SDN Expert Group Seminar - Session3
9th SDN Expert Group Seminar - Session3
 
9th SDN Expert Group Seminar - Session2
9th SDN Expert Group Seminar - Session29th SDN Expert Group Seminar - Session2
9th SDN Expert Group Seminar - Session2
 
App to Cloud: Patrick Kerpan's DataCenter Dynamics Converged Keynote
App to Cloud: Patrick Kerpan's DataCenter Dynamics Converged KeynoteApp to Cloud: Patrick Kerpan's DataCenter Dynamics Converged Keynote
App to Cloud: Patrick Kerpan's DataCenter Dynamics Converged Keynote
 
VMworld 2014: vCloud Hybrid Service Networking Technical Deep Dive
VMworld 2014: vCloud Hybrid Service Networking Technical Deep DiveVMworld 2014: vCloud Hybrid Service Networking Technical Deep Dive
VMworld 2014: vCloud Hybrid Service Networking Technical Deep Dive
 
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco InfrastructureVMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
VMworld 2016: How to Deploy VMware NSX with Cisco Infrastructure
 
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
Lessons learned from global telecom operators' cloud journeys - Zeev Likworni...
 
An Introduction to VMware NSX
An Introduction to VMware NSXAn Introduction to VMware NSX
An Introduction to VMware NSX
 
VMworld 2013: Operational Best Practices for NSX in VMware Environments
VMworld 2013: Operational Best Practices for NSX in VMware Environments VMworld 2013: Operational Best Practices for NSX in VMware Environments
VMworld 2013: Operational Best Practices for NSX in VMware Environments
 
DevOps Indonesia #5 - The Future of Containers
DevOps Indonesia #5 - The Future of ContainersDevOps Indonesia #5 - The Future of Containers
DevOps Indonesia #5 - The Future of Containers
 

Viewers also liked

CIW Lab with CoheisveFT: Get started in public cloud - Part 2 Hands On
CIW Lab with CoheisveFT: Get started in public cloud - Part 2 Hands OnCIW Lab with CoheisveFT: Get started in public cloud - Part 2 Hands On
CIW Lab with CoheisveFT: Get started in public cloud - Part 2 Hands OnRyan Koop
 
CIW Lab with CoheisveFT: Get started in public cloud - Part 1 Cloud & Virtual...
CIW Lab with CoheisveFT: Get started in public cloud - Part 1 Cloud & Virtual...CIW Lab with CoheisveFT: Get started in public cloud - Part 1 Cloud & Virtual...
CIW Lab with CoheisveFT: Get started in public cloud - Part 1 Cloud & Virtual...Ryan Koop
 
IGT - Are Enterprises Ready For The Cloud?
IGT - Are Enterprises Ready For The Cloud?IGT - Are Enterprises Ready For The Cloud?
IGT - Are Enterprises Ready For The Cloud?Ryan Koop
 
Cloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 SlidesCloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 SlidesRyan Koop
 
"How overlay networks can make public clouds your global WAN" from LASCON 2013
"How overlay networks can make public clouds your global WAN" from LASCON 2013"How overlay networks can make public clouds your global WAN" from LASCON 2013
"How overlay networks can make public clouds your global WAN" from LASCON 2013Ryan Koop
 
Overview of Mobile Payment Systems
Overview of Mobile Payment SystemsOverview of Mobile Payment Systems
Overview of Mobile Payment SystemsAmit Naik
 
The Future of Mobile Payments
The Future of Mobile PaymentsThe Future of Mobile Payments
The Future of Mobile PaymentsJonathan LeBlanc
 
The Outcome Economy
The Outcome EconomyThe Outcome Economy
The Outcome EconomyHelge Tennø
 

Viewers also liked (8)

CIW Lab with CoheisveFT: Get started in public cloud - Part 2 Hands On
CIW Lab with CoheisveFT: Get started in public cloud - Part 2 Hands OnCIW Lab with CoheisveFT: Get started in public cloud - Part 2 Hands On
CIW Lab with CoheisveFT: Get started in public cloud - Part 2 Hands On
 
CIW Lab with CoheisveFT: Get started in public cloud - Part 1 Cloud & Virtual...
CIW Lab with CoheisveFT: Get started in public cloud - Part 1 Cloud & Virtual...CIW Lab with CoheisveFT: Get started in public cloud - Part 1 Cloud & Virtual...
CIW Lab with CoheisveFT: Get started in public cloud - Part 1 Cloud & Virtual...
 
IGT - Are Enterprises Ready For The Cloud?
IGT - Are Enterprises Ready For The Cloud?IGT - Are Enterprises Ready For The Cloud?
IGT - Are Enterprises Ready For The Cloud?
 
Cloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 SlidesCloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 Slides
 
"How overlay networks can make public clouds your global WAN" from LASCON 2013
"How overlay networks can make public clouds your global WAN" from LASCON 2013"How overlay networks can make public clouds your global WAN" from LASCON 2013
"How overlay networks can make public clouds your global WAN" from LASCON 2013
 
Overview of Mobile Payment Systems
Overview of Mobile Payment SystemsOverview of Mobile Payment Systems
Overview of Mobile Payment Systems
 
The Future of Mobile Payments
The Future of Mobile PaymentsThe Future of Mobile Payments
The Future of Mobile Payments
 
The Outcome Economy
The Outcome EconomyThe Outcome Economy
The Outcome Economy
 

Similar to Docker meetup talk - chicago March 2014

HPC Cloud Burst Using Docker
HPC Cloud Burst Using DockerHPC Cloud Burst Using Docker
HPC Cloud Burst Using DockerIRJET Journal
 
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...PROIDEA
 
Docker Overview - Rise of the Containers
Docker Overview - Rise of the ContainersDocker Overview - Rise of the Containers
Docker Overview - Rise of the ContainersRyan Hodgin
 
Patrick Kerpan's CSA EMEA Congress presentation "Overlay Networks: Connecting...
Patrick Kerpan's CSA EMEA Congress presentation "Overlay Networks: Connecting...Patrick Kerpan's CSA EMEA Congress presentation "Overlay Networks: Connecting...
Patrick Kerpan's CSA EMEA Congress presentation "Overlay Networks: Connecting...Cohesive Networks
 
Cloud Expo New York: OpenFlow Is SDN Yet SDN Is Not Only OpenFlow
Cloud Expo New York: OpenFlow Is SDN Yet SDN Is Not Only OpenFlowCloud Expo New York: OpenFlow Is SDN Yet SDN Is Not Only OpenFlow
Cloud Expo New York: OpenFlow Is SDN Yet SDN Is Not Only OpenFlowCohesive Networks
 
Docker OpenStack Cloud Foundry
Docker OpenStack Cloud FoundryDocker OpenStack Cloud Foundry
Docker OpenStack Cloud FoundryAnimesh Singh
 
Docker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker, Inc.
 
Executive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersExecutive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersNVISIA
 
wisecloud based open cloud implementation guide
wisecloud based open cloud implementation guidewisecloud based open cloud implementation guide
wisecloud based open cloud implementation guidebizmerce
 
DockerCon - The missing piece : when Docker networking unleashes software arc...
DockerCon - The missing piece : when Docker networking unleashes software arc...DockerCon - The missing piece : when Docker networking unleashes software arc...
DockerCon - The missing piece : when Docker networking unleashes software arc...Laurent Grangeau
 
Docker Application to Scientific Computing
Docker Application to Scientific ComputingDocker Application to Scientific Computing
Docker Application to Scientific ComputingPeter Bryzgalov
 
56K.cloud Docker Training
56K.cloud Docker Training56K.cloud Docker Training
56K.cloud Docker TrainingBrian Christner
 
Docker Orchestration: Welcome to the Jungle! JavaOne 2015
Docker Orchestration: Welcome to the Jungle! JavaOne 2015Docker Orchestration: Welcome to the Jungle! JavaOne 2015
Docker Orchestration: Welcome to the Jungle! JavaOne 2015Patrick Chanezon
 
Docker Roadshow 2016
Docker Roadshow 2016Docker Roadshow 2016
Docker Roadshow 2016Docker, Inc.
 
Dockercon eu tour 2015 - Devoxx Casablanca
Dockercon eu tour 2015 - Devoxx CasablancaDockercon eu tour 2015 - Devoxx Casablanca
Dockercon eu tour 2015 - Devoxx CasablancaMichel Courtine
 
CohesiveFT and IBM joint EMEA Webinar - 20Jun13
CohesiveFT and IBM joint EMEA Webinar - 20Jun13CohesiveFT and IBM joint EMEA Webinar - 20Jun13
CohesiveFT and IBM joint EMEA Webinar - 20Jun13Cohesive Networks
 
Docker Use Cases.pdf
Docker Use Cases.pdfDocker Use Cases.pdf
Docker Use Cases.pdfSimform
 
Cloud Native Application @ VMUG.IT 20150529
Cloud Native Application @ VMUG.IT 20150529Cloud Native Application @ VMUG.IT 20150529
Cloud Native Application @ VMUG.IT 20150529VMUG IT
 
Docker Seattle Meetup, May 2017
Docker Seattle Meetup, May 2017Docker Seattle Meetup, May 2017
Docker Seattle Meetup, May 2017Stephen Walli
 

Similar to Docker meetup talk - chicago March 2014 (20)

HPC Cloud Burst Using Docker
HPC Cloud Burst Using DockerHPC Cloud Burst Using Docker
HPC Cloud Burst Using Docker
 
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
 
Docker Overview - Rise of the Containers
Docker Overview - Rise of the ContainersDocker Overview - Rise of the Containers
Docker Overview - Rise of the Containers
 
SS Introduction to Docker
SS Introduction to DockerSS Introduction to Docker
SS Introduction to Docker
 
Patrick Kerpan's CSA EMEA Congress presentation "Overlay Networks: Connecting...
Patrick Kerpan's CSA EMEA Congress presentation "Overlay Networks: Connecting...Patrick Kerpan's CSA EMEA Congress presentation "Overlay Networks: Connecting...
Patrick Kerpan's CSA EMEA Congress presentation "Overlay Networks: Connecting...
 
Cloud Expo New York: OpenFlow Is SDN Yet SDN Is Not Only OpenFlow
Cloud Expo New York: OpenFlow Is SDN Yet SDN Is Not Only OpenFlowCloud Expo New York: OpenFlow Is SDN Yet SDN Is Not Only OpenFlow
Cloud Expo New York: OpenFlow Is SDN Yet SDN Is Not Only OpenFlow
 
Docker OpenStack Cloud Foundry
Docker OpenStack Cloud FoundryDocker OpenStack Cloud Foundry
Docker OpenStack Cloud Foundry
 
Docker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to DockerDocker Bday #5, SF Edition: Introduction to Docker
Docker Bday #5, SF Edition: Introduction to Docker
 
Executive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of ContainersExecutive Briefing: The Why, What, and Where of Containers
Executive Briefing: The Why, What, and Where of Containers
 
wisecloud based open cloud implementation guide
wisecloud based open cloud implementation guidewisecloud based open cloud implementation guide
wisecloud based open cloud implementation guide
 
DockerCon - The missing piece : when Docker networking unleashes software arc...
DockerCon - The missing piece : when Docker networking unleashes software arc...DockerCon - The missing piece : when Docker networking unleashes software arc...
DockerCon - The missing piece : when Docker networking unleashes software arc...
 
Docker Application to Scientific Computing
Docker Application to Scientific ComputingDocker Application to Scientific Computing
Docker Application to Scientific Computing
 
56K.cloud Docker Training
56K.cloud Docker Training56K.cloud Docker Training
56K.cloud Docker Training
 
Docker Orchestration: Welcome to the Jungle! JavaOne 2015
Docker Orchestration: Welcome to the Jungle! JavaOne 2015Docker Orchestration: Welcome to the Jungle! JavaOne 2015
Docker Orchestration: Welcome to the Jungle! JavaOne 2015
 
Docker Roadshow 2016
Docker Roadshow 2016Docker Roadshow 2016
Docker Roadshow 2016
 
Dockercon eu tour 2015 - Devoxx Casablanca
Dockercon eu tour 2015 - Devoxx CasablancaDockercon eu tour 2015 - Devoxx Casablanca
Dockercon eu tour 2015 - Devoxx Casablanca
 
CohesiveFT and IBM joint EMEA Webinar - 20Jun13
CohesiveFT and IBM joint EMEA Webinar - 20Jun13CohesiveFT and IBM joint EMEA Webinar - 20Jun13
CohesiveFT and IBM joint EMEA Webinar - 20Jun13
 
Docker Use Cases.pdf
Docker Use Cases.pdfDocker Use Cases.pdf
Docker Use Cases.pdf
 
Cloud Native Application @ VMUG.IT 20150529
Cloud Native Application @ VMUG.IT 20150529Cloud Native Application @ VMUG.IT 20150529
Cloud Native Application @ VMUG.IT 20150529
 
Docker Seattle Meetup, May 2017
Docker Seattle Meetup, May 2017Docker Seattle Meetup, May 2017
Docker Seattle Meetup, May 2017
 

Recently uploaded

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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
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
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
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
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

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
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
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
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
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)
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

Docker meetup talk - chicago March 2014

  • 1. Run your Business in the Cloud.
  • 2. Oh, hello copyright 2014 2 During Business Hours++ Ryan Koop @ryankoop Director of Product Marketing, Co-founder Ryan is responsible for product development and manages teams for public relations, international events, and content marketing. His role spans the technical product development, customer support, business development and thought leadership needs of a growing company. ! Before CohesiveFT, Ryan worked at a trading platform software company in the US Derivative Markets. After Hours NAME Ryan Koop CLUB Royal Fox CC - Men LOCAL# 2024 Assoc# 20005661 EFFECTIVE DATE 10/15/2013 SCORES POSTED 12 USGA HDC INDEX 18.9 SCORE HISTORY - MOST RECENT FIRST 1 96*I 98 I 95*I 89*AI 96*AI 6 95*AI 99 H 99 I 99 AI 94*I 11 97 H 96*I 106 A 97 H 95 H 16 97 I 94*H 91*H 96 I 94*H Chicago District Golf Association - www.cdga.org Ryan Koop 2013 GOLD MEMBER
  • 3. About Us copyright 2014 • Cohesive Flexible Technologies Corp. (CohesiveFT) • Founded by IT and capital markets professionals with years of experience in operations, enterprise software and client-facing services • VNS3 product launched in 2008 with multiple product revisions each year • Customers have secured 150M+ virtual device hours in public, private, hybrid clouds with our solution • Offices in Chicago, London, Belo Horizonte and Palo Alto ! ! ! • Deliver hybrid IaaS cloud use cases such as Cloud VPN, Cloud WAN and Cloud Partner Networks • Provide VNS3, a network routing and security virtual machine delivered as part of the application deployment in virtualized infrastructures. • Extend existing enterprise networks and applications to public, private and hybrid clouds. • Federate physical, virtual and cloud infrastructure on a common network platform, interface and API • Enable enterprises to run business operations in the cloud helping extend both customer facing systems and internal operational platforms 3 Who We Are What We Do Public Cloud Solution Partner
  • 4. Our Customers Run Their Businesses in the Cloud copyright 2014 4 700+ customers in 20+ countries • 200+ Self Service Customers • 15+ SI Resellers • 5+ ISV OEM Including Industry Leaders • Global Mutual Fund Company • Global ERP provider • Global BPMS provider • Global Cloud-based Threat Detection • Global Fashion Brand • Global Toy Manufacturer • US National Sports Association References Available Upon Request
  • 5. VNS3 Allows Cloud Production Use Cases Hybrid Cloud Cloud AD Cloud Migration Cloud WAN Partner/Customer Network copyright 2014 5 ! App Modernization Capacity Expansion Cloud DR Cloud Federation
  • 6. Enterprises Want to Know… How do I connect and secure my cloud servers? Can I continue to use my current NOC and monitoring copyright 2014 Can I attest to the security of my data? Can my Cloud based systems be made HIPPA PCI compliant? tools? Can I have High Availability and still benefit from Cloud pricing? How can I avoid Vendor Lock-In? 6
  • 7. Everywhere these cloud applications go, they need connectivity, integration and security. Connectivity Integration Security coconpfiydreignhtita l2 2001144 7 This creates the market for application network services (Layers 3-7) for applications deployed to public cloud.
  • 8. VNS3 Virtualizes 6 Key Network Functions •Allows control, mobility agility by separating network location and network identity •Control over end to end encryption, IP addressing and network topology copyright 2014 8 Router Switch Firewall VPN Concentrator IPsec/SSL Protocol Redistributor Scriptable SDN
  • 9. Interoperability is Key to Cloud Leverage copyright 2014 VNS3 allows customers to extend their network to any cloud. 9
  • 10. Docker and CohesiveFT copyright 2014 10
  • 11. Docker Containers Run Inside the Network Device Proxy Reverse Proxy Content Caching Load Balancer IDS Custom Container copyright 2014 11 Router Switch Firewall Protocol Redistributor VPN Concentrator Scriptable SDN VNS3 Core Components ✓ Deployed as part of customer’s cloud-based application. ✓ Patented system for network control in the cloud. ✓ Platform for customer and partner cloud network innovation
  • 12. Docker Overview Docker is an open source project released in March 2013 that automates the deployment of applications in Linux Containers (was LXC, now libcontainer). It is an engine that allows users to encapsulate any application or set of applications as a lightweight, portable, self-sufficient virtual container. Increasingly Docker is becoming an application delivery solution. ! Docker offers a different granularity of virtualization that allows for greater isolation between applications. copyright 20134 12 VNS3 bins/ libs bins/ libs Cloud Provider OS/Hypervisor Server Hardware bins/ libs Guest OS Guest OS Guest OS App Stack App Stack App Stack VM Docker VNS3 Cloud Provider OS/Hypervisor Server Hardware bins/ libs bins/ libs App Stack App Stack App Stack App Stack Container
  • 13. Docker Version 0.9 - LXC vs libcontainer March 10, 2014 - Docker version 0.9 replaces LXC with (docker.io) libcontainer as the default execution environment. Version 0.9 Implications 1. libcontainer does the same thing as LXC - it's all still an interface to the underlying kernel-based container system 2. Docker controls libcontainer, it didn’t control LXC 3. Added support for OpenVZ, systemd-nspawn, libvirt-lxc, libvirt-sandbox, qemu/kvm, BSD Jails, Solaris Zones, and chroot 4. Docker out of the box can now manipulate namespaces, control groups, capabilities, apparmor profiles, network interfaces and firewalling rules (all from within the docker container) 5. Backward compatible with previous LXC 6. Libcontainer supports container systems from kernels other than the linux kernel - FreeBSD, NetBSD, OpenBSD, Solaris, OpenSolaris and Illumos. Support for OpenVZ and qemu/kvm 7. Not decoupled from the kernel (that would be virtualization) but added support opens the door for Windows and OSX dockerness copyright 2014 13
  • 14. Docker Container Network and VNS3 Docker Interface (docker0) - 172.17.0.1 bridge to 172.17.0.0/24 Virtual Interface (eth0) - 10.1.106.89 bridge/map to VM eth0 copyright 2014 14 VNS3 is a network appliance that runs in public clouds. That means there are multiple network interfaces. VNS3 bridges a separate (and customizable) Docker network subnet to the VNS3 Manager instance’s primary network interface (usually eth0). Default docker subnet is 172.17.0.0/16. We allow our users to change the default docker address block to any private IP subnet from a /24 (254 addresses) to a /30 (4 addresses). Container Docker VNS3 Cloud Provider OS/Hypervisor Server Hardware Physical NIC - 54.10.201.73
  • 15. Challenges for an ISV Offering Docker copyright 2014 15 Layer 4-7 network services that customers want to add to the Manager instance need to intimately part of the VNS3 mesh network without screwing up our transport device. ! VNS3 is shipped to all customers as an appliance. VNS3 controls are surfaced to the customer via our UI and API. We do not allow cmd line access due to concerns over IP and tampering. “Privileged” Mode - It allows you to run some containers with (almost) all the capabilities of their host machine, regarding kernel features and device access.
  • 16. Instance Size - Docker Memory Profiling copyright 2014 16 ! Containers based on a Node-Red Image available in the Docker Index (source CFT CTO Chris Swan’s Blog) 138204 used – no container 179816 used – first container added (+41M) 203252 used – second container added (+23M) 226276 used – third container added (+22M) Expected initial overhead of running Docker, then fairly lightweight. Isolation by containers is cheaper than isolation by virtual machines. Our customers need to make an economic decision in trade off between running a larger VNS3 instance size or multiple VMs. We are seeing this isn’t an all or nothing decision, some VMs will move to docker and other will remain as is. !
  • 17. Future Plans with Docker copyright 2014 17 We might follow Deis’ lead, to a point. - Deis the opensourse PaaS is available as a series of Docker Images. - Each component of Deis delivered as a separate image which then connect with on another to provide the PaaS system. - Each individual component can be swapped/upgraded independently as needed for easier deployment and management. ! Each process running in VNS3 is put in a Container - The loosely coupled Application Appliance. !
  • 19. Demo Topology - Before Docker copyright 2014 19 US East VNS3 Overlay Network 172.31.0.0/22 Overlay IP: 172.31.1.5 VNS3 Manager Public IP: 107.22.16.203 Primary DB Overlay IP: 172.31.1.1 Wordpress Web Server Active IPsec Tunnel Firewall / IPsec Cisco ASA Public IP: 50.16.146.76 CohesiveFT Office NOC Chicago LAN IP: 192.168.5.1 LAN: 192.168.5.0/24 Nginx Overlay IP: 172.31.1.9
  • 20. Demo Topology - With Docker copyright 2014 20 US East VNS3 Overlay Network 172.31.0.0/22 Overlay IP: 172.31.1.5 VNS3 Manager Public IP: 107.22.16.203 Primary DB Overlay IP: 172.31.1.1 Wordpress Web Server Active IPsec Tunnel Firewall / IPsec Cisco ASA Public IP: 50.16.146.76 CohesiveFT Office NOC Chicago LAN IP: 192.168.5.1 LAN: 192.168.5.0/24
  • 21. Container Network Setup copyright 20134 21 To start using Docker you must first setup a Docker subnet where your containers will run. The default VNS3 Docker subnet is 172.0.10.0/28. VNS3 allows you to choose a custom address block. Make sure it will not overlap with the Overlay Subnet or any subnets you plan on connecting to VNS3. The Docker subnet can be thought of as a VLAN segment bridged to the VNS3 Manager’s public network interface. The Container Networking Page shows the available container IP addresses for the chosen Container Network. IP addresses listed as reserved are either used by Docker (for routing, bridging, and broadcast) or are being used by a currently running container. To change the Container Network first enter a new network subnet in CIDR notation. Click Validate to ensure the subnet accommodates the Container Network requirements. Click Set once validation is passed. You will prompted with a popup warning that a Container Network change will require a restart of any running container. Click OK.
  • 22. Container Images: Upload a Container copyright 20134 22 To Upload a Container Image click on the Images left column menu item listed under the Container heading. Click Upload Image. On the resulting Upload Container Image Window enter the following; - Input name - Description - Url - the publicly accessible URL of the .tar.gz Container Image file Click Upload. ! Once the Container Image has finished the import process, you will be able to use the action button to edit and delete the Image or allocate (launch) a Container.
  • 23. Container Images: Allocate a Container copyright 20134 23 To launch a Container click the Actions drop down button next to the Container Image you want to use and click Allocate. On the resulting pop up window enter the following: - Name of the Container - Command used on initiation of the Container - Description Click Allocate. You will be taken to the Containers page where you newly created Container will list its status. !
  • 24. Access Consideration: Public Internet copyright 20134 24 Accessing a Container from the Public Internet will require additions to the AWS Security Group associated with the VNS3 Manager as well as VNS3 Firewall. The following example shows how to access an Nginx server running as a Container listening on port 80 (substitute port 22 if the Container is running SSHD). AWS Security Group Allow port 80 from your source IP (possibly 0.0.0.0/0 if the Nginx server is load balancing for a public website). VNS3 Firewall Enter rules to port forward incoming traffic to the Container Network and Masquerade outgoing traffic off the VNS3 Manger’s public network interface. #Let the Docker Subnet Access the Internet Via the Managers Public IP -o eth0 -s Manager Private IP -j MASQUERADE #Port forward 9080 to the nginx docker container PREROUTING_CUST -i eth0 -p tcp -s 0.0.0.0/0 --dport 9080 -j DNAT --to Container Network IP:80