SlideShare a Scribd company logo
Building cloud native apps
with Containers, Functions and Managed Services
Scott Coulton @scottcoulton, Microsoft
Patrick Chanezon @chanezon, Microsoft
x
About me
@scottcoulton
About me
Agenda
• Developer experience
• Application packaging
• Making your application scale
Microsoft’s mission
“Our mission is to empower every
person and every organization on
the planet to achieve more.”
https://www.microsoft.com/en-us/about
3 abstractions
• Containers
• Functions, triggered by Events
• Managed Cloud Services
Portable Serverless Platforms
on top of Kubernetes
Fn
Nuclio
OpenFaaS
Galactic Fog
OpenWhisk
KNative
Keda
Azure Functions is an open-
source project
Functions runtime and all extensions
are fully open source
https://github.com/Azure/Azure-Functions
Dev experience: Azure Dev
Spaces
Capabilities
1. Use Azure Dev Spaces to iteratively develop, test, and debug
microservices targeted for AKS clusters.
2. Azure DevOps has native integration with Helm and helps
simplifying continuous integration/continuous delivery (CI/CD)
3. Virtual node—a Virtual Kubelet implementation—allows fast
scaling of services for unpredictable traffic.
4. Azure Monitor provides a single pane of glass for monitoring over
app telemetry, cluster-to-container level health analytics.
Source
code control
Inner
loop
Azure
Container
Registry
Azure Pipeline/
DevOps Project
Auto-
build
Azure
Monitor
CI/CD
Test
Debug
Azure
DevSpaces
AKS dev
cluster
AKS production cluster
Pods
Container instances
Pods
1
2
3
4
Developer experience
Developer experience
Developer experience
Developer experience
Developer experience
Azure Dev Spaces + VS
Code Liveshare
VS Code Live Share: you just need VS Code locally.
• Code and all setup on your collaborator’s machine
• Code together without setting anything up
• Access services on remote machine from localhost
• Access terminal on remote machine from VS Code
• Works with Azure Dev Spaces on machine sharing the session: double
jump to AKS
VS Code Remote
Extension for Containers
VS Code Remote
Extension for Containers
Other projects to look at
Telepresence
Application packaging
Application packaging
CNAB is a specification for building apps
• CNAB is not a platform-specific tool
• Standard packaging format for multi-component distributed
applications
• Is agnostic to the cloud or runtime
• Uses tools and code you already have
https://cnab.io
Application packaging
Microsoft’s implementation of the spec Porter
• Porter abstracts the complexity of resources via
mixins
• Porter uses yaml to define the bundles
• Uses containers for the invocation image
• Mixin’s can be written for any resources
• Supports Kubernetes, Helm, exec and
Terraform
https://porter.sh
Scaling your application
Scaling your application
https://github.com/virtual-kubelet/virtual-kubelet
Scaling your application
KEDA allows for fine grained autoscaling (including to/from
zero) for event driven Kubernetes workloads. KEDA serves
as a Kubernetes Metrics Server and allows users to define
autoscaling rules using a dedicated Kubernetes custom
resource definition.
https://github.com/kedacore/keda
Scaling your application
KEDA can run on both the cloud and the edge, integrates
natively with Kubernetes components such as the
Horizontal Pod Autoscaler, and has no external
dependencies.
https://github.com/kedacore/keda
Scaling your application
Demo time
Scaling your application
Scaling your application
Scaling your application
Scaling your application
Resources
https://github.com/scotty-c/kubecon-china
Free Azure Account https://aka.ms/pat/account
Containers https://aka.ms/pat/container
Functions https://aka.ms/pat/functions
Azure Dev Spaces https://aka.ms/pat/ds
VS Code Live Share https://aka.ms/pat/ls
We’re hiring https://aka.ms/awesomejobs
Questions
KubeCon China 2019 - Building Apps with Containers, Functions and Managed Services

More Related Content

PPTX
KubeCon 2019 - Scaling your cluster (both ways)
PPTX
Dockercon 2019 Developing Apps with Containers, Functions and Cloud Services
PPTX
Going Serverless with Kubeless In Google Container Engine (GKE)
PPTX
Docker Enterprise Workshop - Intro
PDF
Ricardo Fiel - Microsoft - OSL19
PDF
Francisco Javier Ramirez Urea - Hopla - OSL19
PDF
Kubernetes Docker Container Implementation Ppt PowerPoint Presentation Slide ...
PDF
Kubernetes Native Serverless solution: Kubeless
KubeCon 2019 - Scaling your cluster (both ways)
Dockercon 2019 Developing Apps with Containers, Functions and Cloud Services
Going Serverless with Kubeless In Google Container Engine (GKE)
Docker Enterprise Workshop - Intro
Ricardo Fiel - Microsoft - OSL19
Francisco Javier Ramirez Urea - Hopla - OSL19
Kubernetes Docker Container Implementation Ppt PowerPoint Presentation Slide ...
Kubernetes Native Serverless solution: Kubeless

What's hot (20)

PPTX
Kubernetes Code Components
PDF
DockerCon 18 Cool Hacks: Cloud Native ML with Docker Enterprise Edition
PPTX
Continuous Delivery to Kubernetes Using Helm
PPTX
DevOps: Kubernetes + Helm with Azure
PDF
Use Docker to Deliver Cognitive Services Running Cross Platform and Multi Clo...
PDF
DCSF 19 Improving the Human Condition with Docker
PDF
Kubernetes and the Rise of Application-centric Computing
PDF
What is Google Cloud Platform - GDG DevFest 18 Depok
PDF
Containers and Kubernetes
PDF
Considerations for operating docker at scale
DOCX
Kubernetes - An introduction
PPTX
Why kubernetes
PDF
Updating Kubernetes With Helm Charts: Build, Test, Deploy with Codefresh and...
PPTX
Kube what? for NodeJs developers
PDF
DCSF 19 Docker Enterprise Platform and Architecture
PDF
The Evolving Design Patterns of Puppet Enterprise - PuppetConf 2014
PDF
XCloudLabs- AWS Overview
PPTX
Intro to Helm for Kubernetes
PDF
Serverless in production (O'Reilly Software Architecture)
PDF
Using Docker Hub at Scale to Support Micro Focus' Delivery and Deployment Model
Kubernetes Code Components
DockerCon 18 Cool Hacks: Cloud Native ML with Docker Enterprise Edition
Continuous Delivery to Kubernetes Using Helm
DevOps: Kubernetes + Helm with Azure
Use Docker to Deliver Cognitive Services Running Cross Platform and Multi Clo...
DCSF 19 Improving the Human Condition with Docker
Kubernetes and the Rise of Application-centric Computing
What is Google Cloud Platform - GDG DevFest 18 Depok
Containers and Kubernetes
Considerations for operating docker at scale
Kubernetes - An introduction
Why kubernetes
Updating Kubernetes With Helm Charts: Build, Test, Deploy with Codefresh and...
Kube what? for NodeJs developers
DCSF 19 Docker Enterprise Platform and Architecture
The Evolving Design Patterns of Puppet Enterprise - PuppetConf 2014
XCloudLabs- AWS Overview
Intro to Helm for Kubernetes
Serverless in production (O'Reilly Software Architecture)
Using Docker Hub at Scale to Support Micro Focus' Delivery and Deployment Model
Ad

Similar to KubeCon China 2019 - Building Apps with Containers, Functions and Managed Services (20)

PDF
04_Azure Kubernetes Service: Basic Practices for Developers_GAB2019
PPTX
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
PPTX
Kubernetes on on on on on on on on on on on on on on Azure Deck.pptx
PDF
Building Cloud-Native Applications with Kubernetes, Helm and Kubeless
PDF
DCSF 19 Developing Apps with Containers, Functions and Cloud Services
PDF
What is the Difference Between Kubernetes and Docker?
PPTX
Cloud technology with practical knowledge
PPTX
Using Azure DevOps to continuously build, test, and deploy containerized appl...
PPTX
Intro to Azure Container App Presentation
PDF
Kubernetes on aws
PDF
The state of containers for your DevOps journey
PPTX
Docker and Azure Kubernetes service.pptx
PPTX
Develop and deploy Kubernetes applications with Docker - IBM Index 2018
PPTX
DevOps with Azure, Kubernetes, and Helm Webinar
PPTX
Kubernetes 101
PPTX
KubernetesPPT.pptx
PPTX
Building cloud native apps
DOCX
Md Zahir Uddin
PPTX
Kubernetes: від знайомства до використання у CI/CD
PDF
A curtain-raiser to the container world Docker & Kubernetes
04_Azure Kubernetes Service: Basic Practices for Developers_GAB2019
GIDS 2019: Developing Apps with Containers, Functions and Cloud Services
Kubernetes on on on on on on on on on on on on on on Azure Deck.pptx
Building Cloud-Native Applications with Kubernetes, Helm and Kubeless
DCSF 19 Developing Apps with Containers, Functions and Cloud Services
What is the Difference Between Kubernetes and Docker?
Cloud technology with practical knowledge
Using Azure DevOps to continuously build, test, and deploy containerized appl...
Intro to Azure Container App Presentation
Kubernetes on aws
The state of containers for your DevOps journey
Docker and Azure Kubernetes service.pptx
Develop and deploy Kubernetes applications with Docker - IBM Index 2018
DevOps with Azure, Kubernetes, and Helm Webinar
Kubernetes 101
KubernetesPPT.pptx
Building cloud native apps
Md Zahir Uddin
Kubernetes: від знайомства до використання у CI/CD
A curtain-raiser to the container world Docker & Kubernetes
Ad

More from Patrick Chanezon (20)

PPTX
Docker Enterprise Workshop - Technical
PPTX
The Tao of Docker - ITES 2018
PPTX
Moby KubeCon 2017
PPTX
Microsoft Techsummit Zurich Docker and Microsoft
PPTX
Docker Meetup Feb 2018 Develop and deploy Kubernetes Apps with Docker
PPTX
DockerCon EU 2017 Recap
PPTX
Docker Innovation Culture
PPTX
The Tao of Docker - Devfest Nantes 2017
PPTX
Docker 之道 Modernize Traditional Applications with 无为 Create New Cloud Native ...
PPTX
Moby Open Source Summit North America 2017
PPTX
Moby Introduction - June 2017
PPTX
Docker Cap Gemini CloudXperience 2017 - la revolution des conteneurs logiciels
PPTX
Weave User Group Talk - DockerCon 2017 Recap
PPTX
Oscon 2017: Build your own container-based system with the Moby project
PPTX
Containerd Donation to CNCF Cloud Native Conference Berlin 2017
PPTX
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
PPTX
What's New in Docker - February 2017
PPTX
Using Open Source and Open Standards in the Platform game
PPTX
Docker containerd Kubernetes sig node
PPTX
Docker 101 Checonf 2016
Docker Enterprise Workshop - Technical
The Tao of Docker - ITES 2018
Moby KubeCon 2017
Microsoft Techsummit Zurich Docker and Microsoft
Docker Meetup Feb 2018 Develop and deploy Kubernetes Apps with Docker
DockerCon EU 2017 Recap
Docker Innovation Culture
The Tao of Docker - Devfest Nantes 2017
Docker 之道 Modernize Traditional Applications with 无为 Create New Cloud Native ...
Moby Open Source Summit North America 2017
Moby Introduction - June 2017
Docker Cap Gemini CloudXperience 2017 - la revolution des conteneurs logiciels
Weave User Group Talk - DockerCon 2017 Recap
Oscon 2017: Build your own container-based system with the Moby project
Containerd Donation to CNCF Cloud Native Conference Berlin 2017
Docker Azure Friday OSS March 2017 - Developing and deploying Java & Linux on...
What's New in Docker - February 2017
Using Open Source and Open Standards in the Platform game
Docker containerd Kubernetes sig node
Docker 101 Checonf 2016

Recently uploaded (20)

PPT
Introduction Database Management System for Course Database
PDF
Understanding Forklifts - TECH EHS Solution
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
System and Network Administration Chapter 2
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
PPT
JAVA ppt tutorial basics to learn java programming
PDF
2025 Textile ERP Trends: SAP, Odoo & Oracle
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PPTX
Materi_Pemrograman_Komputer-Looping.pptx
PDF
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
PDF
Which alternative to Crystal Reports is best for small or large businesses.pdf
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PPTX
Online Work Permit System for Fast Permit Processing
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
top salesforce developer skills in 2025.pdf
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
Introduction Database Management System for Course Database
Understanding Forklifts - TECH EHS Solution
How to Migrate SBCGlobal Email to Yahoo Easily
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
System and Network Administration Chapter 2
ISO 45001 Occupational Health and Safety Management System
Why TechBuilder is the Future of Pickup and Delivery App Development (1).pdf
JAVA ppt tutorial basics to learn java programming
2025 Textile ERP Trends: SAP, Odoo & Oracle
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
Materi_Pemrograman_Komputer-Looping.pptx
Audit Checklist Design Aligning with ISO, IATF, and Industry Standards — Omne...
Which alternative to Crystal Reports is best for small or large businesses.pdf
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
Online Work Permit System for Fast Permit Processing
Design an Analysis of Algorithms I-SECS-1021-03
top salesforce developer skills in 2025.pdf
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
How to Choose the Right IT Partner for Your Business in Malaysia

KubeCon China 2019 - Building Apps with Containers, Functions and Managed Services