SlideShare uma empresa Scribd logo
1 de 80
Baixar para ler offline
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!

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Semelhante 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
 

Semelhante 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
 

Mais 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
 

Mais 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

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxLoriGlavin3
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkPixlogix Infotech
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI AgeCprime
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observabilityitnewsafrica
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 

Último (20)

Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptxUse of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
Use of FIDO in the Payments and Identity Landscape: FIDO Paris Seminar.pptx
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
React Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App FrameworkReact Native vs Ionic - The Best Mobile App Framework
React Native vs Ionic - The Best Mobile App Framework
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
A Framework for Development in the AI Age
A Framework for Development in the AI AgeA Framework for Development in the AI Age
A Framework for Development in the AI Age
 
Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security ObservabilityGlenn Lazarus- Why Your Observability Strategy Needs Security Observability
Glenn Lazarus- Why Your Observability Strategy Needs Security Observability
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 

CNCF BordeauxKubinception Network Deep Dive