An Analysis of Container-based Platforms for NFV

Slides:



Advertisements
Similar presentations
2  Industry trends and challenges  Windows Server 2012: Beyond virtualization  Complete virtualization platform  Improved scalability and performance.
Advertisements

System Center 2012 R2 Overview
Xen , Linux Vserver , Planet Lab
Copyright 2009 FUJITSU TECHNOLOGY SOLUTIONS PRIMERGY Servers and Windows Server® 2008 R2 Benefit from an efficient, high performance and flexible platform.
Keith Wiles DPACC vNF Overview and Proposed methods Keith Wiles – v0.5.
Towards High-Availability for IP Telephony using Virtual Machines Devdutt Patnaik, Ashish Bijlani and Vishal K Singh.
U NIVERSITY OF M ASSACHUSETTS, A MHERST Department of Computer Science Virtualization in Data Centers Prashant Shenoy
Leaders Have Vision™ visionsolutions.com 1 Double-Take for Hyper-V Overview.
DatacenterMicrosoft Azure Consistency Connectivity Code.
Virtualization for Cloud Computing
Virtual Desktop Infrastructure Solution Stack Cam Merrett – Demonstrator User device Connection Bandwidth Virtualisation Hardware Centralised desktops.
VMware vSphere 4 Introduction. Agenda VMware vSphere Virtualization Technology vMotion Storage vMotion Snapshot High Availability DRS Resource Pools Monitoring.
© 2012 IBM Corporation Build a low-touch, highly scalable cloud with IBM SmartCloud Provisioning.
Dual Stack Virtualization: Consolidating HPC and commodity workloads in the cloud Brian Kocoloski, Jiannan Ouyang, Jack Lange University of Pittsburgh.
Introduction To Windows Azure Cloud
Windows Azure Conference 2014 Running Docker on Windows Azure.
Virtualization Lab 3 – Virtualization Fall 2012 CSCI 6303 Principles of I.T.
Module 7: Hyper-V. Module Overview List the new features of Hyper-V Configure Hyper-V virtual machines.
Virtualization: Not Just For Servers Hollis Blanchard PowerPC kernel hacker.
COMS E Cloud Computing and Data Center Networking Sambit Sahu
From Virtualization Management to Private Cloud with SCVMM 2012 Dan Stolts Sr. IT Pro Evangelist Microsoft Corporation
A. Frank - P. Weisberg Operating Systems Structure of Operating Systems.
Full and Para Virtualization
© 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Understanding Virtualization Overhead.
Virtualization Redefined: Embedded virtualization through CGE7 and Docker. Paul Farmer Technical Solutions Engineering Manager MontaVista Software
© 2012 Eucalyptus Systems, Inc. Cloud Computing Introduction Eucalyptus Education Services 2.
Brian Lauge Pedersen Senior DataCenter Technology Specialist Microsoft Danmark.
Structured Container Delivery Oscar Renalias Accenture Container Lead (NOTE: PASTE IN PORTRAIT AND SEND BEHIND FOREGROUND GRAPHIC FOR CROP)
Cloud Agility with Performance Bridging the Performance Gap for Virtual Network Infrastructure Paul Andersen Sr. Marketing Director.
XEN – The Art of Virtualisation. So what is Virtualisation? ● Makes use of spare capacity ● Run multiple instances of OSes simultaneously ● Multitasking.
Azure Site Recovery For Hyper-V, VMware, and Physical Environments
Virtualization for Cloud Computing
New Approach to OVS Datapath Performance
Univa Grid Engine Makes Work Management Automatic and Efficient, Accelerates Deployment of Cloud Services with Power of Microsoft Azure MICROSOFT AZURE.
Let's talk about Linux and Virtualization in 'vLAMP'
Organizations Are Embracing New Opportunities
Fundamentals Sunny Sharma Microsoft
Workload Distribution Architecture
Dockerize OpenEdge Srinivasa Rao Nalla.
Hydra: Leveraging Functional Slicing for Efficient Distributed SDN Controllers Yiyang Chang, Ashkan Rezaei, Balajee Vamanan, Jahangir Hasan, Sanjay Rao.
Docker and Azure Container Service
Windows Server* 2016 & Intel® Technologies
Docker Birthday #3.
StratusLab Final Periodic Review
StratusLab Final Periodic Review
Windows Server 2016 Platform for Modern Apps Microsoft Build 2016
Sebastian Solbach Consulting Member of Technical Staff
Containers and Virtualisation
Are You Insured Against Your Noisy Neighbor - A VSPERF Use Case
Performance Testing Methodology for Cloud Based Applications
Running other code under LINUX
Management of Virtual Execution Environments 3 June 2008
Casablanca Platform Enhancements to Support 5G Use Case (Network Deployment, Slicing, Network Optimization and Automation Framework) 5G Use Case Team.
Kubernetes Container Orchestration
The Business Case for Containerization
20409A 7: Installing and Configuring System Center 2012 R2 Virtual Machine Manager Module 7 Installing and Configuring System Center 2012 R2 Virtual.
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Casablanca Platform Enhancements to Support 5G Use Case (Network Deployment, Slicing, Network Optimization and Automation Framework) 5G Use Case Team.
Casablanca Platform Enhancements to Support 5G Use Case (Network Deployment, Slicing, Network Optimization and Automation Framework) 5G Use Case Team.
Dell Data Protection | Rapid Recovery: Simple, Quick, Configurable, and Affordable Cloud-Based Backup, Retention, and Archiving Powered by Microsoft Azure.
Specialized Cloud Mechanisms
Intro about Contanier and Docker Technology
A walkthrough Corey Hynes | HynesITe, Inc
Orchestration & Container Management in EGI FedCloud
SUSE CaaS and Dell EMC.
Assoc. Prof. Marc FRÎNCU, PhD. Habil.
Client/Server Computing and Web Technologies
Setting up PostgreSQL for Production in AWS
Containers on Azure Peter Lasne Sr. Software Development Engineer
Presentation transcript:

An Analysis of Container-based Platforms for NFV Sriram Natarajan, Deutsche Telekom Inc. Ramki Krishnan, Dell Inc. Anoop Ghanwani, Dell Inc. Dilip Krishnaswamy, IBM Research Peter Willis, BT Plc Ashay Chaudhary, Verizon

Virtual Machine vs. Container Stack KVM Host-OS Hypervisor Guest-OS Libraries VNF Container-stack Host-OS Libraries VNF Container Engine Lightweight footprint: Very small images with API-based control to automate the management of services Resource Overhead: Lower use of system resources (CPU, memory, etc.) by eliminating hypervisor & guest OS overhead Deployment time: Rapidly deploy applications with minimal run-time requirements Updates: Depending on requirements, updates, failures or scaling apps can be achieved by scaling containers up/down Container A (Application + Libraries) Container B (Application + Libraries) Pod (container group) A (Application + Libraries) Containers – evolved from Linux process with better security/isolation and other properties Container Engine Host-OS Kernel Functions and Modules: Namespaces, cgroups, capabilities, chroot, SELinux

VM based Network Functions Key Challenges

Service Agility/Performance Provisioning time: Hypervisor configuration Spin-up guest OS Align dependencies between Guest-OS & VNFs VNF VNF VNF Libraries Libraries Libraries Guest-OS Guest-OS Guest-OS Hypervisor Host-OS Runtime performance overhead: Performance proportional to resource allocated to individual VMs (throughput, line rate, concurrent sessions, etc.) Overhead stems from components other than VNF process (e.g. guest OS) Need for inter-VM networking solution Meeting SLAs requires dynamic fine tuning or instantiation of additive features, which is complex in a VM environment

Portability/ Elasticity/Scalability Porting VNFs require: Identifying suitable nodes for new VNF instances (or re-locating existing instances). For example, resource types, available capacity, guest OS images, hypervisor configs, HW/SW accelerators, etc.) Allocating required resources for new instances Provisioning configs to components in the guest OS, libraries and VNF Elastic scalability needs are driven by workloads on the VNF instances, and stateful VNFs increase the latency to spin up new instances to fully working state. VNF VNF Libraries Libraries Guest-OS Same Guest-OS Hypervisor Hypervisor Re-config Host-OS Host-OS (vCPU, RAM, SSL accelerator)

Security/Isolation VNF ✗ VNF VNF VNF If VNF is compromised (misconfiguration, etc.), how to securely quarantine the VNF, but ensure continuity of other VNFs? Securely recover with minimal or no downtime (reschedule VNF) Libraries Libraries Libraries Guest-OS Guest-OS Guest-OS Hypervisor Host-OS Guarantee complete isolation across resource entities (hardware units, hypervisor, protection of shared resource, isolation of virtual networks, L3 cache, QPI, etc.) Resource hungry VNF can starve the shared resources (noisy neighbor effect) that are allocated to other VNFs; Need to monitor and cut-off hungry VNF usage

Containerized Network Functions Key Benefits, Challenges and Potential Solutions

Service Agility/Performance/Isolation (1) Autor / Thema der Präsentation 16.04.2009 Service Agility/Performance/Isolation (1) Key Benefits: - Containers can provide better service agility (e.g. dynamically provision VNFs for offering on-demand services), and performance as it allows us to run the VNF process directly in the host environment - Inter-VNF communication latency depends on inter-process communication option (when hosted in the same host) VNFC VNFB VNFA Host-OS Container Engine Cluster Management Tool VNFD VNF E Host-OS Container Engine Scheduler

Service Agility/Performance/Isolation (2) Autor / Thema der Präsentation 16.04.2009 Service Agility/Performance/Isolation (2) VNFC VNFB VNFA Key Challenges: Isolation: Containers create a slice of the underlying host using techniques like namespaces, cgroups, chroot etc.; several other kernel features that are not completely isolated Resource Mgmt: Containers do not provide a mechanism to quota manage the resources and hence susceptible to the “noisy neighbor” challenge. Potential Solutions: - Kernel Security Modules: SElinux, AppArmor - Resource Mgmt: Kubernetes - Platform Awareness: ClearLinux Host-OS Container Engine Cluster Management Tool VNFD VNF E Host-OS Container Engine Scheduler

Elasticity & Resilience Autor / Thema der Präsentation 16.04.2009 Elasticity & Resilience Key Benefits: - Auto-scaling VNFs or achieving service elasticity in runtime can be simplified by the use of container based VNFs due to the lightweight resource usage of containers (e.g. Mesosphere/Kubernetes) - Container management solutions (e.g. Kubernetes) provide self-healing features such as auto-placement, restart, and replacement by using service discovery and continuous monitoring VNFPod VNFPod VNFPod Host-OS Container Engine Cluster Management Tool Replication Controller VNFPod VNFPod VNFPod Host-OS Container Engine Scheduler

Operations & Management Autor / Thema der Präsentation 16.04.2009 Operations & Management Key Challenges: - Containers are supported in selective operating systems such as Linux, Windows and Solaris - In the current range of VNFs, many don’t support Linux OS or other OSes such as Windows and Solaris Potential Solutions: - Hybrid deployment with VMs and containers can be envisioned, e.g. leverage ideas from Aptible technology currently used for applications VNF Pod VNF Pod VNF Pod Cluster Management Tool Service Discovery Host-OS Container Engine Replication Controller VNF Pod VNF Pod VNF Pod Host-OS Container Engine Scheduler Security

Conclusion and Future Work

Conclusion and Future Work Use of containers for VNFs appears to have significant advantages compared to using VMs and hypervisors, especially for efficiency and performance “Virtual Customer CPE Container Performance White Paper,” http://info.ixiacom.com/rs/098-FRB-840/images/Calsoft-Labs-CaseStudy2015.pdf Test Setup: COTS server with Intel Xeon E5-2680 v2 processor Virtual CPE VNFs (Firewall etc.) fast path optimized using Intel DPDK Measured L2-L3 TCP traffic throughput per core VM (KVM) environment with SRIOV -- 5.8Gbps Containers (LXC) environment -- 7.2Gbps ~25% PERFROMANCE IMPROVEMENT OVER VMs Opportunistic areas for future work Distributed micro-service network functions VNF Controller discovery/management/etc. standardization etc.

Call for Action Address aforementioned challenges Further research to identify currently unknown challenges Vendors to consider developing container based solutions – especially to support proof of concepts and field trials Reach consensus on a common framework for use of containers for NFV Field trial container-based VNFs