SlideShare a Scribd company logo
1 of 69
Download to read offline
Sensitivity: Regular
EXPERT TEAM PAAS & SERVERLESS
Sensitivity: Regular
Work: InSpark – Principal Consultant
Twitter: @Johanbiere
Blog: talkingazure.com
Work: InSpark – Consultant
Twitter: @vworlddotnl
Blog: vWorld.nl
Sensitivity: Regular
AKS FROM ZERO TO HERO
03-10-2019
INSPARK
Sensitivity: Regular
https://aksworkshop.io/
Sensitivity: Regular
Overview
Architecture
Technical / Security
Use case / Demo
01
02
03
04
Sensitivity: Regular
CONTAINER?
Containers = operating system virtualization Traditional virtual machines = hardware virtualization
Windows Server containers: maximum speed and density Hyper-V containers: isolation plus performance
OS
Kernel
Applications
Container Container Container
Hardware
Hardware
Container Container Container
Hyper-V
Container
Kernel
Container
Kernel
Container
Kernel
Hardware
OS
Application
VM VM VM
App
OS
App
OS
App
OS
Sensitivity: Regular
Wat doen we niet met containers
Voorzien van Security updates (patchen)
Maken van back-up
Wat doen we wel met container images
Voorzien van Security updates (patchen)
Sensitivity: Regular
Developers
• ‘write-once, run-anywhere’ apps
• Microservice architectures
• Veel flexibeler dan Virtual Machines
• Consistentie
Operations
• Portability, Portability, Portability
• Standarisatie development, QA, and
prod environments
• Veel schaalbaarder
• Beheerbaar op grote schaal
DevOps
Sensitivity: Regular
• Applicatie modernisering
• Scaling van applicatie op grote schaal
(Search engines, social media websites, e-commerce
websites
Sensitivity: Regular
❖ Open source container runtime
❖ De Foundation voor containers ( AKS, ARO)
❖ Format (image) om containers te maken
❖ Mac, Windows & Linux support
❖ Portability
Sensitivity: Regular
Sensitivity: Regular
SUMMARY
IaaSPaaS
Azure services
SQL Database
Redis Cache
CosmosDB
And more!
Partner services
OpenShift
Pivotal Cloud
Foundry
Docker Enterprise
Edition
Mesosphere
DC/OS
Azure
Azure
Container
Registry
(ACR)
Service Broker
Azure Kubernetes
Service (AKS)
ACS
Engine
Batch
Azure Container
Instances (ACI)
Azure Virtual
Machines
Virtual Machine
Scale Sets
(VMSS)
Service Fabric
Virtual kubelet
App Service
Sensitivity: Regular
CONTAINERS AS THE APP PACKAGING FORMAT
…
Sensitivity: Regular
• docker login --username cr20demo100ta --password
password cr20demo100ta.azurecr.io
• docker build --build-arg BUILD_PATH= . -t
cr20demo100ta.azurecr.io
• docker tag demo-inspark
cr20demo100ta.azurecr.io/demo:v1
• docker push cr20demo100ta.azurecr.io/demo:v1
• docker system prune --all
Sensitivity: Regular
DEMO + BUILD IMAGE DEVOPS
Sensitivity: Regular
AZURE AKS
Containers
101
Azure
container
technology
Container
orchestration
Azure
Kubernetes
Service (AKS)
App service
Azure
Container
Registry
Open Service
Broker for
Azure (OSBA)
Release
automation
tools
Open source
community
Customer
success
stories
Getting
started
Azure
Container
Instances
(ACI)
Sensitivity: Regular
Copyright InSpark
• Kubernetes is an open-source (orchestration) framework for automating deployment and
management of containerized workloads (microservices).
– Orchestration:
• Scheduling
• Failover
• Scaling
• Networking
• Service discovery
• Health monitoring
Sensitivity: Regular
Copyright InSpark
• 2003/2004 - Designed by Google (Borg)
• 2014 - Introduced as Kubernetes as open-source version of Borg
• 2015 – Kubernetes v1.0
• 2016 – Kubernetes goes mainstream
• 2017 – Enterprise adoption & support (Azure, AWS)
Sensitivity: Regular
Copyright InSpark
• AKS is a Azure Managed Kubernetes Platform
– Hosted environment
– Eliminates the burden of maintenance & operations
– Master nodes are fully managed
– Worker nodes are almost fully managed
• “Have” to scale yourself
• “Have” to reboot yourself (after updates)
– “Quick” and easy deployment of a cluster
• az cli, terraform, ansible, arm, pws
Sensitivity: Regular
Copyright InSpark
– Integration with other Microsoft/ Azure Services, e.g.
• Azure Container Registry
• Azure Monitor (Log Analytics, Application Insights)
– Monitoring cluster and/ or application
• Key Vault
– Secrets
• PaaS Database solutions
• Storage
– Azure Disks
– Azure Files
• Azure DevOps integration
Sensitivity: Regular
Copyright InSpark
Responsibilities DIY with Kubernetes Managed Kubernetes on Azure
Containerization
Application iteration,
debugging
CI/CD
Cluster hosting
Cluster upgrade
Patching
Scaling
Monitoring and logging
Customer
Microsoft
Managed Kubernetes
empowers you to do more
Focus on your containers
and code, not the plumbing
of them
Sensitivity: Regular
Sensitivity: Regular
Sensitivity: Regular
Sensitivity: Regular
Sensitivity: Regular
Sensitivity: Regular
Copyright InSpark
Kubernetes
control
API server
replication, namespace,
serviceaccounts, etc.
-controller-
manager -scheduler
etcd
Master node
Worker node
kubelet kube-proxy
Docker
Prod Prod
Containers Containers
Worker node
kubelet kube-proxy
Docker
Prod Prod
Containers Containers
Internet
Sensitivity: Regular
Copyright InSpark
API server
Controller
ManagerScheduler
etcd
Store
Cloud
Controller
Self-managed master node(s)
• Automated upgrades, patches
• High reliability, availability
• Easy, secure cluster scaling
• Self-healing
• API server monitoring
• At no charge
Customer VMs
App/
workload
definitionUser
Docker
Pods
Docker
Pods
Docker
Pods
Docker
Pods
Docker
Pods
Schedule pods over
private tunnel
Kubernetes
API endpoint
Azure managed control plane
Sensitivity: Regular
Copyright InSpark
Built-in
auto scaling
Global
data center
Geo-replicated
container registry
Elastically burst
using ACI
Browser
Traffic
manager
Geo-replicated
container registry
AKS clusters
Azure Container Instances
Pod Pod
Pod Pod
Pod Pod
Sensitivity: Regular
Copyright InSpark
Do It Yourself acs-engine Azure Kubernetes
Service
Description Create your VMs,
deploy k8s
acs-engine generates
ARM templates to
deploy k8s
Managed K8S
Possibility to modify
the cluster
Highest Highest Medium
You pay for Master+Node VMs Master+Node VMs Node VMs
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Namespaces objects is the Logical Isolation boundy
Provide a scope for names
Not all objects can be
namespaced i.e. nodes
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Sensitivity: Regular
Sensitivity: Regular
Sensitivity: Regular
Maintain at least N-1 fot minor releases for production workloads
Recommend 3 Month upgrade cycle for minor verions
Enable functional add ons to cluster minimal cluster redeployment
Recommend automating nodes reboot for security patches
Recommend blue/green cluster upgrades for customer production
workloads
Sensitivity: Regular
Sensitivity: Regular
Sensitivity: Regular
DEMO – AZURE MONITOR
Sensitivity: Regular
Sensitivity: Regular
Copyright InSpark
1. Kubernetes Developer authenticates with AAD
2. The AAD token issuance endpoint issues the access
token
3. Developer performs action w/ AAD token.
Eg.kubectlcreate pod
4. Kubernetes validates token with AAD and fetches the
Developer’s AAD Groups Eg.Dev Team A, App Group B
5. Kubernetes RBAC and cluster policies are applied
6. Request is successful or not based on the previous
validation
Sensitivity: Regular
Copyright InSpark
$ az aks get-credentials --resource-group myAKSCluster --name myAKSCluster
$ kubectl get nodes
To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code BUJHWDGNL to authenticate.
Or
Error from server (Forbidden): nodes is forbidden: User baduser@contoso.com cannot list nodes at
the cluster scope
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
o Use namespaces, do not deploy to default
o Namespaces Object is the logical Isolation boundary
o Provide a scope for names
o Not all objects can be namespaced i.e. nodes
o Optionally, use different clusters for different apps/environments (remember, you
do not pay for the master nodes!)
o Use resource quotas
o Use at least 3 nodes, that will give you enough capacity during upgrades (especially
if using disks as persistent volumes)
Sensitivity: Regular
Copyright InSpark
• You can use AAD-based access to Azure Files
• Managed Disks encrypted with Storage Service
Encryption
More information:
https://docs.microsoft.com/mt-mt/azure/aks/concepts-storage
Sensitivity: Regular
Copyright InSpark
o Dynamic disk
o Static Azure disks
o Dynamic Azure files
o Static Azure files
Notes:
o Disks are ReadWriteOnce, Files are ReadWriteMany
o Only Disks support Premium storage
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
o Service Type LoadBalancer
o Basic Layer4 Load Balancing
(TCP/UDP)
o Each service as assigned an IP on
the ALB (Azure Load Balancer)
Sensitivity: Regular
Copyright InSpark
o Used for internal services that should be
accessed by other VNETs or OnPremise only
Sensitivity: Regular
Copyright InSpark
o Ingress is a Kubernetes API that manages external access to the services in the
cluster
o Supports HTTP and HTTPs
o Path and Subdomain based routing
o SSL Termination
o Save on public IP-addresses
o Ingress controller is a daemon, deployed as a Kubernetes Pod, that watches the Ingress
Endpoint for updates. Its job is to satisfy requests for ingresses.
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
o Scales nodes based on pending pods
o Scale up and scale down
o Reduces dependency on monitoring
o Removes need for users to manage
nodes and monitor service usage
manually
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
Copyright InSpark
o Step1:
az group create -–name aksrg
o Step2:
az aks create -n myakscluster -g aksrg --node-count 2 -k 1.11.3 -s Standard_DS2_v2
o Step3
az aks get-credentials –myakscluster -g aksrg
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
DEMO + HOMEWORK AKS
HTTPS://AKSWORKSHOP.IO/
Sensitivity: Regular
AZURE ACI
Containers
101
Azure
container
technology
Container
orchestration
Azure
Container
Service (AKS)
App service
Azure
Container
Registry
Open Service
Broker for
Azure (OSBA)
Release
automation
tools
Open source
community
Customer
success
stories
Getting
started
Azure
Container
Instances
(ACI)
Sensitivity: Regular
Easily run serverless containers
Containers as a primitive
billed per second
Secure applications with
hypervisor isolation
Run containers
without managing
servers
Sensitivity: Regular
Elastic Bursting (AKS)Event Driven AppsModular apps
Sensitivity: Regular
Copyright InSpark
Sensitivity: Regular
KUBERNETES - SCALABILITY
Sensitivity: Regular
BEDANKT!
Copyright InSpark

More Related Content

What's hot

What's hot (20)

An Architectural Deep Dive With Kubernetes And Containers Powerpoint Presenta...
An Architectural Deep Dive With Kubernetes And Containers Powerpoint Presenta...An Architectural Deep Dive With Kubernetes And Containers Powerpoint Presenta...
An Architectural Deep Dive With Kubernetes And Containers Powerpoint Presenta...
 
Kubernetes Introduction
Kubernetes IntroductionKubernetes Introduction
Kubernetes Introduction
 
Kubernetes Concepts And Architecture Powerpoint Presentation Slides
Kubernetes Concepts And Architecture Powerpoint Presentation SlidesKubernetes Concepts And Architecture Powerpoint Presentation Slides
Kubernetes Concepts And Architecture Powerpoint Presentation Slides
 
Deploying your first application with Kubernetes
Deploying your first application with KubernetesDeploying your first application with Kubernetes
Deploying your first application with Kubernetes
 
Kubernetes - introduction
Kubernetes - introductionKubernetes - introduction
Kubernetes - introduction
 
DevOps with Kubernetes
DevOps with KubernetesDevOps with Kubernetes
DevOps with Kubernetes
 
Deploy Application on Kubernetes
Deploy Application on KubernetesDeploy Application on Kubernetes
Deploy Application on Kubernetes
 
Kubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory GuideKubernetes for Beginners: An Introductory Guide
Kubernetes for Beginners: An Introductory Guide
 
Kubernetes Introduction
Kubernetes IntroductionKubernetes Introduction
Kubernetes Introduction
 
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
Kubernetes Architecture | Understanding Kubernetes Components | Kubernetes Tu...
 
Kubernetes - A Comprehensive Overview
Kubernetes - A Comprehensive OverviewKubernetes - A Comprehensive Overview
Kubernetes - A Comprehensive Overview
 
Kubernetes: A Short Introduction (2019)
Kubernetes: A Short Introduction (2019)Kubernetes: A Short Introduction (2019)
Kubernetes: A Short Introduction (2019)
 
Moving Applications into Azure Kubernetes
Moving Applications into Azure KubernetesMoving Applications into Azure Kubernetes
Moving Applications into Azure Kubernetes
 
Introduction to helm
Introduction to helmIntroduction to helm
Introduction to helm
 
OpenShift Overview
OpenShift OverviewOpenShift Overview
OpenShift Overview
 
Introduction of Kubernetes - Trang Nguyen
Introduction of Kubernetes - Trang NguyenIntroduction of Kubernetes - Trang Nguyen
Introduction of Kubernetes - Trang Nguyen
 
Quick introduction to Kubernetes
Quick introduction to KubernetesQuick introduction to Kubernetes
Quick introduction to Kubernetes
 
Introduction to Amazon EKS
Introduction to Amazon EKSIntroduction to Amazon EKS
Introduction to Amazon EKS
 
Kubernetes dealing with storage and persistence
Kubernetes  dealing with storage and persistenceKubernetes  dealing with storage and persistence
Kubernetes dealing with storage and persistence
 
Red Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft AzureRed Hat Openshift on Microsoft Azure
Red Hat Openshift on Microsoft Azure
 

Similar to Aks pimarox from zero to hero

Kubernetes: від знайомства до використання у CI/CD
Kubernetes: від знайомства до використання у CI/CDKubernetes: від знайомства до використання у CI/CD
Kubernetes: від знайомства до використання у CI/CD
Stfalcon Meetups
 
Migrating enterprise workloads to AWS
Migrating enterprise workloads to AWS Migrating enterprise workloads to AWS
Migrating enterprise workloads to AWS
Tom Laszewski
 

Similar to Aks pimarox from zero to hero (20)

A Survey of Container Security in 2016: A Security Update on Container Platforms
A Survey of Container Security in 2016: A Security Update on Container PlatformsA Survey of Container Security in 2016: A Security Update on Container Platforms
A Survey of Container Security in 2016: A Security Update on Container Platforms
 
DCEU 18: Provisioning and Managing Storage for Docker Containers
DCEU 18: Provisioning and Managing Storage for Docker ContainersDCEU 18: Provisioning and Managing Storage for Docker Containers
DCEU 18: Provisioning and Managing Storage for Docker Containers
 
Best Practices with Azure Kubernetes Services
Best Practices with Azure Kubernetes ServicesBest Practices with Azure Kubernetes Services
Best Practices with Azure Kubernetes Services
 
04_Azure Kubernetes Service: Basic Practices for Developers_GAB2019
04_Azure Kubernetes Service: Basic Practices for Developers_GAB201904_Azure Kubernetes Service: Basic Practices for Developers_GAB2019
04_Azure Kubernetes Service: Basic Practices for Developers_GAB2019
 
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...
Zero to 1000+ Applications - Large Scale CD Adoption at Cisco with Spinnaker ...
 
Choosing PaaS: Cisco and Open Source Options: an overview
Choosing PaaS:  Cisco and Open Source Options: an overviewChoosing PaaS:  Cisco and Open Source Options: an overview
Choosing PaaS: Cisco and Open Source Options: an overview
 
Private Cloud with Open Stack, Docker
Private Cloud with Open Stack, DockerPrivate Cloud with Open Stack, Docker
Private Cloud with Open Stack, Docker
 
The state of containers for your DevOps journey
The state of containers for your DevOps journeyThe state of containers for your DevOps journey
The state of containers for your DevOps journey
 
AWS re:Invent 2016: Introduction to Container Management on AWS (CON303)
AWS re:Invent 2016: Introduction to Container Management on AWS (CON303)AWS re:Invent 2016: Introduction to Container Management on AWS (CON303)
AWS re:Invent 2016: Introduction to Container Management on AWS (CON303)
 
Accelerate Application Innovation Journey with Azure Kubernetes Service
Accelerate Application Innovation Journey with Azure Kubernetes Service Accelerate Application Innovation Journey with Azure Kubernetes Service
Accelerate Application Innovation Journey with Azure Kubernetes Service
 
Kubernetes: від знайомства до використання у CI/CD
Kubernetes: від знайомства до використання у CI/CDKubernetes: від знайомства до використання у CI/CD
Kubernetes: від знайомства до використання у CI/CD
 
Migrating enterprise workloads to AWS
Migrating enterprise workloads to AWS Migrating enterprise workloads to AWS
Migrating enterprise workloads to AWS
 
AWS re:Invent 2016: Development Workflow with Docker and Amazon ECS (CON302)
AWS re:Invent 2016: Development Workflow with Docker and Amazon ECS (CON302)AWS re:Invent 2016: Development Workflow with Docker and Amazon ECS (CON302)
AWS re:Invent 2016: Development Workflow with Docker and Amazon ECS (CON302)
 
Morning Coffee - Windows Server 2016
Morning Coffee - Windows Server 2016Morning Coffee - Windows Server 2016
Morning Coffee - Windows Server 2016
 
Centralizing Kubernetes and Container Operations
Centralizing Kubernetes and Container OperationsCentralizing Kubernetes and Container Operations
Centralizing Kubernetes and Container Operations
 
OpenStack for VMware Administrators
OpenStack for VMware AdministratorsOpenStack for VMware Administrators
OpenStack for VMware Administrators
 
Kubernetes Basics - ICP Workshop Batch II
Kubernetes Basics - ICP Workshop Batch IIKubernetes Basics - ICP Workshop Batch II
Kubernetes Basics - ICP Workshop Batch II
 
State of the Container Ecosystem
State of the Container EcosystemState of the Container Ecosystem
State of the Container Ecosystem
 
Kubernetes on on on on on on on on on on on on on on Azure Deck.pptx
Kubernetes on on on on on on on on on on on on on on Azure Deck.pptxKubernetes on on on on on on on on on on on on on on Azure Deck.pptx
Kubernetes on on on on on on on on on on on on on on Azure Deck.pptx
 
Cloud for Kubernetes : Session4
Cloud for Kubernetes : Session4Cloud for Kubernetes : Session4
Cloud for Kubernetes : Session4
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 

Recently uploaded (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 

Aks pimarox from zero to hero