Modernizing Application Delivery with Containers & Kubernetes

Slides:



Advertisements
Similar presentations
MIX 09 4/15/ :14 PM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Advertisements

Session 1.
demo © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names.
demo Demo.
demo QueryForeign KeyInstance /sm:body()/x:Order/x:Delivery/y:TrackingId1Z
Microsoft Teams Behind the Scenes – Q&A
From IT Pros to IT Heroes - with Azure DevTest Labs
Azure Machine Learning Deploying and Managing Models in production
Azure File Sync Setup, configuration and management
6/5/2018 1:30 PM THR1029 Spend less time managing data and more time with customers: Quick tour of Outlook Customer Manager Welly Lee
Azure Cloud Shell Magic of Modern Command-line Management
Developing Hybrid Apps on Microsoft Azure Stack
Azure SDKs and Tools for You
Optimizing Microsoft OneDrive for the enterprise
Performing a Seamless Migration in Azure SQL DB
What a Real, Functioning DevOps Team Looks Like
Virtual Machine Diagnostics in Microsoft Azure
SQL Server on Linux on All-Flash Arrays
Microsoft Ignite /31/ :08 AM
Expert-level Windows 10 deployment
Workflow Orchestration with Adobe I/O
Find, try and get line-of-business apps on Microsoft AppSource
Azure Security in four steps
Automate all things! Microsoft Azure continuous deployment
Agile Planning with Visual Studio Team Services (VSTS)
Servicing Windows 10 in the Real World
9/22/2018 3:49 AM BRK2247 Learn from MVPs: Panel discussion on all things SharePoint and OneDrive © Microsoft Corporation. All rights reserved. MICROSOFT.
Confidence at speed: Visual Studio 2017 and your CI pipeline
Azure PowerShell Aaron Roney Senior Program Manager Cormac McCarthy
Continuous Delivery for Microsoft Azure
Port your AWS Knowledge to Azure
Continuous Delivery with Visual Studio Team Services
Azure Advisor: Optimization in the best way
PowerShell Unplugged Jeffrey Snover Technical Fellow
Mobile Center and VSTS:​ Better together for your Mobile DevOps
Developing for the cloud with Visual Studio
Title of Presentation 12/2/2018 3:48 PM
Microsoft products for non-profits
Automating security for better, continuous compliance in the cloud
Introduction to ASP.NET Core 1.0
Five cool things you can do with Windows PowerShell on Office 365
Microsoft To-Do Preview
Securely pass passwords into your deployment
From Source to Production: The Latest in Container Dev
Microsoft Exchange: Through the eyes of MVPs (Panel discussion)
MDM Migration Analysis Tool (MMAT)
Overview: Dynamics 365 for Project Service Automation
Understand your Azure cloud assets dependencies with BMC Discovery
Surviving identity management in a hybrid world
Sami Laiho AMA - Ask Me Anything
Breaking Down the Value of A Yammer Post: 20 Things to Do
8/04/2019 9:13 PM © 2006 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Cool Microsoft Edge Tips and Tricks
When Bad Things Happen to Good Applications
Getting the most out of Azure resources with Azure Advisor
Manage your App Service resources using Command line tools
“Hey Mom, I’ll Fix Your Computer”
4/21/2019 7:09 AM THR2098 Unlock New Opportunities with Nintex Hawkeye Process Intelligence and Workflow Analytics Sr. Product.
Виктор Хаджийски Катедра “Металургия на желязото и металолеене”
WINDOWS AZURE A LAP AROUND PLATFORM THE Steve Marx
Consolidate, manage, backup, and secure your cloud content
Designing Bots that Fit Your Organization
Ask the Experts: Windows 10 deployment and servicing
Passwordless Service Accounts
Azure Networking inside and out
Digital Transformation: Putting the Jigsaw Together
WCF and .NET Framework Microservices in Containers
Diagnostics and troubleshooting in Azure App Service Support Center
Optimizing your content for search and discovery
Title of Presentation 5/24/2019 1:26 PM
Presentation transcript:

Modernizing Application Delivery with Containers & Kubernetes 8/23/2018 5:12 PM BRK3181 Modernizing Application Delivery with Containers & Kubernetes Brendan Burns Distinguished Engineer – Microsoft Azure © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Why do you care about containers?

Why do you care about orchestrators?

Why do you care about microservices?

You don’t.

You shouldn’t.

So what do you care about?

You care about your product.

You care about your users.

You care about your SRE.

You care about your teams.

So then what do containers have to do with it?

What is a container? Shared Library.v2 Shared Library.v1 Operating System Shared Library.v1 Shared Library.v2

Packaging and deployment mechanism What is a container? Packaging and deployment mechanism Shared Library.v1 Shared Library.v2 Operating System

What is a container? Deployment & distribution mechanism MyApp.v2 Laptop/Dev Image Here Azure Container Registry Push Pull

What is a container? Web Server Monitoring Agent Operating System SSH Daemon Log Roller

A clear boundary for your stuff What is a container? A clear boundary for your stuff Operating System Web Server Log Roller SSH Daemon Monitoring Agent

Intern’s Minecraft Server What is a container? Production Web Server Intern’s Minecraft Server Runtime isolation

How does the cloud fit into this? 8/23/2018 5:12 PM How does the cloud fit into this? ? © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

How does the cloud fit into this? 8/23/2018 5:12 PM How does the cloud fit into this? Azure Container Instances © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Demo: Azure Container Instances 8/23/2018 5:12 PM Demo: Azure Container Instances © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

https://www.flickr.com/photos/greeblie/2224507899

Most outages are self inflicted.

The job is too hard.

Decoupling SRE Application SRE Cluster SRE Kernel/OS SRE Hardware SRE

DevOps Application SRE Cluster SRE Kernel/OS SRE Hardware SRE

Also DevOps Cluster SRE Kernel/OS SRE Hardware SRE

Azure Virtual Machines Decoupling Application SRE Cluster SRE Kernel/OS SRE Azure Virtual Machines Hardware SRE

Container Runtimes / Images Decoupling Application SRE Cluster SRE Container Runtimes / Images Kernel/OS SRE IaaS / Virtualization Hardware SRE

Decoupling Application SRE Cluster SRE Kernel/OS SRE Hardware SRE Container Cluster Managers Cluster SRE Container Runtimes / Images Kernel/OS SRE IaaS / Virtualization Hardware SRE

Container API: Unified Compute Substrate The “DevOps” view Container API: Unified Compute Substrate Homogenous Machine Fleet of Azure VMs

Container API: Unified Compute Substrate The “not my monkey, not my circus” line. Container API: Unified Compute Substrate

Container API: Unified Compute Substrate The “not my monkey, not my circus” line.

Health Checking

Health Checking

Health Checking

Replication kubectl scale replicaSet –count=3

Demo: Azure Container Service & Kubernetes 8/23/2018 5:12 PM Demo: Azure Container Service & Kubernetes © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Building on top of orchestration You used to assume x86 as a service You can now assume container as a service What does that mean? Building on top of orchestration Container API: Unified Compute Substrate

PaaS is Dead! Long live PaaS! Platform as a Service (PaaS) looks like the first “cloud native” API But it is radically reforming due to containers and orchestrators Container API: Unified Compute Substrate

Container API: Unified Compute Substrate Where we are. Deis Workflow (PaaS) Container API: Unified Compute Substrate

Container API: Unified Compute Substrate Where we are. Deis Workflow (PaaS) Kubeless (FaaS) Container API: Unified Compute Substrate

Container API: Unified Compute Substrate Where we are. Deis Workflow (PaaS) Deis Helm (Packages) Kubeless (FaaS) Container API: Unified Compute Substrate

Container API: Unified Compute Substrate Where we are. Deis Workflow (PaaS) Deis Helm (Packages) Spark (Big Data) Kubeless (FaaS) Container API: Unified Compute Substrate

Container API: Unified Compute Substrate Where we are. Deis Workflow (PaaS) Deis Helm (Packages) Spark (Big Data) Kubeless (FaaS) Container API: Unified Compute Substrate

Demo: Package Management with Helm 8/23/2018 5:12 PM Demo: Package Management with Helm © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

The future Distributed systems are becoming microservices Kube Lego Daemon HTTP Service (Ingress)

The future Distributed systems are becoming microservices Kube Lego Daemon HTTP Service (Ingress)

The future Distributed systems are becoming microservices Kube Lego Daemon HTTP Service (Ingress) Certificate

The future Distributed systems are becoming microservices Kube Lego Daemon HTTP Service (Ingress) Certificate HTTP Service (Ingress) Certificate

Demo: Adding SSL with kube-lego 8/23/2018 5:12 PM Demo: Adding SSL with kube-lego © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8/23/2018 5:12 PM Questions? © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

Please evaluate this session Tech Ready 15 8/23/2018 Please evaluate this session From your Please expand notes window at bottom of slide and read. Then Delete this text box. PC or tablet: visit MyIgnite https://myignite.microsoft.com/evaluations Phone: download and use the Microsoft Ignite mobile app https://aka.ms/ignite.mobileapp Your input is important! © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

8/23/2018 5:12 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.