Using VPP and SRIO-V with Clear Containers

Data plane and
intel® Clear
ContainersOverview of networking POCs for Intel Clear Containers
eric.ernst@intel.com
2
Quick Introduction to Intel® Clear Containers
*Brief* look at some Dataplane Network Technologies:
•  DPDK
•  VPP*
•  SRIO-V
Using VPP, and SRIO-V with Intel Clear Containers
•  Demonstration of SRIO-V
•  Hands on Lab: playing with VPP and Clear Containers
*Other names and brands may be claimed as the property of others.
Brief overview of intel
Clear Containers
3
docker	pull	(a	few	minutes)	
docker	run	(less	than	1	sec)
Linux kernel
Storage Network
Process Process Process
namespaces
Memory
namespacesnamespaces
CPU
*Other names and brands may be claimed as the property of others.
Linux* namespace containers
HARDWARE SECURITY
Source: https://medias.monuments-nationaux.fr/var/cmn_inter/storage/images/2/6/0/8/21308062-1-fre-FR/C-0g7UPXkAIV7Gb_block-socialnetwork.jpg
SOFTWARE SECURITYSource: http://www.adventurebouncecork.ie/wp-content/uploads/2013/04/Crayon-Combi-Front-1280x.jpg
?
Speed
Security
Linux* kernel
Storage
Network
Process Process Process
namespaces
Memory
namespacesnamespaces
CPU
Process
Linux Kernel
Intel® VT-x
namespaces
Process
Linux Kernel
Intel® VT-x
namespaces
Process
Linux Kernel
Intel® VT-x
namespaces
Process
namespaces
Process
Linux Kernel
Intel® VT-x
namespaces
Process
Linux Kernel
Intel® VT-x
namespaces
Process Process Process
namespacesnamespacesnamespaces
Network
*Other names and brands may be claimed as the property of others.
Interesting, so what?
Telecommunications and their applicability to Intel Clear Containers
10
11
Historically a strong place for virtual machines (VMs)
Telco usage and requirements tends to favor VMs over containers, at least for the
time being.
!  Reliability: five 9s:
–  Computing infrastructure working 99.999% of the time.
!  Highly customized, optimizations in their workload’s stack, including in kernel.
!  Use cases aren’t necessarily throw-away, short-lived workloads in the cloud;
lower downtime.
Intel Clear Containers provides a unique feature set relative to standard
containers.
12
VNF-1
VNF-2A VNF-2B
VNF-2C
VNF-3
Ingress
Egress
endpoint
13
VM-1
VNF-1
VM-2
VNF-2A
VM-3
VNF-2B
VM-4
VNF-2C
VM-5
VNF-3
Egress
Endpoint
Ingress
Why We cannot just use
Linux* networking
Motivation for data plane acceleration
14
*Other names and brands may be claimed as the property of others.
64 B packet
1 GB 672 ns
10 GB 67.2 ns
40 GB 16.8 ns
100 GB 6.72 ns
•  Process one packet:
•  67.2 ns -- ~201 cycles @ 3 GHz
•  Cache:
•  L2 / L3 access: 12 cycles / 44 cycles
•  Cache hit in other core: 60 cycles
•  Memory: ~70 ns: 210 cycles!
Source: https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-optimization-manual.pdf
Time budget for processing
DPDK
Data Plane Development Kit
16
rx tx
•  Is a framework for fast packet
processing.
•  Put/get directly to from DMA area to
avoid copies using huge pages.
•  Works in Poll Mode (no interrupt
context switch/latency). Directly poll
data from the NIC.
•  Uses huge pages to avoid dealing
with paging.
*
VPP*
Vector Packet Processing Platform
18
*
*Other names and brands may be claimed as the property of others. Source: http://events.linuxfoundation.org/sites/events/files/slides/fdio%20-%20Universal%20Dataplane.pdf
19
VPP* quick overview
•  Built on a packet processing graph.
•  Modular: It is a framework to which
you can add your own graph nodes.
•  Takes in a vector of packets at a
time to amortize the cost of a D-
cache miss and mitigates read
latency. Nodes optimized to keep I-
cache hot.
•  All user space - makes use of
DPDK.
*Other names and brands may be claimed as the property of others. Source: http://events.linuxfoundation.org/sites/events/files/slides/fdio%20-%20Universal%20Dataplane.pdf
20
VPP*: Learn more
•  https://wiki.fd.io/view/VPP
•  Overview, including architecture and performance:
•  http://events.linuxfoundation.org/sites/events/files/slides/fdio%20-
%20Universal%20Dataplane.pdf
•  CNM plugin for Intel Clear Containers:
•  https://github.com/clearcontainers/vpp
*Other names and brands may be claimed as the property of others. Source: http://events.linuxfoundation.org/sites/events/files/slides/fdio%20-%20Universal%20Dataplane.pdf
SRIO-V
Single Root I/O Virtualization
21
22
SRIO-V
•  Extension of PCI specification.
•  Allows a device to separate its resources among various PCIe hardware
functions.
•  Physical function: This is the primary function of the device, which also
exposes the SRIO-V capability to the platform.
•  Virtual function: Once enabled, this shows up on the host with a BDF, and
depending on the devices hardware design, can operate in its own IOMMU
group.
•  With SRIO-V, you can pass a physical connection directly to a VM, allowing
native performance (no virtualization overhead).
23
SRIO-V: Learn more
•  Overview of SRIO-V:
•  https://www.intel.sg/content/dam/doc/application-note/pci-sig-sr-iov-primer-
sr-iov-technology-paper.pdf
•  CNM plugin for Intel Clear Containers:
•  https://github.com/clearcontainers/sriov
•  Example of using SRIO-V with Intel Clear Containers:
•  https://gist.github.com/egernst/b0fd8ec4d9bd5cc323d2d00a0ad1f81c
Putting it ALL together
24
25
VM-1
VNF-1
VM-2
VNF-2A
VM-3
VNF-2B
VM-4
VNF-2C
VM-5
VNF-3
Egress
endpoint
Ingress
26
VM-4
VNF-2B
vhost
user
qemu
virtio-net virtio-net
vhost
user
VNF-2C
vhost
user
qemu
virtio-netvirtio-net
VM-3
vhost
user
VM-5
VNF-3
vhost
user
qemu
virtio-net virtio-net
vhost
user
VM-2
VNF-2A
vhost
user
qemu
virtio-net virtio-net
vhost
user
VM-1
VNF-1
vhost
user
qemu
virtio-net virtio-net
vhost
user
Ingress
endpoint
Egress
endpoint
2727
VM-1
VNF-1
vhost
user
qemu
virtio-
net
virtio-
net
VFIO-
PCI
SRIOV
NIC
VPP L2 XC
VM-2
VNF-1
vhost
user
qemu
virtio-
net
virtio-
net
vhost
user
VM-3
VNF-1
VFIO-
PCI
qemu
virtio-
net
virtio-
net
vhost
user
SRIOV
NIC
VPP L2 XC
2828
VM-1: VNF-1
vhost
user
qemu
VFIO-
PCI
SRIOV
NIC
VPP L2
XC
SRIOV
NIC
Guest
userspace
Guest
kernel
PMD PMD
VNF processing
virtio-
net
Host kernel
VM-2: VNF-2
vhost
user
qemu
vhost
user
PMD PMD
VNF processing
virtio-
net
VM-3: VNF-3
VFIO-
PCI
qemu
vhost
user
PMD PMD
VNF processing
virtio-
net
virtio-
net
virtio-
net
virtio-
net
VPP L2
XC
Host userspace
Support in Intel Clear
Containers
29
30
CNM based plugins
•  OVS-DPDK:
•  The plugin creates an OVS bridge on the host system per Docker* network creation.
•  Each container added to this network is provided a vhost-user interface. Intel Clear
Containers search for this vhost-user socket to identify if special network setup is
required.
•  VPP*:
•  Plugin will add endpoints for the same VPP-based network to the same L2 bridge
domain. Intel Clear Containers search for this vhost-user socket to identify if special
network setup is required.
•  SRIO-V:
•  Plugin assumes that VFs are already created on the host and places the VF into the
container namespace (this works with runc out of the box).
$ go get github.com/clearcontainers/ovsdpdk
$ go get github.com/clearcontainers/vpp
$ go get github.com/clearcontainers/sriov
*Other names and brands may be claimed as the property of others.
Demonstration
Using VPP and SRIO-V with Clear Containers
33
Disclaimers
Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in
the U.S. and/or other countries.
*Other names and brands may be claimed as the property of others.
© Intel Corporation
1 of 33

Recommended

FD.IO Vector Packet Processing by
FD.IO Vector Packet ProcessingFD.IO Vector Packet Processing
FD.IO Vector Packet ProcessingKernel TLV
4.4K views35 slides
Faster packet processing in Linux: XDP by
Faster packet processing in Linux: XDPFaster packet processing in Linux: XDP
Faster packet processing in Linux: XDPDaniel T. Lee
1.4K views199 slides
What are latest new features that DPDK brings into 2018? by
What are latest new features that DPDK brings into 2018?What are latest new features that DPDK brings into 2018?
What are latest new features that DPDK brings into 2018?Michelle Holley
2.1K views114 slides
Fun with Network Interfaces by
Fun with Network InterfacesFun with Network Interfaces
Fun with Network InterfacesKernel TLV
5K views50 slides
The Basic Introduction of Open vSwitch by
The Basic Introduction of Open vSwitchThe Basic Introduction of Open vSwitch
The Basic Introduction of Open vSwitchTe-Yen Liu
67.6K views27 slides
Networking in Docker Containers by
Networking in Docker ContainersNetworking in Docker Containers
Networking in Docker ContainersAttila Kanto
2K views35 slides

More Related Content

What's hot

DPDK in Containers Hands-on Lab by
DPDK in Containers Hands-on LabDPDK in Containers Hands-on Lab
DPDK in Containers Hands-on LabMichelle Holley
10.3K views35 slides
Container Networking Deep Dive by
Container Networking Deep DiveContainer Networking Deep Dive
Container Networking Deep DiveHirofumi Ichihara
11.2K views25 slides
Using eBPF for High-Performance Networking in Cilium by
Using eBPF for High-Performance Networking in CiliumUsing eBPF for High-Performance Networking in Cilium
Using eBPF for High-Performance Networking in CiliumScyllaDB
1.1K views18 slides
Ovs dpdk hwoffload way to full offload by
Ovs dpdk hwoffload way to full offloadOvs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offloadKevin Traynor
850 views27 slides
High-Performance Networking Using eBPF, XDP, and io_uring by
High-Performance Networking Using eBPF, XDP, and io_uringHigh-Performance Networking Using eBPF, XDP, and io_uring
High-Performance Networking Using eBPF, XDP, and io_uringScyllaDB
3.3K views28 slides
Open vSwitch 패킷 처리 구조 by
Open vSwitch 패킷 처리 구조Open vSwitch 패킷 처리 구조
Open vSwitch 패킷 처리 구조Seung-Hoon Baek
11.9K views21 slides

What's hot(20)

DPDK in Containers Hands-on Lab by Michelle Holley
DPDK in Containers Hands-on LabDPDK in Containers Hands-on Lab
DPDK in Containers Hands-on Lab
Michelle Holley10.3K views
Using eBPF for High-Performance Networking in Cilium by ScyllaDB
Using eBPF for High-Performance Networking in CiliumUsing eBPF for High-Performance Networking in Cilium
Using eBPF for High-Performance Networking in Cilium
ScyllaDB1.1K views
Ovs dpdk hwoffload way to full offload by Kevin Traynor
Ovs dpdk hwoffload way to full offloadOvs dpdk hwoffload way to full offload
Ovs dpdk hwoffload way to full offload
Kevin Traynor850 views
High-Performance Networking Using eBPF, XDP, and io_uring by ScyllaDB
High-Performance Networking Using eBPF, XDP, and io_uringHigh-Performance Networking Using eBPF, XDP, and io_uring
High-Performance Networking Using eBPF, XDP, and io_uring
ScyllaDB3.3K views
Open vSwitch 패킷 처리 구조 by Seung-Hoon Baek
Open vSwitch 패킷 처리 구조Open vSwitch 패킷 처리 구조
Open vSwitch 패킷 처리 구조
Seung-Hoon Baek11.9K views
Filesystem Comparison: NFS vs GFS2 vs OCFS2 by Giuseppe Paterno'
Filesystem Comparison: NFS vs GFS2 vs OCFS2Filesystem Comparison: NFS vs GFS2 vs OCFS2
Filesystem Comparison: NFS vs GFS2 vs OCFS2
Giuseppe Paterno'51.7K views
Linux Networking Explained by Thomas Graf
Linux Networking ExplainedLinux Networking Explained
Linux Networking Explained
Thomas Graf25.6K views
Introduction to eBPF and XDP by lcplcp1
Introduction to eBPF and XDPIntroduction to eBPF and XDP
Introduction to eBPF and XDP
lcplcp15.5K views
Replacing iptables with eBPF in Kubernetes with Cilium by Michal Rostecki
Replacing iptables with eBPF in Kubernetes with CiliumReplacing iptables with eBPF in Kubernetes with Cilium
Replacing iptables with eBPF in Kubernetes with Cilium
Michal Rostecki469 views
Intel DPDK Step by Step instructions by Hisaki Ohara
Intel DPDK Step by Step instructionsIntel DPDK Step by Step instructions
Intel DPDK Step by Step instructions
Hisaki Ohara56.9K views
FD.io Vector Packet Processing (VPP) by Kirill Tsym
FD.io Vector Packet Processing (VPP)FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)
Kirill Tsym8.2K views
EBPF and Linux Networking by PLUMgrid
EBPF and Linux NetworkingEBPF and Linux Networking
EBPF and Linux Networking
PLUMgrid14.6K views
Linux Performance Analysis: New Tools and Old Secrets by Brendan Gregg
Linux Performance Analysis: New Tools and Old SecretsLinux Performance Analysis: New Tools and Old Secrets
Linux Performance Analysis: New Tools and Old Secrets
Brendan Gregg603.9K views
An overview of the Kubernetes architecture by Igor Sfiligoi
An overview of the Kubernetes architectureAn overview of the Kubernetes architecture
An overview of the Kubernetes architecture
Igor Sfiligoi302 views
DPDK IPSec Security Gateway Application by Michelle Holley
DPDK IPSec Security Gateway ApplicationDPDK IPSec Security Gateway Application
DPDK IPSec Security Gateway Application
Michelle Holley2.3K views
Understanding Open vSwitch by YongKi Kim
Understanding Open vSwitch Understanding Open vSwitch
Understanding Open vSwitch
YongKi Kim3.5K views

Similar to Using VPP and SRIO-V with Clear Containers

Navigating container technology for enhanced security by Niklas Saari by
Navigating container technology for enhanced security by Niklas SaariNavigating container technology for enhanced security by Niklas Saari
Navigating container technology for enhanced security by Niklas SaariMetosin Oy
14 views34 slides
Install FD.IO VPP On Intel(r) Architecture & Test with Trex* by
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*Install FD.IO VPP On Intel(r) Architecture & Test with Trex*
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*Michelle Holley
1.4K views21 slides
from Docker to Moby and back. what changed ? by
from Docker to Moby and back. what changed ?from Docker to Moby and back. what changed ?
from Docker to Moby and back. what changed ?strikr .
541 views77 slides
Security of Linux containers in the cloud by
Security of Linux containers in the cloudSecurity of Linux containers in the cloud
Security of Linux containers in the cloudDobrica Pavlinušić
4.6K views20 slides
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space? by
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?ArangoDB Database
1.7K views63 slides
The power of linux advanced tracer [POUG18] by
The power of linux advanced tracer [POUG18]The power of linux advanced tracer [POUG18]
The power of linux advanced tracer [POUG18]Mahmoud Hatem
1.3K views73 slides

Similar to Using VPP and SRIO-V with Clear Containers(20)

Navigating container technology for enhanced security by Niklas Saari by Metosin Oy
Navigating container technology for enhanced security by Niklas SaariNavigating container technology for enhanced security by Niklas Saari
Navigating container technology for enhanced security by Niklas Saari
Metosin Oy14 views
Install FD.IO VPP On Intel(r) Architecture & Test with Trex* by Michelle Holley
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*Install FD.IO VPP On Intel(r) Architecture & Test with Trex*
Install FD.IO VPP On Intel(r) Architecture & Test with Trex*
Michelle Holley1.4K views
from Docker to Moby and back. what changed ? by strikr .
from Docker to Moby and back. what changed ?from Docker to Moby and back. what changed ?
from Docker to Moby and back. what changed ?
strikr .541 views
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space? by ArangoDB Database
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?
ArangoDB Database1.7K views
The power of linux advanced tracer [POUG18] by Mahmoud Hatem
The power of linux advanced tracer [POUG18]The power of linux advanced tracer [POUG18]
The power of linux advanced tracer [POUG18]
Mahmoud Hatem1.3K views
Dataplane programming with eBPF: architecture and tools by Stefano Salsano
Dataplane programming with eBPF: architecture and toolsDataplane programming with eBPF: architecture and tools
Dataplane programming with eBPF: architecture and tools
Stefano Salsano209 views
Bare-metal, Docker Containers, and Virtualization: The Growing Choices for Cl... by Odinot Stanislas
Bare-metal, Docker Containers, and Virtualization: The Growing Choices for Cl...Bare-metal, Docker Containers, and Virtualization: The Growing Choices for Cl...
Bare-metal, Docker Containers, and Virtualization: The Growing Choices for Cl...
Odinot Stanislas8.9K views
Known basic of NFV Features by Raul Leite
Known basic of NFV FeaturesKnown basic of NFV Features
Known basic of NFV Features
Raul Leite737 views
2014/09/02 Cisco UCS HPC @ ANL by dgoodell
2014/09/02 Cisco UCS HPC @ ANL2014/09/02 Cisco UCS HPC @ ANL
2014/09/02 Cisco UCS HPC @ ANL
dgoodell1.4K views
26.1.7 lab snort and firewall rules by Freddy Buenaño
26.1.7 lab   snort and firewall rules26.1.7 lab   snort and firewall rules
26.1.7 lab snort and firewall rules
Freddy Buenaño414 views
State of Containers and the Convergence of HPC and BigData by inside-BigData.com
State of Containers and the Convergence of HPC and BigDataState of Containers and the Convergence of HPC and BigData
State of Containers and the Convergence of HPC and BigData
inside-BigData.com1.1K views
BPF & Cilium - Turning Linux into a Microservices-aware Operating System by Thomas Graf
BPF  & Cilium - Turning Linux into a Microservices-aware Operating SystemBPF  & Cilium - Turning Linux into a Microservices-aware Operating System
BPF & Cilium - Turning Linux into a Microservices-aware Operating System
Thomas Graf2.9K views
Unikernels: Rise of the Library Hypervisor by Anil Madhavapeddy
Unikernels: Rise of the Library HypervisorUnikernels: Rise of the Library Hypervisor
Unikernels: Rise of the Library Hypervisor
Anil Madhavapeddy10.5K views
Unikernels: the rise of the library hypervisor in MirageOS by Docker, Inc.
Unikernels: the rise of the library hypervisor in MirageOSUnikernels: the rise of the library hypervisor in MirageOS
Unikernels: the rise of the library hypervisor in MirageOS
Docker, Inc.2.3K views
Devicemgmt by xyxz
DevicemgmtDevicemgmt
Devicemgmt
xyxz154 views

More from Michelle Holley

NFF-GO (YANFF) - Yet Another Network Function Framework by
NFF-GO (YANFF) - Yet Another Network Function FrameworkNFF-GO (YANFF) - Yet Another Network Function Framework
NFF-GO (YANFF) - Yet Another Network Function FrameworkMichelle Holley
4.8K views31 slides
Edge and 5G: What is in it for the developers? by
Edge and 5G: What is in it for the developers?Edge and 5G: What is in it for the developers?
Edge and 5G: What is in it for the developers?Michelle Holley
1.5K views17 slides
5G and Open Reference Platforms by
5G and Open Reference Platforms5G and Open Reference Platforms
5G and Open Reference PlatformsMichelle Holley
2.2K views18 slides
De-fogging Edge Computing: Ecosystem, Use-cases, and Opportunities by
De-fogging Edge Computing: Ecosystem, Use-cases, and OpportunitiesDe-fogging Edge Computing: Ecosystem, Use-cases, and Opportunities
De-fogging Edge Computing: Ecosystem, Use-cases, and OpportunitiesMichelle Holley
656 views8 slides
Building the SD-Branch using uCPE by
Building the SD-Branch using uCPEBuilding the SD-Branch using uCPE
Building the SD-Branch using uCPEMichelle Holley
2.4K views21 slides
Enabling Multi-access Edge Computing (MEC) Platform-as-a-Service for Enterprises by
Enabling Multi-access Edge Computing (MEC) Platform-as-a-Service for EnterprisesEnabling Multi-access Edge Computing (MEC) Platform-as-a-Service for Enterprises
Enabling Multi-access Edge Computing (MEC) Platform-as-a-Service for EnterprisesMichelle Holley
3.2K views20 slides

More from Michelle Holley(20)

NFF-GO (YANFF) - Yet Another Network Function Framework by Michelle Holley
NFF-GO (YANFF) - Yet Another Network Function FrameworkNFF-GO (YANFF) - Yet Another Network Function Framework
NFF-GO (YANFF) - Yet Another Network Function Framework
Michelle Holley4.8K views
Edge and 5G: What is in it for the developers? by Michelle Holley
Edge and 5G: What is in it for the developers?Edge and 5G: What is in it for the developers?
Edge and 5G: What is in it for the developers?
Michelle Holley1.5K views
5G and Open Reference Platforms by Michelle Holley
5G and Open Reference Platforms5G and Open Reference Platforms
5G and Open Reference Platforms
Michelle Holley2.2K views
De-fogging Edge Computing: Ecosystem, Use-cases, and Opportunities by Michelle Holley
De-fogging Edge Computing: Ecosystem, Use-cases, and OpportunitiesDe-fogging Edge Computing: Ecosystem, Use-cases, and Opportunities
De-fogging Edge Computing: Ecosystem, Use-cases, and Opportunities
Michelle Holley656 views
Building the SD-Branch using uCPE by Michelle Holley
Building the SD-Branch using uCPEBuilding the SD-Branch using uCPE
Building the SD-Branch using uCPE
Michelle Holley2.4K views
Enabling Multi-access Edge Computing (MEC) Platform-as-a-Service for Enterprises by Michelle Holley
Enabling Multi-access Edge Computing (MEC) Platform-as-a-Service for EnterprisesEnabling Multi-access Edge Computing (MEC) Platform-as-a-Service for Enterprises
Enabling Multi-access Edge Computing (MEC) Platform-as-a-Service for Enterprises
Michelle Holley3.2K views
Accelerating Edge Computing Adoption by Michelle Holley
Accelerating Edge Computing Adoption Accelerating Edge Computing Adoption
Accelerating Edge Computing Adoption
Michelle Holley2.3K views
Orchestrating NFV Workloads in Multiple Clouds by Michelle Holley
Orchestrating NFV Workloads in Multiple CloudsOrchestrating NFV Workloads in Multiple Clouds
Orchestrating NFV Workloads in Multiple Clouds
Michelle Holley195 views
Convergence of device and data at the Edge Cloud by Michelle Holley
Convergence of device and data at the Edge CloudConvergence of device and data at the Edge Cloud
Convergence of device and data at the Edge Cloud
Michelle Holley425 views
Intel® Network Builders - Network Edge Ecosystem Program by Michelle Holley
Intel® Network Builders - Network Edge Ecosystem ProgramIntel® Network Builders - Network Edge Ecosystem Program
Intel® Network Builders - Network Edge Ecosystem Program
Michelle Holley375 views
Design Implications, Challenges and Principles of Zero-Touch Management Envir... by Michelle Holley
Design Implications, Challenges and Principles of Zero-Touch Management Envir...Design Implications, Challenges and Principles of Zero-Touch Management Envir...
Design Implications, Challenges and Principles of Zero-Touch Management Envir...
Michelle Holley301 views
Using Microservices Architecture and Patterns to Address Applications Require... by Michelle Holley
Using Microservices Architecture and Patterns to Address Applications Require...Using Microservices Architecture and Patterns to Address Applications Require...
Using Microservices Architecture and Patterns to Address Applications Require...
Michelle Holley435 views
Intel Powered AI Applications for Telco by Michelle Holley
Intel Powered AI Applications for TelcoIntel Powered AI Applications for Telco
Intel Powered AI Applications for Telco
Michelle Holley802 views
Artificial Intelligence in the Network by Michelle Holley
Artificial Intelligence in the Network Artificial Intelligence in the Network
Artificial Intelligence in the Network
Michelle Holley1.4K views
Service Mesh on Kubernetes with Istio by Michelle Holley
Service Mesh on Kubernetes with IstioService Mesh on Kubernetes with Istio
Service Mesh on Kubernetes with Istio
Michelle Holley3.5K views
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ... by Michelle Holley
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...
Intel® QuickAssist Technology Introduction, Applications, and Lab, Including ...
Michelle Holley1.8K views
Accelerating Virtual Machine Access with the Storage Performance Development ... by Michelle Holley
Accelerating Virtual Machine Access with the Storage Performance Development ...Accelerating Virtual Machine Access with the Storage Performance Development ...
Accelerating Virtual Machine Access with the Storage Performance Development ...
Michelle Holley1.2K views

Recently uploaded

Short_Story_PPT.pdf by
Short_Story_PPT.pdfShort_Story_PPT.pdf
Short_Story_PPT.pdfutkarshsatishkumarsh
5 views16 slides
20231129 - Platform @ localhost 2023 - Application-driven infrastructure with... by
20231129 - Platform @ localhost 2023 - Application-driven infrastructure with...20231129 - Platform @ localhost 2023 - Application-driven infrastructure with...
20231129 - Platform @ localhost 2023 - Application-driven infrastructure with...sparkfabrik
7 views46 slides
360 graden fabriek by
360 graden fabriek360 graden fabriek
360 graden fabriekinfo33492
122 views25 slides
Sprint 226 by
Sprint 226Sprint 226
Sprint 226ManageIQ
5 views18 slides
Copilot Prompting Toolkit_All Resources.pdf by
Copilot Prompting Toolkit_All Resources.pdfCopilot Prompting Toolkit_All Resources.pdf
Copilot Prompting Toolkit_All Resources.pdfRiccardo Zamana
10 views4 slides
ShortStory_qlora.pptx by
ShortStory_qlora.pptxShortStory_qlora.pptx
ShortStory_qlora.pptxpranathikrishna22
5 views10 slides

Recently uploaded(20)

20231129 - Platform @ localhost 2023 - Application-driven infrastructure with... by sparkfabrik
20231129 - Platform @ localhost 2023 - Application-driven infrastructure with...20231129 - Platform @ localhost 2023 - Application-driven infrastructure with...
20231129 - Platform @ localhost 2023 - Application-driven infrastructure with...
sparkfabrik7 views
360 graden fabriek by info33492
360 graden fabriek360 graden fabriek
360 graden fabriek
info33492122 views
Sprint 226 by ManageIQ
Sprint 226Sprint 226
Sprint 226
ManageIQ5 views
Copilot Prompting Toolkit_All Resources.pdf by Riccardo Zamana
Copilot Prompting Toolkit_All Resources.pdfCopilot Prompting Toolkit_All Resources.pdf
Copilot Prompting Toolkit_All Resources.pdf
Riccardo Zamana10 views
DSD-INT 2023 Exploring flash flood hazard reduction in arid regions using a h... by Deltares
DSD-INT 2023 Exploring flash flood hazard reduction in arid regions using a h...DSD-INT 2023 Exploring flash flood hazard reduction in arid regions using a h...
DSD-INT 2023 Exploring flash flood hazard reduction in arid regions using a h...
Deltares9 views
Headless JS UG Presentation.pptx by Jack Spektor
Headless JS UG Presentation.pptxHeadless JS UG Presentation.pptx
Headless JS UG Presentation.pptx
Jack Spektor8 views
DSD-INT 2023 The Danube Hazardous Substances Model - Kovacs by Deltares
DSD-INT 2023 The Danube Hazardous Substances Model - KovacsDSD-INT 2023 The Danube Hazardous Substances Model - Kovacs
DSD-INT 2023 The Danube Hazardous Substances Model - Kovacs
Deltares10 views
Ports-and-Adapters Architecture for Embedded HMI by Burkhard Stubert
Ports-and-Adapters Architecture for Embedded HMIPorts-and-Adapters Architecture for Embedded HMI
Ports-and-Adapters Architecture for Embedded HMI
Burkhard Stubert21 views
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium... by Lisi Hocke
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...
Team Transformation Tactics for Holistic Testing and Quality (Japan Symposium...
Lisi Hocke35 views
Airline Booking Software by SharmiMehta
Airline Booking SoftwareAirline Booking Software
Airline Booking Software
SharmiMehta6 views
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx by animuscrm
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
2023-November-Schneider Electric-Meetup-BCN Admin Group.pptx
animuscrm15 views
Advanced API Mocking Techniques by Dimpy Adhikary
Advanced API Mocking TechniquesAdvanced API Mocking Techniques
Advanced API Mocking Techniques
Dimpy Adhikary19 views
Generic or specific? Making sensible software design decisions by Bert Jan Schrijver
Generic or specific? Making sensible software design decisionsGeneric or specific? Making sensible software design decisions
Generic or specific? Making sensible software design decisions
DSD-INT 2023 European Digital Twin Ocean and Delft3D FM - Dols by Deltares
DSD-INT 2023 European Digital Twin Ocean and Delft3D FM - DolsDSD-INT 2023 European Digital Twin Ocean and Delft3D FM - Dols
DSD-INT 2023 European Digital Twin Ocean and Delft3D FM - Dols
Deltares9 views
AI and Ml presentation .pptx by FayazAli87
AI and Ml presentation .pptxAI and Ml presentation .pptx
AI and Ml presentation .pptx
FayazAli8712 views

Using VPP and SRIO-V with Clear Containers