Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
TechDays 2017 sessie 1 Jan de Vries
Search
4Dotnet
October 19, 2017
0
57
TechDays 2017 sessie 1 Jan de Vries
Using the Azure Container Service in your company
4Dotnet
October 19, 2017
Tweet
Share
More Decks by 4Dotnet
See All by 4Dotnet
Serverless security
4dotnet
0
30
TechDays 2017 sessie Gerald Versluis
4dotnet
0
22
TechDays 2017 sessie Erwin Staal
4dotnet
0
31
TechDays 2017 sessie 2 Jan de Vries
4dotnet
0
40
4DotNet: Sessie Entity Framework Core - Patrick Schmidt
4dotnet
0
74
Featured
See All Featured
The World Runs on Bad Software
bkeepers
PRO
65
11k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
6.9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
6.8k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
The Invisible Side of Design
smashingmag
298
50k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
How GitHub (no longer) Works
holman
310
140k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
A designer walks into a library…
pauljervisheath
204
24k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
Transcript
None
None
None
light-weight vm
app + environment
None
None
Microsoft oriented
Reliable-classes
None
Docker oriented
Orchestrators
best-practices
as-is deployments
Rebooting Crashing Updating
Service per container
None
None
None
None
Too pricey for me!
None
None
None
None
None
None
None
None
None
None
None
sudo ssh -fNL 80:localhost:80 -p 2200
[email protected]
-i /mnt/d/SkyDrive/Development/jan.ppk Protect
your private key!!!
Local management http://localhost http://localhost/marathon http://localhost/mesos
None
{ "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
None
None
None
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" } ]}}}
None
None
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
[email protected]
https://jan-v.nl