Building, Debugging & Deploying Containerized

Slides:



Advertisements
Similar presentations
Introduction to Docker Jitendra Kumar Patel Saturday, January 24, 2015.
Advertisements

Windows Azure Conference 2014 Running Docker on Windows Azure.
Running PHP and WordPress in.NET CLR and IIS Svetlin Nakov Ph.D., Computer Science WordCamp Sofia, 26-Oct-2013.
#msitconf. Damien Caro Technical Evangelist Manager, Что будет, если приложение поместить в контейнер? What happens if the application.
TEARING THE DOWN ing Jim Wooley Jim Wooley
A tour of new features
Microsoft Build /9/2017 5:00 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Global Azure Bootcamp 2017 Linz, Austria
INTRO TO Presenter: PhuongNQK.
Stress Free Deployments with Octopus Deploy
4/24/ :07 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Fundamentals Sunny Sharma Microsoft
Introduction to ASP.NET Core
5/13/2018 5:39 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Accelerate your DevOps with OpenShift by Red Hat
Develop, debug and deploy containerized applications with Docker
Docker and Azure Container Service
6/11/2018 8:14 AM THR2175 Building and deploying existing ASP.NET applications using VSTS and Docker on Windows Marcel de Vries CTO, Xpirit © Microsoft.
Introduction to .NET Core
In-Depth Introduction to Docker
Easily manage SQL everywhere from anywhere with SQL Tools
Deep Dive into the Azure Container Service
Docker – kontejnerizacija na serveru Vedran Vučetić, SPAN
Building a Continuous Delivery Pipeline for ASP.NET Core Apps
Microservices, Docker, .NET, Windows, Linux, Azure. Oh, My!
Microsoft Connect /23/2018 5:27 PM
Containers and Virtualisation
Nano Server in the cloud - some real use cases to take away
ASP.NET in Linux and Windows containers
Designing Cross Platform Applications on .NET Core
Andrew Pruski SQL Server & Containers
Exam : Implementing Microsoft Azure Infrastructure Solutions
Module 1: Getting Started
Microservices and Docker
Introduction to Docker
Using docker containers
Azure Container Instances
Microsoft Ignite NZ October 2016 SKYCITY, Auckland
Xiaokai He Junyi Yi Rapid, Iterative Kubernetes Development with Java Using Visual Studio Code.
Continuous Delivery for Microsoft Azure
Intro to Docker Containers and Orchestration in the Cloud
Kubernetes on Windows Jim Zimmerman Patrick Lang BRK3147
Microsoft Ignite NZ October 2016 SKYCITY, Auckland.
Webinar # April 2017 Isolates in the Cloud
11/27/2018 4:20 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Developing for the cloud with Visual Studio
Docker Workflows with Visual Studio
Intro about Contanier and Docker Technology
12/5/ :36 AM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
The Mac DBA, using Docker and SQL Operations Studio
Learn. Imagine. Build. .NET Conf
Visual Studio Principal Program Manager.
Jim Nakashima Program Manager Cloud Tools
Openstack-alapú privát felhő üzemeltetés
2/16/2019 9:42 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Microsoft Connect /24/ :10 PM
MIROSLAV POPOVIĆ Docker i ASP.NET Core
Open Automation Software
Delivering great hardware solutions for Windows
Introduction to Docker
Inside SQL Server Containers
Trace the root cause of bugs in a matter of seconds, save your developers' time and sanity with RevDeBug Visual Studio extension for .NET developers.
Azure Container Service
Azure App Service Web App for Containers
SQL Server Devops with production data
Containers on Azure Peter Lasne Sr. Software Development Engineer
9/16/2019 6:55 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
SQL Server on Containers
.NET Core and Kubernetes
Presentation transcript:

Building, Debugging & Deploying Containerized Building, Debugging & Deploying Containerized .NET Apps Jeremy Cronan (Alliance Safety Council)

What are Containers? Containers are a method of operating system virtualization that allow you to run an application and its dependencies in resource-isolated processes Slice up the OS to run multiple apps on a single OS Typically you run one application/service per container Container and apps share lifecycle Every container has an isolated view and gets Own root directory eth0 network interface it’s own PID0 Kernel features to accomplish this: cgroups: limiting what you can use namespaces: limiting what you can view Cannot mix operating systems

Cargo Transport Pre-1960s

Cargo Transport with Containers

Docker is Shipping Container for Code

What can be in containers .NET Core, .NET Framework ASP.NET, WCF, Console Linux, Windows Alpine, Debian, and Ubuntu images Single Dockerfile, Kubernetes, Docker Compose

Adding/Debugging Container in VS DEMO

2 Projects in Containers Can 2 Projects in a Solution be in a single container? How do containers interact with ease?

Docker Compose Kubernetes (AWS or Azure) Orchestration Docker Compose Kubernetes (AWS or Azure) Publish to many targets: App Service, Azure Container Registry, Azure Dev Spaces & AKS, AWS ECS, AWS EKS, DockerHub, custom..

Orchestration DEMO

Summary Install Visual Studio 2019 with Web, Azure or Container workloads Build and debug containers in VS Learn more: https://docs.microsoft.com/en-us/visualstudio/containers

Thank You Jeremy Cronan @crobarian jjcronan@gmail.com Download sample code at SQLSatbr.com