SlideShare una empresa de Scribd logo
1 de 80
Descargar para leer sin conexión
CNCF BordeauxKubinception
Kubinception
CNCF BordeauxKubinception
Kevin GEORGES
@0xd33d33
Passionate about distributed
systems
Love to share experience and
to contribute to tech
communities
Flutter
CNCF BordeauxKubinception
Pierre PERONNET
Flutter
DevOps @OVH
Automation adept. Do not craft
it, code it.
CNCF BordeauxKubinception
Sebastien JARDIN
Sebastien_Jard1
SRE Engineer
Tech lovers
Flutter
CNCF BordeauxKubinception
CNCF BordeauxKubinception
OVH: Our solutions
Cloud
Web
Hosting
▪ Dedicated Server
▪ Data Storage
▪ Network and
Security
▪ Licences
Mobile
Hosting Telecom
VoIP
SMS/Fax
Virtual desktop
Cloud HubiC
Over theBox
Containers
Compute
Database
Object Storage
Securities
Messaging
VPS
Public Cloud
Private Cloud
Serveur dédié
Cloud Desktop
Hybrid Cloud
Domain names
Email
CDN
Web hosting
MS Office
MS solutions
CNCF BordeauxKubinception
OVH: Platform
Metrics
Platform
Logs
Platform
Managed
Kubernetes
CNCF BordeauxKubinception
OVH: Managed Kubernetes
Launched at OVH Summit
End 2018
CNCF BordeauxKubinception
OVH: Managed Kubernetes
+ 2000 clusters
+ 10k pods running
+ 1500 cpu cores
+ 22 Tb memory
CNCF BordeauxKubinception
Kubernetes
Way more than a buzzword!
CNCF BordeauxKubinception
Masters and nodes
CNCF BordeauxKubinception
Some more details
CNCF BordeauxKubinception
Key components
● ETCD
● ApiServer
● Kube proxy
CNCF BordeauxKubinception
Managed Kubernetes
Don't try it at home, folks!
CNCF BordeauxKubinception
Kubinception: running K8s on K8s
Using Kubernetes to run Kubernetes
CNCF BordeauxKubinception
Kubinception: where are the nodes?
CNCF BordeauxKubinception
Kubinception with several customers
CNCF BordeauxKubinception
Kubernetes communication
CNCF BordeauxKubinception
Node port
Kubinception client side networking
Incoming
connections
● Access thanks to the node IP
(or with Round-Robin DNS)
● Routed with port number
● Sensitive to node failures
CNCF BordeauxKubinception
Kubinception client side networking
K8S LB
Incoming
connections
● Based on OVH IPLB product
● Routed by destination IP
● HA by design
● Highly scalable
CNCF BordeauxKubinception
Kubinception client side networking
API Server
connections
External → API Server
● OVH IPLB
● Node Port
● Ingress nginx + SNI routing
● Full TCP connexion
no SSL termination before API Server
OVH IPLBNode Port
Adminnode
Ingress
Nginx
kubectl
com
m
ands
CNCF BordeauxKubinception
Kubinception client side networking
API Server
connections
Node initiate a TCP tunnel
● called WormHole from Kubernikus project
Connections from Kube components are
routed through the tunnel
N
ot accessible
from
clients nodes
due
to
private
network
CNCF BordeauxKubinception
The long road to prod
A journey not for the faint of heart
CNCF BordeauxKubinception
ETCD
CNCF BordeauxKubinception
ETCD as a pod?
CNCF BordeauxKubinception
ETCD as a pod?
● Easy to bootstrap ● Hard to maintain thousands of them
● Use local, non persistent storage as
default
● Too much risk of total quorum loss
using persistent volumes
CNCF BordeauxKubinception
ETCD with an operator?
CNCF BordeauxKubinception
ETCD with an operator?
● Built by the community
● Handle etcd lifecycle:
○ creation
○ destruction
○ resizing
○ failover
○ rolling upgrades, backups…
● Use local, non persistent storage as
default
● Too much risk of total quorum loss
using persistent volumes
CNCF BordeauxKubinception
ETCD with stateful sets?
CNCF BordeauxKubinception
ETCD with stateful sets?
● Can handle a full cluster disruption ● No lifecycle management
● Resource cost
● Requires distant persistent volumes
● Performance issues
CNCF BordeauxKubinception
ETCD multi-tenant?
Deployed as an
multi-tenant etcd
cluster on
dedicated servers
CNCF BordeauxKubinception
ETCD multi-tenant?
● Dedicated hardware
● Can handle a full cluster disruption
● Easy to manage
● High perf
CNCF BordeauxKubinception
Network
CNCF BordeauxKubinception
Network
CNCF BordeauxKubinception
Network
CNI?
Calico
Cannal
Flannel
Cilium
Contiv
Romana
CNCF BordeauxKubinception
Network
CVE
● 2018-03-28 - CVE-2019-9946
● 2018-11-13 - TTA-2018-001
Young
● Many implementations
● Need something battle tested
CNCF BordeauxKubinception
Network
No CNI :)
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
CNCF BordeauxKubinception
Network
Why BREX?
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.0.0.1 ?
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.0.0.1 ?
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.0.0.1 ?
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.0.0.1 ?
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.0.0.1 is-at
00:00:00:00:00:01
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.0.0.1 is-at
00:00:00:00:00:01
10.0.0.1
00:00:00:00:00:01
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.0.0.1 is-at
00:00:00:00:00:01
10.0.0.1
00:00:00:00:00:01
CNCF BordeauxKubinception
Network - First L2
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.0.0.1 is-at
00:00:00:00:00:01
10.0.0.1
00:00:00:00:00:01
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
SYN 10.0.0.1
10.0.0.1
00:00:00:00:00:01
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
SYN 10.0.0.1
10.0.0.1
00:00:00:00:00:01
net.ipv4.ip_forward=1
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
SYN 10.0.0.1
10.0.0.1
00:00:00:00:00:01
net.ipv4.ip_forward=1
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
SYN 10.0.0.1
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
net.ipv4.ip_forward=1
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.100.0.2 ?
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.100.0.2 ?
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.100.0.2 ?
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.100.0.2 ?
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.100.0.2 is-at
00:00:00:00:00:02
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.100.0.2 is-at
00:00:00:00:00:02
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.100.0.2 is-at
00:00:00:00:00:02
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.100.0.2 is-at
00:00:00:00:00:02
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
SYN/ACK 10.100.0.2
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
10.100.0.2
00:00:00:00:00:02
CNCF BordeauxKubinception
Network - Then L3
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
SYN/ACK 10.100.0.2
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
CNCF BordeauxKubinception
Network
How to fix the
storm?
CNCF BordeauxKubinception
Network - Proxy ARP
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
A
R
P
CNCF BordeauxKubinception
Network - Proxy ARP
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.100.0.2 ?
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
A
R
P
CNCF BordeauxKubinception
Network - Proxy ARP
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
who has 10.100.0.2 ?
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
A
R
P
CNCF BordeauxKubinception
Network - Proxy ARP
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.100.0.2 is-at
00:00:00:00:21:42
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
A
R
P
CNCF BordeauxKubinception
Network - Proxy ARP
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
10.100.0.2 is-at
00:00:00:00:21:42
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
A
R
P
CNCF BordeauxKubinception
Network - Proxy ARP
CBR0BREX
00:00:00:00:21:42
10.10.0.1/32
00:00:00:00:25:45
10.100.0.1/24
00:00:00:00:00:02
10.100.0.2/32
00:00:00:00:00:01
10.0.0.1/32
NodeETCD
Pod
SYN/ACK 10.100.0.2
10.0.0.1
00:00:00:00:00:01
10.100.0.2
00:00:00:00:21:42
10.100.0.2
00:00:00:00:21:42
A
R
P
CNCF BordeauxKubinception
KubeProxy
CNCF BordeauxKubinception
KubeProxy
3 modes:
● Userspace
● IPTables
● IPVS
CNCF BordeauxKubinception
KubeProxy - Userspace
Deprecated :(
CNCF BordeauxKubinception
KubeProxy - IPTables
● Chained Process / Not incremental
● Locked during update
● Time spent to add 1 rule when svc count increase
● For 20k svc (160k rules) : 5 hours!
CNCF BordeauxKubinception
KubeProxy - IPTables
Routing performances
1 service 1k service 10k services 50k services
First
Service
575μs 614μs 1023μs 1821μs
Middle
Service
575μs 602μs 1048μs 4174μs
Last
Service
575μs 631μs 1050μs 7077μs
CNCF BordeauxKubinception
KubeProxy - IPVS
● Hashing vs Chains
● Better Load Balancing algorithms
● Weighted / RR / LeastConn / src&dst hashing / …
● Health Checks / Connections retries…
● IPTables is a swiss knife where IPVS is a purposed one
CNCF BordeauxKubinception
Reload performances
KubeProxy - IPVS vs IPTables
# Services 1 5 000 20 000
# Rules 8 40 000 160 000
IPTables 2 ms 11 min 5 hours
IPVS 2 ms 2 ms 2 ms
CNCF BordeauxKubinception
Bandwidth performances
KubeProxy - IPVS vs IPTables
#service 1 1k 5k 10k 25k 50k
First First Last First Last First Last First Last First Last
IPTables
(MB/s)
67 64 56 50 39 15 6 0 0 0 0
IPVS
(MB/s)
65 62 54 54 54 43 43 30 29 24 24
CNCF BordeauxKubinception
The security journey
CNCF BordeauxKubinception
We are hiring!
● Opensource database expert
● Site Reliability Engineers (Private cloud, Openstack, DNS, Observability)
● Software engineers (containers, baremetal, webhosting)
● Back-end developers (go, python)
● Engineering manager webhosting
CNCF BordeauxKubinception
Kubinception
Thank you!

Más contenido relacionado

La actualidad más candente

Encoding at Scale for Live Video Streaming
Encoding at Scale for Live Video StreamingEncoding at Scale for Live Video Streaming
Encoding at Scale for Live Video StreamingRay Adensamer
 
Virtunoid: Breaking out of KVM
Virtunoid: Breaking out of KVMVirtunoid: Breaking out of KVM
Virtunoid: Breaking out of KVMNelson Elhage
 
Multi-OS Continuous Packaging with docker and Project-Builder.org
Multi-OS Continuous Packaging with docker and Project-Builder.orgMulti-OS Continuous Packaging with docker and Project-Builder.org
Multi-OS Continuous Packaging with docker and Project-Builder.orgBruno Cornec
 
The State of Rootless Containers
The State of Rootless ContainersThe State of Rootless Containers
The State of Rootless ContainersAkihiro Suda
 
Digiever standalone nvr_general_2017_technosystems_4_k_live
Digiever standalone nvr_general_2017_technosystems_4_k_liveDigiever standalone nvr_general_2017_technosystems_4_k_live
Digiever standalone nvr_general_2017_technosystems_4_k_liveAli Shoaee
 
Multimedia support in WebKitGTK and WPE, current status and plans (GStreamer ...
Multimedia support in WebKitGTK and WPE, current status and plans (GStreamer ...Multimedia support in WebKitGTK and WPE, current status and plans (GStreamer ...
Multimedia support in WebKitGTK and WPE, current status and plans (GStreamer ...Igalia
 
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...The Linux Foundation
 
Introduction and Deep Dive Into Containerd
Introduction and Deep Dive Into ContainerdIntroduction and Deep Dive Into Containerd
Introduction and Deep Dive Into ContainerdKohei Tokunaga
 
Being a Moby maintainer
Being a Moby maintainerBeing a Moby maintainer
Being a Moby maintainerAkihiro Suda
 
Using VPP and SRIO-V with Clear Containers
Using VPP and SRIO-V with Clear ContainersUsing VPP and SRIO-V with Clear Containers
Using VPP and SRIO-V with Clear ContainersMichelle Holley
 
Chris Swan's ONUG NYC talk - Container Networks
Chris Swan's ONUG NYC talk - Container NetworksChris Swan's ONUG NYC talk - Container Networks
Chris Swan's ONUG NYC talk - Container NetworksCohesive Networks
 
Reaching the multimedia web from embedded platforms with WPEWebkit
Reaching the multimedia web from embedded platforms with WPEWebkitReaching the multimedia web from embedded platforms with WPEWebkit
Reaching the multimedia web from embedded platforms with WPEWebkitIgalia
 
CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)
CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)
CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)The Linux Foundation
 
Canonical AWS Summit London 2011
Canonical AWS Summit London 2011Canonical AWS Summit London 2011
Canonical AWS Summit London 2011Amazon Web Services
 
macOSの仮想化技術について ~Virtualization-rs Rust bindings for virtualization.framework ~
macOSの仮想化技術について ~Virtualization-rs Rust bindings for virtualization.framework ~macOSの仮想化技術について ~Virtualization-rs Rust bindings for virtualization.framework ~
macOSの仮想化技術について ~Virtualization-rs Rust bindings for virtualization.framework ~NTT Communications Technology Development
 
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...The Linux Foundation
 

La actualidad más candente (20)

Encoding at Scale for Live Video Streaming
Encoding at Scale for Live Video StreamingEncoding at Scale for Live Video Streaming
Encoding at Scale for Live Video Streaming
 
Virtunoid: Breaking out of KVM
Virtunoid: Breaking out of KVMVirtunoid: Breaking out of KVM
Virtunoid: Breaking out of KVM
 
Neutron CI Run on Docker
Neutron CI Run on DockerNeutron CI Run on Docker
Neutron CI Run on Docker
 
Multi-OS Continuous Packaging with docker and Project-Builder.org
Multi-OS Continuous Packaging with docker and Project-Builder.orgMulti-OS Continuous Packaging with docker and Project-Builder.org
Multi-OS Continuous Packaging with docker and Project-Builder.org
 
DSA00339603
DSA00339603DSA00339603
DSA00339603
 
Using Qt under LGPLv3
Using Qt under LGPLv3Using Qt under LGPLv3
Using Qt under LGPLv3
 
The State of Rootless Containers
The State of Rootless ContainersThe State of Rootless Containers
The State of Rootless Containers
 
Digiever standalone nvr_general_2017_technosystems_4_k_live
Digiever standalone nvr_general_2017_technosystems_4_k_liveDigiever standalone nvr_general_2017_technosystems_4_k_live
Digiever standalone nvr_general_2017_technosystems_4_k_live
 
Multimedia support in WebKitGTK and WPE, current status and plans (GStreamer ...
Multimedia support in WebKitGTK and WPE, current status and plans (GStreamer ...Multimedia support in WebKitGTK and WPE, current status and plans (GStreamer ...
Multimedia support in WebKitGTK and WPE, current status and plans (GStreamer ...
 
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
CIF16/Scale14x: The latest from the Xen Project (Lars Kurth, Chairman of Xen ...
 
Introduction and Deep Dive Into Containerd
Introduction and Deep Dive Into ContainerdIntroduction and Deep Dive Into Containerd
Introduction and Deep Dive Into Containerd
 
Being a Moby maintainer
Being a Moby maintainerBeing a Moby maintainer
Being a Moby maintainer
 
Using VPP and SRIO-V with Clear Containers
Using VPP and SRIO-V with Clear ContainersUsing VPP and SRIO-V with Clear Containers
Using VPP and SRIO-V with Clear Containers
 
Chris Swan's ONUG NYC talk - Container Networks
Chris Swan's ONUG NYC talk - Container NetworksChris Swan's ONUG NYC talk - Container Networks
Chris Swan's ONUG NYC talk - Container Networks
 
Reaching the multimedia web from embedded platforms with WPEWebkit
Reaching the multimedia web from embedded platforms with WPEWebkitReaching the multimedia web from embedded platforms with WPEWebkit
Reaching the multimedia web from embedded platforms with WPEWebkit
 
CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)
CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)
CIF16: Building the Superfluid Cloud with Unikernels (Simon Kuenzer, NEC Europe)
 
Canonical AWS Summit London 2011
Canonical AWS Summit London 2011Canonical AWS Summit London 2011
Canonical AWS Summit London 2011
 
macOSの仮想化技術について ~Virtualization-rs Rust bindings for virtualization.framework ~
macOSの仮想化技術について ~Virtualization-rs Rust bindings for virtualization.framework ~macOSの仮想化技術について ~Virtualization-rs Rust bindings for virtualization.framework ~
macOSの仮想化技術について ~Virtualization-rs Rust bindings for virtualization.framework ~
 
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
CIF16: Unikernels: The Past, the Present, the Future ( Russell Pavlicek, Xen ...
 
"V
"V"V
"V
 

Similar a CNCF BordeauxKubinception Network Deep Dive

Modern VoIP in Modern Infrastructures
Modern VoIP in Modern InfrastructuresModern VoIP in Modern Infrastructures
Modern VoIP in Modern InfrastructuresGiacomo Vacca
 
Edge Computing: A Unified Infrastructure for all the Different Pieces
Edge Computing: A Unified Infrastructure for all the Different PiecesEdge Computing: A Unified Infrastructure for all the Different Pieces
Edge Computing: A Unified Infrastructure for all the Different PiecesCloudify Community
 
7 reasons why video conferencing world will never
7 reasons why video conferencing world will never7 reasons why video conferencing world will never
7 reasons why video conferencing world will neverTrueConf
 
Hybrid CI/CD with Kubernetes and Codefresh
Hybrid CI/CD with Kubernetes and CodefreshHybrid CI/CD with Kubernetes and Codefresh
Hybrid CI/CD with Kubernetes and CodefreshDevOps.com
 
Microservices using relocatable Docker containers
Microservices using relocatable Docker containersMicroservices using relocatable Docker containers
Microservices using relocatable Docker containersMauricio Garavaglia
 
Kubernetes and Cloud Native Meetup - March, 2019
Kubernetes and Cloud Native Meetup - March, 2019Kubernetes and Cloud Native Meetup - March, 2019
Kubernetes and Cloud Native Meetup - March, 2019CloudOps2005
 
Overview of Remoting Protocols - By VDIworks
Overview of Remoting Protocols - By VDIworksOverview of Remoting Protocols - By VDIworks
Overview of Remoting Protocols - By VDIworksvdiworks
 
Introduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AIIntroduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AITyrone Systems
 
BPF & Cilium - Turning Linux into a Microservices-aware Operating System
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 SystemThomas Graf
 
Network services on Kubernetes on premise
Network services on Kubernetes on premiseNetwork services on Kubernetes on premise
Network services on Kubernetes on premiseHans Duedal
 
Tim Hall and Ryan Betts [InfluxData] | InfluxDB Roadmap and Engineering Updat...
Tim Hall and Ryan Betts [InfluxData] | InfluxDB Roadmap and Engineering Updat...Tim Hall and Ryan Betts [InfluxData] | InfluxDB Roadmap and Engineering Updat...
Tim Hall and Ryan Betts [InfluxData] | InfluxDB Roadmap and Engineering Updat...InfluxData
 
Accelerating Innovation from Edge to Cloud
Accelerating Innovation from Edge to CloudAccelerating Innovation from Edge to Cloud
Accelerating Innovation from Edge to CloudRebekah Rodriguez
 
Panel with IPv6 CE Vendors
Panel with IPv6 CE VendorsPanel with IPv6 CE Vendors
Panel with IPv6 CE VendorsAPNIC
 
Docker San Diego 2015-03-25
Docker San Diego 2015-03-25Docker San Diego 2015-03-25
Docker San Diego 2015-03-25Casey Bisson
 
It's Time to Debloat the Cloud with Unikraft
It's Time to Debloat the Cloud with UnikraftIt's Time to Debloat the Cloud with Unikraft
It's Time to Debloat the Cloud with UnikraftScyllaDB
 
Triton + Docker, July 2015
Triton + Docker, July 2015Triton + Docker, July 2015
Triton + Docker, July 2015Casey Bisson
 
Cloud Native Applications on Kubernetes: a DevOps Approach
Cloud Native Applications on Kubernetes: a DevOps ApproachCloud Native Applications on Kubernetes: a DevOps Approach
Cloud Native Applications on Kubernetes: a DevOps ApproachNicola Ferraro
 
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...Agustin Benito Bethencourt
 
Hybrid CI/CD with Kubernetes & Codefresh
 Hybrid CI/CD with Kubernetes & Codefresh Hybrid CI/CD with Kubernetes & Codefresh
Hybrid CI/CD with Kubernetes & CodefreshCodefresh
 
Distributech_Presentation DTECH_2013
Distributech_Presentation DTECH_2013Distributech_Presentation DTECH_2013
Distributech_Presentation DTECH_2013Dorian Hernandez
 

Similar a CNCF BordeauxKubinception Network Deep Dive (20)

Modern VoIP in Modern Infrastructures
Modern VoIP in Modern InfrastructuresModern VoIP in Modern Infrastructures
Modern VoIP in Modern Infrastructures
 
Edge Computing: A Unified Infrastructure for all the Different Pieces
Edge Computing: A Unified Infrastructure for all the Different PiecesEdge Computing: A Unified Infrastructure for all the Different Pieces
Edge Computing: A Unified Infrastructure for all the Different Pieces
 
7 reasons why video conferencing world will never
7 reasons why video conferencing world will never7 reasons why video conferencing world will never
7 reasons why video conferencing world will never
 
Hybrid CI/CD with Kubernetes and Codefresh
Hybrid CI/CD with Kubernetes and CodefreshHybrid CI/CD with Kubernetes and Codefresh
Hybrid CI/CD with Kubernetes and Codefresh
 
Microservices using relocatable Docker containers
Microservices using relocatable Docker containersMicroservices using relocatable Docker containers
Microservices using relocatable Docker containers
 
Kubernetes and Cloud Native Meetup - March, 2019
Kubernetes and Cloud Native Meetup - March, 2019Kubernetes and Cloud Native Meetup - March, 2019
Kubernetes and Cloud Native Meetup - March, 2019
 
Overview of Remoting Protocols - By VDIworks
Overview of Remoting Protocols - By VDIworksOverview of Remoting Protocols - By VDIworks
Overview of Remoting Protocols - By VDIworks
 
Introduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AIIntroduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AI
 
BPF & Cilium - Turning Linux into a Microservices-aware Operating System
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
 
Network services on Kubernetes on premise
Network services on Kubernetes on premiseNetwork services on Kubernetes on premise
Network services on Kubernetes on premise
 
Tim Hall and Ryan Betts [InfluxData] | InfluxDB Roadmap and Engineering Updat...
Tim Hall and Ryan Betts [InfluxData] | InfluxDB Roadmap and Engineering Updat...Tim Hall and Ryan Betts [InfluxData] | InfluxDB Roadmap and Engineering Updat...
Tim Hall and Ryan Betts [InfluxData] | InfluxDB Roadmap and Engineering Updat...
 
Accelerating Innovation from Edge to Cloud
Accelerating Innovation from Edge to CloudAccelerating Innovation from Edge to Cloud
Accelerating Innovation from Edge to Cloud
 
Panel with IPv6 CE Vendors
Panel with IPv6 CE VendorsPanel with IPv6 CE Vendors
Panel with IPv6 CE Vendors
 
Docker San Diego 2015-03-25
Docker San Diego 2015-03-25Docker San Diego 2015-03-25
Docker San Diego 2015-03-25
 
It's Time to Debloat the Cloud with Unikraft
It's Time to Debloat the Cloud with UnikraftIt's Time to Debloat the Cloud with Unikraft
It's Time to Debloat the Cloud with Unikraft
 
Triton + Docker, July 2015
Triton + Docker, July 2015Triton + Docker, July 2015
Triton + Docker, July 2015
 
Cloud Native Applications on Kubernetes: a DevOps Approach
Cloud Native Applications on Kubernetes: a DevOps ApproachCloud Native Applications on Kubernetes: a DevOps Approach
Cloud Native Applications on Kubernetes: a DevOps Approach
 
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
In Need For A Linux Kernel Maintained For A Very Long Time? CIP Linux Kernel ...
 
Hybrid CI/CD with Kubernetes & Codefresh
 Hybrid CI/CD with Kubernetes & Codefresh Hybrid CI/CD with Kubernetes & Codefresh
Hybrid CI/CD with Kubernetes & Codefresh
 
Distributech_Presentation DTECH_2013
Distributech_Presentation DTECH_2013Distributech_Presentation DTECH_2013
Distributech_Presentation DTECH_2013
 

Más de OVHcloud

OVHcloud Startup Program : Découvrir l'écosystème au service des startups
OVHcloud Startup Program : Découvrir l'écosystème au service des startups OVHcloud Startup Program : Découvrir l'écosystème au service des startups
OVHcloud Startup Program : Découvrir l'écosystème au service des startups OVHcloud
 
Fine tune and deploy Hugging Face NLP models
Fine tune and deploy Hugging Face NLP modelsFine tune and deploy Hugging Face NLP models
Fine tune and deploy Hugging Face NLP modelsOVHcloud
 
How can you successfully migrate to hosted private cloud 2020
How can you successfully migrate to hosted private cloud 2020How can you successfully migrate to hosted private cloud 2020
How can you successfully migrate to hosted private cloud 2020OVHcloud
 
OVHcloud Partner Webinar - Data Processing
OVHcloud Partner Webinar - Data ProcessingOVHcloud Partner Webinar - Data Processing
OVHcloud Partner Webinar - Data ProcessingOVHcloud
 
OVHcloud Tech Talks S01E09 - OVHcloud Data Processing : Le nouveau service po...
OVHcloud Tech Talks S01E09 - OVHcloud Data Processing : Le nouveau service po...OVHcloud Tech Talks S01E09 - OVHcloud Data Processing : Le nouveau service po...
OVHcloud Tech Talks S01E09 - OVHcloud Data Processing : Le nouveau service po...OVHcloud
 
Webinar - VPS New Range
Webinar - VPS New RangeWebinar - VPS New Range
Webinar - VPS New RangeOVHcloud
 
OVHcloud Tech Talks S01E08 - GAIA-X pour les techs : OVHcloud & Scaleway vous...
OVHcloud Tech Talks S01E08 - GAIA-X pour les techs : OVHcloud & Scaleway vous...OVHcloud Tech Talks S01E08 - GAIA-X pour les techs : OVHcloud & Scaleway vous...
OVHcloud Tech Talks S01E08 - GAIA-X pour les techs : OVHcloud & Scaleway vous...OVHcloud
 
Webinar - Enterprise Cloud Databases
Webinar - Enterprise Cloud DatabasesWebinar - Enterprise Cloud Databases
Webinar - Enterprise Cloud DatabasesOVHcloud
 
OVHcloud Tech Talks S01E07 – Introduction à l’intelligence artificielle pour ...
OVHcloud Tech Talks S01E07 – Introduction à l’intelligence artificielle pour ...OVHcloud Tech Talks S01E07 – Introduction à l’intelligence artificielle pour ...
OVHcloud Tech Talks S01E07 – Introduction à l’intelligence artificielle pour ...OVHcloud
 
OVHcloud Tech Talks Fr S01E06 – BeeGFS, un filesystem orienté performance, ma...
OVHcloud Tech Talks Fr S01E06 – BeeGFS, un filesystem orienté performance, ma...OVHcloud Tech Talks Fr S01E06 – BeeGFS, un filesystem orienté performance, ma...
OVHcloud Tech Talks Fr S01E06 – BeeGFS, un filesystem orienté performance, ma...OVHcloud
 
OVHcloud Tech Talks Fr S01E05 – L’opérateur Harbor, une nécessité pour certai...
OVHcloud Tech Talks Fr S01E05 – L’opérateur Harbor, une nécessité pour certai...OVHcloud Tech Talks Fr S01E05 – L’opérateur Harbor, une nécessité pour certai...
OVHcloud Tech Talks Fr S01E05 – L’opérateur Harbor, une nécessité pour certai...OVHcloud
 
OVHcloud Tech-Talk S01E04 - La télémétrie au service de l'agilité
OVHcloud Tech-Talk S01E04 - La télémétrie au service de l'agilitéOVHcloud Tech-Talk S01E04 - La télémétrie au service de l'agilité
OVHcloud Tech-Talk S01E04 - La télémétrie au service de l'agilitéOVHcloud
 
OVHcloud TechTalks - ML serving
OVHcloud TechTalks - ML servingOVHcloud TechTalks - ML serving
OVHcloud TechTalks - ML servingOVHcloud
 
Logs @ OVHcloud
Logs @ OVHcloudLogs @ OVHcloud
Logs @ OVHcloudOVHcloud
 
Les APIs OpenStack
Les APIs OpenStackLes APIs OpenStack
Les APIs OpenStackOVHcloud
 
1 sysadmin vs 250 clusters de stockage
1 sysadmin vs 250 clusters de stockage1 sysadmin vs 250 clusters de stockage
1 sysadmin vs 250 clusters de stockageOVHcloud
 
Migrer 3 millions de sites sans maitriser leur code source ? Impossible mais ...
Migrer 3 millions de sites sans maitriser leur code source ? Impossible mais ...Migrer 3 millions de sites sans maitriser leur code source ? Impossible mais ...
Migrer 3 millions de sites sans maitriser leur code source ? Impossible mais ...OVHcloud
 
Industrialize Machine Learning
Industrialize Machine Learning Industrialize Machine Learning
Industrialize Machine Learning OVHcloud
 
OVHcloud – Enterprise Cloud Databases
OVHcloud – Enterprise Cloud DatabasesOVHcloud – Enterprise Cloud Databases
OVHcloud – Enterprise Cloud DatabasesOVHcloud
 
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSXOVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSXOVHcloud
 

Más de OVHcloud (20)

OVHcloud Startup Program : Découvrir l'écosystème au service des startups
OVHcloud Startup Program : Découvrir l'écosystème au service des startups OVHcloud Startup Program : Découvrir l'écosystème au service des startups
OVHcloud Startup Program : Découvrir l'écosystème au service des startups
 
Fine tune and deploy Hugging Face NLP models
Fine tune and deploy Hugging Face NLP modelsFine tune and deploy Hugging Face NLP models
Fine tune and deploy Hugging Face NLP models
 
How can you successfully migrate to hosted private cloud 2020
How can you successfully migrate to hosted private cloud 2020How can you successfully migrate to hosted private cloud 2020
How can you successfully migrate to hosted private cloud 2020
 
OVHcloud Partner Webinar - Data Processing
OVHcloud Partner Webinar - Data ProcessingOVHcloud Partner Webinar - Data Processing
OVHcloud Partner Webinar - Data Processing
 
OVHcloud Tech Talks S01E09 - OVHcloud Data Processing : Le nouveau service po...
OVHcloud Tech Talks S01E09 - OVHcloud Data Processing : Le nouveau service po...OVHcloud Tech Talks S01E09 - OVHcloud Data Processing : Le nouveau service po...
OVHcloud Tech Talks S01E09 - OVHcloud Data Processing : Le nouveau service po...
 
Webinar - VPS New Range
Webinar - VPS New RangeWebinar - VPS New Range
Webinar - VPS New Range
 
OVHcloud Tech Talks S01E08 - GAIA-X pour les techs : OVHcloud & Scaleway vous...
OVHcloud Tech Talks S01E08 - GAIA-X pour les techs : OVHcloud & Scaleway vous...OVHcloud Tech Talks S01E08 - GAIA-X pour les techs : OVHcloud & Scaleway vous...
OVHcloud Tech Talks S01E08 - GAIA-X pour les techs : OVHcloud & Scaleway vous...
 
Webinar - Enterprise Cloud Databases
Webinar - Enterprise Cloud DatabasesWebinar - Enterprise Cloud Databases
Webinar - Enterprise Cloud Databases
 
OVHcloud Tech Talks S01E07 – Introduction à l’intelligence artificielle pour ...
OVHcloud Tech Talks S01E07 – Introduction à l’intelligence artificielle pour ...OVHcloud Tech Talks S01E07 – Introduction à l’intelligence artificielle pour ...
OVHcloud Tech Talks S01E07 – Introduction à l’intelligence artificielle pour ...
 
OVHcloud Tech Talks Fr S01E06 – BeeGFS, un filesystem orienté performance, ma...
OVHcloud Tech Talks Fr S01E06 – BeeGFS, un filesystem orienté performance, ma...OVHcloud Tech Talks Fr S01E06 – BeeGFS, un filesystem orienté performance, ma...
OVHcloud Tech Talks Fr S01E06 – BeeGFS, un filesystem orienté performance, ma...
 
OVHcloud Tech Talks Fr S01E05 – L’opérateur Harbor, une nécessité pour certai...
OVHcloud Tech Talks Fr S01E05 – L’opérateur Harbor, une nécessité pour certai...OVHcloud Tech Talks Fr S01E05 – L’opérateur Harbor, une nécessité pour certai...
OVHcloud Tech Talks Fr S01E05 – L’opérateur Harbor, une nécessité pour certai...
 
OVHcloud Tech-Talk S01E04 - La télémétrie au service de l'agilité
OVHcloud Tech-Talk S01E04 - La télémétrie au service de l'agilitéOVHcloud Tech-Talk S01E04 - La télémétrie au service de l'agilité
OVHcloud Tech-Talk S01E04 - La télémétrie au service de l'agilité
 
OVHcloud TechTalks - ML serving
OVHcloud TechTalks - ML servingOVHcloud TechTalks - ML serving
OVHcloud TechTalks - ML serving
 
Logs @ OVHcloud
Logs @ OVHcloudLogs @ OVHcloud
Logs @ OVHcloud
 
Les APIs OpenStack
Les APIs OpenStackLes APIs OpenStack
Les APIs OpenStack
 
1 sysadmin vs 250 clusters de stockage
1 sysadmin vs 250 clusters de stockage1 sysadmin vs 250 clusters de stockage
1 sysadmin vs 250 clusters de stockage
 
Migrer 3 millions de sites sans maitriser leur code source ? Impossible mais ...
Migrer 3 millions de sites sans maitriser leur code source ? Impossible mais ...Migrer 3 millions de sites sans maitriser leur code source ? Impossible mais ...
Migrer 3 millions de sites sans maitriser leur code source ? Impossible mais ...
 
Industrialize Machine Learning
Industrialize Machine Learning Industrialize Machine Learning
Industrialize Machine Learning
 
OVHcloud – Enterprise Cloud Databases
OVHcloud – Enterprise Cloud DatabasesOVHcloud – Enterprise Cloud Databases
OVHcloud – Enterprise Cloud Databases
 
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSXOVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
OVHcloud Hosted Private Cloud Platform Network use cases with VMware NSX
 

Último

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 

Último (20)

A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
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
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 

CNCF BordeauxKubinception Network Deep Dive