SlideShare a Scribd company logo
NOT YOUR PARENTS’
LOADBALANCER
Chiradeep Vittal
ContainerCon 2016
About me
¨ Distinguished Engineer
at Citrix
¨ Apache CloudStack
PMC
¨ Work on Citrix
Netscaler and
containers
Load balancers are important (again)
¨ Containers and Microservices
¨ Teaching old load balancers new tricks
¨ Emerging patterns for Load Balancing
¨ Future directions
A brief history of Load balancing
Internet
W W
High Availability
Internet
W W WW
HA + Load Balancing
Internet
Webserver
A brief history of Load balancing
Internet
W WW
App 1 App 2
W WW
foo.com/app1 foo.com/app2
L7 routing
Internet
W WW
SSL Traffic
Unencrypted Traffic
Internet
W WW
App Firewall
What LB-in-the-wire enables
¨ Resilience
¨ Encryption offload
¨ Application acceleration
¨ Defend L4à L7
¨ L7 routing
¨ Application Performance Analytics
Load Balancing Form Factors
Hardware Software
VM
Virtual As-a-service Containerized
What’s Changed?
Time
Web
Digital
Social
Mobile
Things
Smart Things
RateofChange
What’s changed?
¨ DevOps + Automation
¨ Microservices /
Containers
Image by BMW Werk Leipzig - http://bmw-werk-leipzig.de, CC BY-SA 2.0 de
Containers or Microservices?
¨ Microservices ==
architecture
¨ Containers ==
implementation
¨ Containers win over
VMs for Microservices
Monoliths vs. Microservices
LB
Web
Data
Load Balancing: Traditional vs. Cloud Native
Static Applications, well
defined topology
Dynamic Microservices,
changing topology
W W W
A A A A A
W
M
M
TrafficismostlyN-S
M
M
M
M
M
M
M
M
M
Traffic is mix
of N-S and E-W
Cloud-Native
Patterns of
architecture
and
organization
that deliver
software with
speed and
reliability
¨ Auto Scale
¨ Continuous Delivery
¨ Baked-in Resilience
¨ Deep Monitoring
¨ Collaboration
Cloud Native + Containers is Network
Intensive
¨ Implications on
¤ Performance
¤ Reliability
¤ Security
¤ Routing
¤ Naming and discovery
¤ Monitoring
Cloud Native Landscape - Microservices
Microservices
APIs
Performance
Resilience
Security Visibility
Continuous
Delivery
AutoScal
e
Circuit
Breaker
Load
Balancing
Throttling
Discovery
Audit Segmentation
E2E
Encryption
Routing
Chaos
Monkey
Distributed
Debug
Back-off
Lifecycle
Management
Auth
Containers
Container
Networking
Container
Security
Integrity Isolation AuthN/Z
Container
Orchestration
Infrastructure
Orchestration
Network
Orchestration
Cloud
Orchestration
Multi-cloud
Orchestration
Private
Cloud
OrchestrationHypervisor
Orchestration
Network
Orchestration
IPAM / DNS
Overlay /
Underlay
Microservices
Lifecycle
Management
Container
Performance
Network
Perf
scheduler
Container
Storage
Storage
Orchestration
Storage
Orchestration
Cloud Native Landscape - Infrastructure
Microservices Containers
Contain
er
Networ
king
Contain
er
Security
Integr
ity
Isolati
on
Auth
N/Z
Contain
er
Orchest
ration
Infrastru
cture
Orchest
ration
Networ
k
Orchest
ration
Cloud
Orchest
ration
Multi-
cloud
Orchest
ration
Private
Cloud
Orchest
ration
Hypervi
sor
Orchest
ration
Networ
k
Orchest
ration
IPAM /
DNS
Overlay
/
Underla
y
Lifecycl
e
Manag
ement
Contain
er
Perform
ance
Netw
ork
Perf
schedul
er
Contain
er
Storage
Storage
Orchest
ration
Storage
Orchest
ration
Cloud Native Landscape
Microservi
ces
APIs
Perform
ance
Resilienc
e
Security Visibility
Continuo
us
Delivery
AutoS
cale
Circui
t
Break
er
Load
Balan
cing
Throttl
ing
Disco
very
Audit
Segment
ation
E2E
Encrypti
on
Routing
Chaos
Monk
ey
Distribut
ed
Debug
Back-
off
Lifecycle
Manage
ment
Auth
Container Managers to the rescue?
Docker Swarm Kubernetes
(from Google)
Mesosphere
DCOS
(based on Apache
Mesos)
AWS ECS
Container Cluster Managers
α1
β1
δ1
β2
α2
δ3
α3
α4
δ2
α5
α6
HostH1
HostH2
HostH3
HostH4
δ4
ClusterManager
Cluster API
Cluster Managers – Sweet Spots
¨ Infrastructure independence
¨ Scheduling
¨ Discovery
¨ Scaling (partially)
¨ Security (a little bit)
¨ Load balancing (limited)
Load Balancing for container clusters – Ingress / Edge
α5
α6
HostH4
Scale out
Internet
α1
β1
δ1
HostH1
β2
α2
δ3
HostH2
α3
α4
δ2HostH3
Public Endpoint
https://alpha:443
LB
Load Balancing – intra-cluster
α1
β1
HostH1
α2
δ3
HostH2
α4
δ2
HostH3
LB
LB per endpoint
Load Balancing – intra-cluster
α1
β1
HostH1
α2
δ3
HostH2
α4
δ2
HostH3
LBLB LB
LB per container host
• Service clients use
an LB local to
their host
• E.g., Kube-proxy,
Swarm, Mesos -
MinuteMan
Ingress vs Intra-cluster differences
¨ Performance
¨ Count
¨ Frequency of reconfiguration
¨ L4 (intra-cluster) vs L7 (ingress)
¨ Form factor
Reconfiguration of Load Balancer
α1
β1
HostH1
β2
α2
HostH2
α3
α4
HostH3
Ingress LB
α5
α6
HostH4
ClusterManager
LB
Controller
Cluster API
Container
Events Reconfigur
ation
Container
State
Container
State Query
Nitrox – Configure Citrix NetScaler for
Cluster Managers
¨ github.com/chiradeep/nitrox
¨ Apache license
¨ Support for integrating NetScaler with
¤ Kubernetes
¤ Swarm
¤ Consul
¤ Marathon
Kubernetes Ingress Controller
¨ https://github.com/chiradeep/kube-ingress-citrix-
netscaler
¨ Ingress Load Balancing for Kubernetes Clusters
Cluster Managers: Native LB support
¨ Roll-your-own
¤ Docker Swarm,
Kubernetes, Mesos
¨ AWS Application LB
¤ ECS
¨ L4
¤ Docker Swarm,
Kubernetes, Mesos
¨ L7
¤ AWS Application LB
(ECS)
¤ Linkerd
Ingress LB Intra-cluster
Emerging LB patterns
¨ Client-side LB
¨ Sophisticated routing
¨ Resilience patterns
¨ Visibility / Insights
Client-side LB
¤ Embedded into calling
application
n e.g., Netflix Ribbon
(with Eureka)
¤ Run as side-cars
(alongside each
application or one-
per-host) Eureka
M M
M
M
M
M
Client-side LB
¤ Run as side-cars, or
one-per-host
Service
Discovery
M
M
M
M
M
M
Clients
Service
LB
LB
Client-side LB Examples
¨ Netflix Prana - Hystrix as side car (deprecated)
¨ Linkerd from Buoyant.io (based on Twitter Finagle)
¨ AirBnB Smartstack/Synapse (uses HAProxy)
¨ Uber Hyperbahn
¤ Like Finagle, switched from HAProxy
¨ Kube Proxy
¤ Initially user-space, now based on IPTables
¨ Docker Swarm LB
¤ Based on IPVS
¨ Mesos LB
¤ Based on IPTables
Recap: LB-in-the-wire
¨ Resilience
¨ Encryption offload
¨ Application acceleration
¨ Defend L4à L7
¨ L7 routing
¨ Application Performance Analytics
A general-purpose L7 proxy?
M
M
M M M
M M M M M
M
A general-purpose L7 proxy?
M M
Client
Service A
M Service B
LB
LB
Host
A general-purpose L7 proxy?
M M
Client
Service A
L7 ProxyL7 Proxy
M Service B
L7 Proxy
Service
Discovery
CD
Pipeline
Policy
Engine
Zero-Downtime Deploys
¨ Canary deploys
¨ Traffic can be selected
based on source
(country), headers
M M M M
Version N
M M M M M
Version N+1
10%90%
CD
Pipeline
Zero-Downtime Deploys
¨ Blue-green deploys
M M M M
Version N
M M M M M
Version N+1
100%
CD
Pipeline
Advanced Resilience – Circuit Breaker
¨ Circuit Breaker is a
pattern that prevents
cascading failures due
to unresponsive
downstream services
¨ A load balancer can be
configured to ignore a
slow backend
Credit: http://martinfowler.com/bliki/CircuitBreaker.html
Visibility
¨ Compliance
¨ Topology
¨ Analytics
M
M
M M M
M M M M M
M
Analytics
Topology and Compliance
Policy
Violation
Future directions
¨ Multi-cloud resilience
¨ Security
¨ Protocol Insights
Multi-cloud
¨ Choose the best
location for the
microservice
¨ Automatic discovery
and resilience
¨ See Kubernetes
Federation for
example
M M M M
Cloud 1
M M M M M
Cloud 2
Further reading: http://kubernetes.io/docs/user-guide/federation/federated-services/
Security
¨ Segmentation
¨ Authorization
¨ End-to-End encryption
M M
Client A
Service A
L7 ProxyL7 Proxy
M Service B
L7 Proxy
Policy
who what
why when
?
How
Segmentation
M M
Client A
Service A
L7 ProxyL7 Proxy
M Service B
L7 Proxy
✓
Encryption
M M
Client A
Service A
L7 ProxyL7 Proxy
M Service B
L7 Proxy
Client Certificate
Further reading: https://blog.cloudflare.com/how-to-build-your-own-public-key-infrastructure/
Cryptographic Segmentation
M M
Client A
Service A
L7 ProxyL7 Proxy
M Service B
L7 Proxy
Client Certificate
Further reading: https://spiffe.io
Authorization
M M
Client A
Service A
L7 ProxyL7 Proxy
M Service B
L7 Proxy
Authorization: Bearer: xxxxx.yyyyy.zzzzz
Authorization: Bearer: aaaaa.bbbb.cccccc
Token Insertion
Token Validation
Further reading: https://github.com/coreos/jwtproxy
Protocol Insights
¨ Microservice communication patterns are
changing
¤ New protocols/formats: gRPC, Thrift, TChannel
¤ Asynchronous / Event-driven
¤ Queues and real-time streams
Wrap-up
¨ Load balancing is
different for containers /
microservices
¨ Integration with container
cluster managers is
needed
¨ Consider using the same
LB technology for ingress
and intra-cluster
¨ Emerging patterns
solidify the importance
of the load balancer
¨ LB in the wire brings
¤ Simplicity
¤ Resilience
¤ Future proofing

More Related Content

What's hot (20)

PDF
Red Hat Insights
Alessandro Silva
 
PPTX
Data Ops at TripActions
Rob Winters
 
PDF
Aws seminar report
Rahul Kumar
 
PPTX
Bluetooth meshの基礎
PIXELAcorporation
 
PDF
[OpenStack Days Korea 2016] Track3 - 오픈스택 환경에서 공유 파일 시스템 구현하기: 마닐라(Manila) 프로젝트
OpenStack Korea Community
 
PDF
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
TomBarron
 
PDF
Infrastructure as Code with Terraform and Ansible
DevOps Meetup Bern
 
PDF
5分で分かるBig Switch Networks
Big Switch Networks Japan
 
PDF
Basic and Advanced Analysis of Ceph Volume Backend Driver in Cinder - John Haan
Ceph Community
 
PPTX
Ppt on cloud service
JYOTIRANJANNAYAK18
 
PPTX
Apache Flink and what it is used for
Aljoscha Krettek
 
PPTX
Azure Fundamentals || AZ-900
thisiswali
 
PDF
Route53 및 CloudFront를 이용한 CDN 활용기 - AWS Summit Seoul 2017
Amazon Web Services Korea
 
PDF
AWSクラウド利用料算出の参考資料
SORACOM, INC
 
PDF
Run Jenkins as Managed Product on ECS - AWS Meetup
Philipp Garbe
 
PDF
Distributed tracing using open tracing & jaeger 2
Chandresh Pancholi
 
PDF
Serverless Computing
Rushi Namani
 
PPSX
Aws certified-solutions-architect-associate-training
Cloudsara
 
PDF
Ceph Türkiye 7. Meetup Ankara: Ceph Temelleri ve CRUSH MAP Yönetimi
Huseyin Cotuk
 
PDF
SD-WANって何だろう。使い方を知ってみよう(AWS分)
Yukihiro Kikuchi
 
Red Hat Insights
Alessandro Silva
 
Data Ops at TripActions
Rob Winters
 
Aws seminar report
Rahul Kumar
 
Bluetooth meshの基礎
PIXELAcorporation
 
[OpenStack Days Korea 2016] Track3 - 오픈스택 환경에서 공유 파일 시스템 구현하기: 마닐라(Manila) 프로젝트
OpenStack Korea Community
 
Practical CephFS with nfs today using OpenStack Manila - Ceph Day Berlin - 12...
TomBarron
 
Infrastructure as Code with Terraform and Ansible
DevOps Meetup Bern
 
5分で分かるBig Switch Networks
Big Switch Networks Japan
 
Basic and Advanced Analysis of Ceph Volume Backend Driver in Cinder - John Haan
Ceph Community
 
Ppt on cloud service
JYOTIRANJANNAYAK18
 
Apache Flink and what it is used for
Aljoscha Krettek
 
Azure Fundamentals || AZ-900
thisiswali
 
Route53 및 CloudFront를 이용한 CDN 활용기 - AWS Summit Seoul 2017
Amazon Web Services Korea
 
AWSクラウド利用料算出の参考資料
SORACOM, INC
 
Run Jenkins as Managed Product on ECS - AWS Meetup
Philipp Garbe
 
Distributed tracing using open tracing & jaeger 2
Chandresh Pancholi
 
Serverless Computing
Rushi Namani
 
Aws certified-solutions-architect-associate-training
Cloudsara
 
Ceph Türkiye 7. Meetup Ankara: Ceph Temelleri ve CRUSH MAP Yönetimi
Huseyin Cotuk
 
SD-WANって何だろう。使い方を知ってみよう(AWS分)
Yukihiro Kikuchi
 

Viewers also liked (20)

PDF
Load Balancing for Containers and Cloud Native Architecture
Chiradeep Vittal
 
PDF
Loadbalancers: The fabric for your micro services
Chiradeep Vittal
 
PDF
Microservices: State of the Union
C4Media
 
PDF
KubeCon EU 2016: Kubernetes meets Finagle for Resilient Microservices
KubeAcademy
 
PPTX
Cloud Solution Day 2016: Service Mesh for Kubernetes
AWS Vietnam Community
 
PPT
Els peixos p3 a
msg71
 
PPTX
JMeter Intro
Sam Varadarajan
 
PPTX
Performance and Load Testing
Sameera Wijesekara
 
PDF
Performance Testing - Apache Benchmark, JMeter
Antoni Orfin
 
PDF
Distributed Tracing
Kevin Ingelman
 
PPTX
CoreOS Overview and Current Status
Sreenivas Makam
 
PDF
Load Testing with JMeter
Yuriy Gerasimov
 
PPTX
The 3 Models in the NGINX Microservices Reference Architecture
NGINX, Inc.
 
PDF
Cloud Native Landscape (CNCF and OCI)
Chris Aniszczyk
 
PDF
Jmeter Performance Testing
Atul Pant
 
PPT
Performance testing jmeter
Bhojan Rajan
 
PPTX
Service Discovery using etcd, Consul and Kubernetes
Sreenivas Makam
 
PDF
gRPC: The Story of Microservices at Square
Apigee | Google Cloud
 
PPTX
OpenShift Enterprise 3.1 vs kubernetes
Samuel Terburg
 
PPTX
Eight Miles High: Build Cloud-native and Cloud-aware Systems
Chris Haddad
 
Load Balancing for Containers and Cloud Native Architecture
Chiradeep Vittal
 
Loadbalancers: The fabric for your micro services
Chiradeep Vittal
 
Microservices: State of the Union
C4Media
 
KubeCon EU 2016: Kubernetes meets Finagle for Resilient Microservices
KubeAcademy
 
Cloud Solution Day 2016: Service Mesh for Kubernetes
AWS Vietnam Community
 
Els peixos p3 a
msg71
 
JMeter Intro
Sam Varadarajan
 
Performance and Load Testing
Sameera Wijesekara
 
Performance Testing - Apache Benchmark, JMeter
Antoni Orfin
 
Distributed Tracing
Kevin Ingelman
 
CoreOS Overview and Current Status
Sreenivas Makam
 
Load Testing with JMeter
Yuriy Gerasimov
 
The 3 Models in the NGINX Microservices Reference Architecture
NGINX, Inc.
 
Cloud Native Landscape (CNCF and OCI)
Chris Aniszczyk
 
Jmeter Performance Testing
Atul Pant
 
Performance testing jmeter
Bhojan Rajan
 
Service Discovery using etcd, Consul and Kubernetes
Sreenivas Makam
 
gRPC: The Story of Microservices at Square
Apigee | Google Cloud
 
OpenShift Enterprise 3.1 vs kubernetes
Samuel Terburg
 
Eight Miles High: Build Cloud-native and Cloud-aware Systems
Chris Haddad
 
Ad

Similar to Load Balancing for Containers and Cloud Native Architecture (20)

PPTX
Load balancing in cloud computing.pptx
Hitesh Mohapatra
 
PDF
AWS Certified Cloud Practitioner Course S7-S10
Neal Davis
 
PDF
E VALUATION OF T WO - L EVEL G LOBAL L OAD B ALANCING F RAMEWORK IN C L...
ijcsit
 
PDF
The Simply Complex Task of Implementing Kubernetes Ingress - Velocity NYC
Ambassador Labs
 
PDF
Cloudflare Load Balancing for Monitoring Origin Server Health and Automatic F...
Cloudflare
 
PDF
How_to_choose_the_right_load_balancer_for_your_AWS_workloads_NET202.pdf
AkashGoel82
 
PDF
ACE - Comcore
Aakash Agarwal
 
PPT
What is load balancer in aws and types of load balancers
VishnuAnji
 
PDF
Meetup #4: AWS ELB Deep dive & Best practices
AWS Vietnam Community
 
PDF
Kubernetes Networking 101 kubecon EU 2022
ssuser1490e8
 
PPTX
LOAD BALANCING ALGORITHMS
tanmayshah95
 
PDF
Banv meetup 04162014
ozkan01
 
PDF
[En] IPVS for Docker Containers
Andrey Sibirev
 
PDF
IPVS for Docker Containers
Bob Sokol
 
PDF
Cilium - API-aware Networking and Security for Containers based on BPF
Thomas Graf
 
PPTX
OpenStack Summit Fall 2018: LBaaS
Praveen Yalagandula
 
PDF
Banv meetup-contrail
nvirters
 
PPTX
AWS fault tolerant architecture
skadyan1
 
PDF
Load Balancing in the Cloud using Nginx & Kubernetes
Lee Calcote
 
PDF
Kubernetes Networking - Sreenivas Makam - Google - CC18
CodeOps Technologies LLP
 
Load balancing in cloud computing.pptx
Hitesh Mohapatra
 
AWS Certified Cloud Practitioner Course S7-S10
Neal Davis
 
E VALUATION OF T WO - L EVEL G LOBAL L OAD B ALANCING F RAMEWORK IN C L...
ijcsit
 
The Simply Complex Task of Implementing Kubernetes Ingress - Velocity NYC
Ambassador Labs
 
Cloudflare Load Balancing for Monitoring Origin Server Health and Automatic F...
Cloudflare
 
How_to_choose_the_right_load_balancer_for_your_AWS_workloads_NET202.pdf
AkashGoel82
 
ACE - Comcore
Aakash Agarwal
 
What is load balancer in aws and types of load balancers
VishnuAnji
 
Meetup #4: AWS ELB Deep dive & Best practices
AWS Vietnam Community
 
Kubernetes Networking 101 kubecon EU 2022
ssuser1490e8
 
LOAD BALANCING ALGORITHMS
tanmayshah95
 
Banv meetup 04162014
ozkan01
 
[En] IPVS for Docker Containers
Andrey Sibirev
 
IPVS for Docker Containers
Bob Sokol
 
Cilium - API-aware Networking and Security for Containers based on BPF
Thomas Graf
 
OpenStack Summit Fall 2018: LBaaS
Praveen Yalagandula
 
Banv meetup-contrail
nvirters
 
AWS fault tolerant architecture
skadyan1
 
Load Balancing in the Cloud using Nginx & Kubernetes
Lee Calcote
 
Kubernetes Networking - Sreenivas Makam - Google - CC18
CodeOps Technologies LLP
 
Ad

More from Chiradeep Vittal (13)

PDF
Directions for CloudStack Networking
Chiradeep Vittal
 
PDF
Private cloud networking_cloudstack_days_austin
Chiradeep Vittal
 
PDF
StackWatch: A prototype CloudWatch service for CloudStack
Chiradeep Vittal
 
PDF
Network Functions Virtualization and CloudStack
Chiradeep Vittal
 
PDF
CloudStack Networking Deepdive CCCEU13
Chiradeep Vittal
 
PPTX
StackMate - CloudFormation for CloudStack
Chiradeep Vittal
 
PDF
SDN in Apache CloudStack (ApacheCon NA 2013)
Chiradeep Vittal
 
PDF
Scalable Object Storage with Apache CloudStack and Apache Hadoop
Chiradeep Vittal
 
PDF
Networking in the Cloud Age (LISA 2012 Tutorial)
Chiradeep Vittal
 
PDF
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)
Chiradeep Vittal
 
PDF
Evolution of CloudStack Architecture (Collab 2012)
Chiradeep Vittal
 
PPT
Scalable networking in Apache CloudStack
Chiradeep Vittal
 
PPTX
CloudStack + SDN
Chiradeep Vittal
 
Directions for CloudStack Networking
Chiradeep Vittal
 
Private cloud networking_cloudstack_days_austin
Chiradeep Vittal
 
StackWatch: A prototype CloudWatch service for CloudStack
Chiradeep Vittal
 
Network Functions Virtualization and CloudStack
Chiradeep Vittal
 
CloudStack Networking Deepdive CCCEU13
Chiradeep Vittal
 
StackMate - CloudFormation for CloudStack
Chiradeep Vittal
 
SDN in Apache CloudStack (ApacheCon NA 2013)
Chiradeep Vittal
 
Scalable Object Storage with Apache CloudStack and Apache Hadoop
Chiradeep Vittal
 
Networking in the Cloud Age (LISA 2012 Tutorial)
Chiradeep Vittal
 
The Future of Apache CloudStack (Not So Cloudy) (Collab 2012)
Chiradeep Vittal
 
Evolution of CloudStack Architecture (Collab 2012)
Chiradeep Vittal
 
Scalable networking in Apache CloudStack
Chiradeep Vittal
 
CloudStack + SDN
Chiradeep Vittal
 

Recently uploaded (20)

PDF
Generative AI vs Predictive AI-The Ultimate Comparison Guide
Lily Clark
 
PDF
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
PDF
RAT Builders - How to Catch Them All [DeepSec 2024]
malmoeb
 
PDF
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Per Axbom: The spectacular lies of maps
Nexer Digital
 
PDF
Brief History of Internet - Early Days of Internet
sutharharshit158
 
PDF
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PDF
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PPTX
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PPTX
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 
Generative AI vs Predictive AI-The Ultimate Comparison Guide
Lily Clark
 
Economic Impact of Data Centres to the Malaysian Economy
flintglobalapac
 
RAT Builders - How to Catch Them All [DeepSec 2024]
malmoeb
 
Build with AI and GDG Cloud Bydgoszcz- ADK .pdf
jaroslawgajewski1
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Per Axbom: The spectacular lies of maps
Nexer Digital
 
Brief History of Internet - Early Days of Internet
sutharharshit158
 
TrustArc Webinar - Navigating Data Privacy in LATAM: Laws, Trends, and Compli...
TrustArc
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
How Open Source Changed My Career by abdelrahman ismail
a0m0rajab1
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
AI Code Generation Risks (Ramkumar Dilli, CIO, Myridius)
Priyanka Aash
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
IT Runs Better with ThousandEyes AI-driven Assurance
ThousandEyes
 

Load Balancing for Containers and Cloud Native Architecture