SlideShare a Scribd company logo
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
light-weight vm
app + environment
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Microsoft oriented
Reliable-classes
Using the Azure Container Service in your company
Docker oriented
Orchestrators
best-practices
as-is deployments
Rebooting
Crashing
Updating
Service per container
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Too pricey for me!
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
sudo ssh -fNL 80:localhost:80 -p 2200
jan@techdaysacsmgmt.southcentralus.cloudapp.azure.com -i
/mnt/d/SkyDrive/Development/jan.ppk
Protect your private key!!!
Local managementhttp://localhost http://localhost/marathon http://localhost/mesos
Using the Azure Container Service in your company
{
"id": "nginx",
"cpus": 0.1,
"mem": 32.0,
"instances": 1,
"container": {
"type": "DOCKER",
"docker": {
"image": "nginx",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 80,
"servicePort": 9000,
"protocol": "tcp"
}
]}}}
curl localhost/marathon/v2/apps
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Using the Azure Container Service in your company
FROM microsoft/dotnet:1.1-runtime
ARG source
WORKDIR /app
COPY ${source:-obj/Docker/publish} .
ENTRYPOINT ["dotnet", "Convertor1.dll"]
Repeat
version: '3'
services:
convertor1:
image: convertor1
build:
context: ./Convertor1
dockerfile: Dockerfile
convertor2:
image: convertor2
build:
context: ./Convertor2
dockerfile: Dockerfile
ERROR: Your Docker server host is configured for 'Linux’,
however the docker-compose project targets 'Windows'.
REPOSITORY TAG IMAGE ID CREATED SIZE
convertor2 latest bf602eb14b69 4 seconds ago 252MB
convertor1 latest b4b8fe7cf747 5 seconds ago 252MB
convertor1 dev e860883229b0 6 minutes ago 251MB
convertor2 dev 8bdc920fd3e2 18 minutes ago 251MB
{
"id": "convertor1",
"cpus": 0.1,
"mem": 32.0,
"instances": 1,
"container": {
"type": "DOCKER",
"docker": {
"image": "jandev/convertor1",
"network": "BRIDGE",
"portMappings": [
{
"containerPort": 80,
"servicePort": 9000,
"protocol": "tcp"
}
]}}}
Using the Azure Container Service in your company
Using the Azure Container Service in your company
Create ACS cluster
Connect with SSH + Tunnel
Add Docker support to projects
Rebuild as Release
Push to registry
Deploy services as container
https://github.com/Jandev/acsdemo
@Jan_de_V
jandv@4dotnet.nl
https://jan-v.nl

More Related Content

PDF
Puppet Camp Dallas 2014: Using Puppet in Hybrid Cloud Deployments
PDF
EC2 Container Service
PDF
CoreOS @ summer meetup in Utrecht
PPTX
Ansible presentation
PDF
The Good Parts / The Hard Parts
PDF
Ondřej Šika: Docker, Traefik a CI - Mějte nasazené všeny větve na kterých pra...
PDF
Glauber Costa on OSv as NoSQL platform
PPTX
Node.js kubernetes-cloud all the buzzwords coming together with microsoft azure
Puppet Camp Dallas 2014: Using Puppet in Hybrid Cloud Deployments
EC2 Container Service
CoreOS @ summer meetup in Utrecht
Ansible presentation
The Good Parts / The Hard Parts
Ondřej Šika: Docker, Traefik a CI - Mějte nasazené všeny větve na kterých pra...
Glauber Costa on OSv as NoSQL platform
Node.js kubernetes-cloud all the buzzwords coming together with microsoft azure

What's hot (16)

PDF
Test driven infrastructure
PDF
How to create your own hack environment
PDF
IMPACT/myGrid Hackathon - Taverna Server as a Portal
PDF
Docker orchestration using core os and ansible - Ansible IL 2015
PDF
Docker Elastic Beanstalk
PPTX
Provisioning, deploying and debugging node.js applications on azure
PPTX
Docker in 30 minutes
PDF
Host Health Monitoring with Docker Run
PDF
Docker Compose to Production with Docker Swarm
PDF
Docker in practice
PDF
Amazon EC2 Container Service Live Demo - Microservices Web Day
PPTX
Docker Networking & Swarm Mode Introduction
PDF
Láďa Prskavec: Docker.io
PDF
PDF
Ansible Oxford - Cows & Containers
PDF
Integrating Puppet with Cloud Infrastructures-Remco Overdijk
Test driven infrastructure
How to create your own hack environment
IMPACT/myGrid Hackathon - Taverna Server as a Portal
Docker orchestration using core os and ansible - Ansible IL 2015
Docker Elastic Beanstalk
Provisioning, deploying and debugging node.js applications on azure
Docker in 30 minutes
Host Health Monitoring with Docker Run
Docker Compose to Production with Docker Swarm
Docker in practice
Amazon EC2 Container Service Live Demo - Microservices Web Day
Docker Networking & Swarm Mode Introduction
Láďa Prskavec: Docker.io
Ansible Oxford - Cows & Containers
Integrating Puppet with Cloud Infrastructures-Remco Overdijk
Ad

Similar to Using the Azure Container Service in your company (20)

PPTX
Amazon Web Services and Docker: from developing to production
PDF
Docker in Production - IPC 2016
PDF
Web Applications with Eclipse RT and Docker in the Cloud
PDF
Higher order infrastructure: from Docker basics to cluster management - Nicol...
PPT
Docker based Hadoop provisioning - Hadoop Summit 2014
PDF
Erik Skytthe - Monitoring Mesos, Docker, Containers with Zabbix | ZabConf2016
PPTX
The Challenges of Becoming Cloud Native
PDF
Extending HashiCorp Nomad with Plugins
PDF
Scaling docker with kubernetes
PPTX
.NET Developer Days - So many Docker platforms, so little time...
PDF
Building Web Scale Apps with Docker and Mesos by Alex Rukletsov (Mesosphere)
PDF
ContainerDayVietnam2016: Docker for JS Developer
PDF
Get you Java application ready for Kubernetes !
PDF
Come costruire una Platform As A Service con Docker, Kubernetes Go e Java
PDF
Dessi docker kubernetes paas cloud
PPTX
Docker Security workshop slides
PDF
Agile Brown Bag - Vagrant & Docker: Introduction
PDF
JDO 2019: Tips and Tricks from Docker Captain - Łukasz Lach
PDF
Docker summit 2015: 以 Docker Swarm 打造多主機叢集環境
PPTX
Automation with Packer and TerraForm
Amazon Web Services and Docker: from developing to production
Docker in Production - IPC 2016
Web Applications with Eclipse RT and Docker in the Cloud
Higher order infrastructure: from Docker basics to cluster management - Nicol...
Docker based Hadoop provisioning - Hadoop Summit 2014
Erik Skytthe - Monitoring Mesos, Docker, Containers with Zabbix | ZabConf2016
The Challenges of Becoming Cloud Native
Extending HashiCorp Nomad with Plugins
Scaling docker with kubernetes
.NET Developer Days - So many Docker platforms, so little time...
Building Web Scale Apps with Docker and Mesos by Alex Rukletsov (Mesosphere)
ContainerDayVietnam2016: Docker for JS Developer
Get you Java application ready for Kubernetes !
Come costruire una Platform As A Service con Docker, Kubernetes Go e Java
Dessi docker kubernetes paas cloud
Docker Security workshop slides
Agile Brown Bag - Vagrant & Docker: Introduction
JDO 2019: Tips and Tricks from Docker Captain - Łukasz Lach
Docker summit 2015: 以 Docker Swarm 打造多主機叢集環境
Automation with Packer and TerraForm
Ad

More from Jan de Vries (17)

PDF
Webdev Zwolle - PaaSwordless in Azure
PDF
Global Azure - Use Azure Active Directory Managed Identities for your services!
PDF
Next.Net event - Use Azure Active Directory Managed Identities for your servi...
PPTX
Move Up - Design je Azure Functions als een pro
PDF
TechDays Sweden - Creating real-life serverless solutions with Azure Functions
PDF
TechDays Sweden - No Nouns!
PPTX
Serverless... Hoe, wat en vooral waarom
PPTX
Why care about serverless
PPTX
No nouns, hoe ga je een microservices architectuur opzetten
PDF
No nouns
PPTX
Creating real life serverless solutions with Azure Functions
PPTX
Creating real life serverless solutions with Azure Functions - dotNet Amsterd...
PPTX
TechDays 2017 - Creating real life serverless solutions with azure functions
PPTX
Visual Studio 2017
PPTX
Applied patterns in the project
PPTX
Dependency injection en testen
PPT
Clean Code summary
Webdev Zwolle - PaaSwordless in Azure
Global Azure - Use Azure Active Directory Managed Identities for your services!
Next.Net event - Use Azure Active Directory Managed Identities for your servi...
Move Up - Design je Azure Functions als een pro
TechDays Sweden - Creating real-life serverless solutions with Azure Functions
TechDays Sweden - No Nouns!
Serverless... Hoe, wat en vooral waarom
Why care about serverless
No nouns, hoe ga je een microservices architectuur opzetten
No nouns
Creating real life serverless solutions with Azure Functions
Creating real life serverless solutions with Azure Functions - dotNet Amsterd...
TechDays 2017 - Creating real life serverless solutions with azure functions
Visual Studio 2017
Applied patterns in the project
Dependency injection en testen
Clean Code summary

Recently uploaded (20)

PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
cuic standard and advanced reporting.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PPTX
Cloud computing and distributed systems.
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Encapsulation theory and applications.pdf
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
cuic standard and advanced reporting.pdf
The AUB Centre for AI in Media Proposal.docx
Cloud computing and distributed systems.
Diabetes mellitus diagnosis method based random forest with bat algorithm
The Rise and Fall of 3GPP – Time for a Sabbatical?
Encapsulation_ Review paper, used for researhc scholars
Encapsulation theory and applications.pdf
Understanding_Digital_Forensics_Presentation.pptx
Digital-Transformation-Roadmap-for-Companies.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Mobile App Security Testing_ A Comprehensive Guide.pdf
sap open course for s4hana steps from ECC to s4
Chapter 3 Spatial Domain Image Processing.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Dropbox Q2 2025 Financial Results & Investor Presentation
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
20250228 LYD VKU AI Blended-Learning.pptx

Using the Azure Container Service in your company