SlideShare a Scribd company logo
@rsciriano
rsciriano@gmail.com
roberto@pronet-ise.com
Roberto Sanz Ciriano
 Consultora TI desarrolladora del ERP iECS.
 Alta especialización en sectores como el ambiental e industrial.
 4 certificaciones ISO.
 Sede en Zaragoza, delegaciones comerciales en Barcelona y Madrid. Oficinas
en Colombia y Ecuador.
grupo-pronet.com
Net
Beer
DevOps
Acrónimo inglés de development (desarrollo) y operations (operaciones), que se refiere a una cultura o movimiento que
se centra en la comunicación, colaboración e integración
entre desarrolladores de software y los profesionales en
las tecnologías de la información (IT).
Automatiza el proceso de entrega del software y los cambios en la infraestructura. Su objetivo es ayudar a crear
un entorno donde la construcción, prueba y lanzamiento de un software pueda ser más rápido y
con mayor fiabilidad.
https://es.wikipedia.org/wiki/DevOps
DevOps y Continuos Delivery con Visual Studio Team Services y Azure Container Service
Continuous Integration
Software development practice where members of
a team integrate their work frequently, usually each
person integrates at least daily - leading to multiple integrations per day.
Each integration is verified by an automated build (including
test) to detect integration errors as quickly as possible. Many teams find that
this approach leads to significantly reduced integration problems and allows
a team to develop cohesive software more rapidly.
https://www.martinfowler.com/articles/continuousIntegration.html
Continuous Delivery
Software development discipline where you build software in such a way that the software can be
released to production at any time.
You’re doing continuous delivery when:
1. Your software is deployable throughout its lifecycle
2. Your team prioritizes keeping the software deployable over
working on new features
3. Anybody can get fast, automated feedback on the production
readiness of their systems any time somebody makes a change to them
4. You can perform push-button deployments of any version of the
software to any environment on demand
https://martinfowler.com/bliki/ContinuousDelivery.html
DevOps y Continuos Delivery con Visual Studio Team Services y Azure Container Service
Contenedores
Virtualmachine
Containner Engine
C:WindowsSystem32cmd.exe
C:sourceAspNetCoreWebApp>
Docker daemon
Images
Containners
Docker host (dev-machine)
Docker registry
Images
microsoft/dotnet
microsoft/mssql-server-Linux
microsoft/mssql-server-windows
nginx
mysql
Docker daemon
Images
Containners
Docker host (prod-server)
docker build -t username/myapp .1
microsoft/dotnet1adocker run -p 5000:5000 username/myapp2
docker push username/myapp3 username/myapp1b
21e06958145f (username/myapp)2a
docker run –H prod-server -p 80:5000 username/myapp4
username/myapp3a
microsoft/dotnet4a
username/myapp4b
3f568a223bac (username/myapp)4c
Ficheros
Histórico
Repositorio de código fuente
Private Docker registry
Images
Cluster ejecución contenedores
user/myapp:v11b
Builds
Servicio de compilación
docker-compose.images.yaml
MyApp
 Dockerfile
 docker-compose.yaml
 Docker-compose.prod.yaml
 *.cs, *.html, …
commit11
MyApp-build-v1
logs
1a
Test
Pre-producción
Servicio de despliegue
Producción
MyApp-deploy-v11c Test Pre-producción Producción
user/myapp:v11d
MyApp-build-v1
logs
2a
docker-compose.images.yaml
commit22
user/myapp:v22b
MyApp-deploy-v22c
user/myapp:v22d user/myapp:v23a user/myapp:v24a
MyApp-deploy-v23
MyApp-deploy-v24
DC/OS Swarm Kubernetes
WEB APP
Shopping Cart Service .NET CORE
Catalog Service JAVA
Inventory Service RUBY
Shipping Service .NET CORE
Account Service PYTHON
http://www.wwwlicious.com/2016/05/03/servicestack-microservices-1/
DevOps y Continuos Delivery con Visual Studio Team Services y Azure Container Service
https://blogs.msdn.microsoft.com/cesardela
torre/2016/11/16/free-ebook-on-
containerized-docker-application-lifecycle-
with-microsoft-tools-and-platform/
https://aka.ms/dockerlifecycleebook
DEMO
roberto@pronet-ise.com
rsciriano@gmail.com
@rsciriano

More Related Content

PPTX
What is DevOps?
PPTX
Top 10 DevOps Tools For Every Software Development Company | WeblineIndia
PPTX
Devops course
PPTX
Continuous integration per le tue applicazioni mobile
PPTX
An introduction to DevOps
PPTX
DevOps for Your Mobile App
PPTX
An introduction to DevOps
PPTX
Ansible with Jenkins in a CI/CD Process
What is DevOps?
Top 10 DevOps Tools For Every Software Development Company | WeblineIndia
Devops course
Continuous integration per le tue applicazioni mobile
An introduction to DevOps
DevOps for Your Mobile App
An introduction to DevOps
Ansible with Jenkins in a CI/CD Process

What's hot (20)

DOCX
Azure article
DOCX
10 things to get right for successful dev secops
PPTX
CI/CT/CD and Role of Quality Engineering
PDF
10 Things You Might Not Know: Continuous Integration
PDF
Continuous Integration
PPTX
Poster - DevOps Planning @ Microsoft
PPTX
Outpost24 webinar - application security in a dev ops world-08-2018
PPTX
DevOps at Lean Apps
PDF
Expose a Rest Service to the web within minutes with WSO2 App Factory
PDF
React Native: Is It Worth It? UA Mobile 2017.
PPTX
Breaking an open door - Offensive Operations in DevOps Environments
PDF
Increasing Quality with DevOps
DOCX
What is jenkins
PPTX
Tech days 2014 från kod till produktion på 60 minuter
PPTX
SCALABLE CI CD DEVOPS
PPTX
PDF
Secure your Azure and DevOps in a smart way
PPTX
Php website developers massachusetts
PPTX
Vsts ci cd-java
PPTX
Industrialization of Android Development (Concept)
Azure article
10 things to get right for successful dev secops
CI/CT/CD and Role of Quality Engineering
10 Things You Might Not Know: Continuous Integration
Continuous Integration
Poster - DevOps Planning @ Microsoft
Outpost24 webinar - application security in a dev ops world-08-2018
DevOps at Lean Apps
Expose a Rest Service to the web within minutes with WSO2 App Factory
React Native: Is It Worth It? UA Mobile 2017.
Breaking an open door - Offensive Operations in DevOps Environments
Increasing Quality with DevOps
What is jenkins
Tech days 2014 från kod till produktion på 60 minuter
SCALABLE CI CD DEVOPS
Secure your Azure and DevOps in a smart way
Php website developers massachusetts
Vsts ci cd-java
Industrialization of Android Development (Concept)
Ad

Viewers also liked (20)

PPTX
Lessons from migrating container applications to azure
PDF
Microsoft Azure Container Service - DockerCH
PPTX
Azure container service overview
PPTX
Azure Container Service
PPTX
Microsoft <3 Linux with ASP.NET Core
PPTX
Deploy a Website in Azure using ARM Templates
PPTX
Azure Container Services
PPTX
Deploy an Asp.Net Core App on Azure
PPTX
.ASP NET CORE ON DOCKER
PPTX
My session slides from unityConnect 2016 in Haarlem
PPTX
APIs na nuvem com Azure e ASP.NET Core - Azure Weekend 2016
PPTX
Azure Container Service
PPTX
Dia 01 - Workshop ASP.NET CORE 1.1
PPTX
Unicom DevCon - CI/CD for Asp.net core apps using Docker
PPTX
Asp net core in azure
PPTX
ASP.NET Core: The best of the new bits
PPTX
ASP.NET Core 1.0 Overview
PPTX
Release contínuo de um microsserviço com Docker ASP.net core e Azure Containe...
PPTX
ASP.NET Core 1.0: Understanding ASP.NET Core 1.0 (ASP.NET 5)
PPTX
DevOps, Microservices, and Azure Container Service
Lessons from migrating container applications to azure
Microsoft Azure Container Service - DockerCH
Azure container service overview
Azure Container Service
Microsoft <3 Linux with ASP.NET Core
Deploy a Website in Azure using ARM Templates
Azure Container Services
Deploy an Asp.Net Core App on Azure
.ASP NET CORE ON DOCKER
My session slides from unityConnect 2016 in Haarlem
APIs na nuvem com Azure e ASP.NET Core - Azure Weekend 2016
Azure Container Service
Dia 01 - Workshop ASP.NET CORE 1.1
Unicom DevCon - CI/CD for Asp.net core apps using Docker
Asp net core in azure
ASP.NET Core: The best of the new bits
ASP.NET Core 1.0 Overview
Release contínuo de um microsserviço com Docker ASP.net core e Azure Containe...
ASP.NET Core 1.0: Understanding ASP.NET Core 1.0 (ASP.NET 5)
DevOps, Microservices, and Azure Container Service
Ad

Similar to DevOps y Continuos Delivery con Visual Studio Team Services y Azure Container Service (20)

PDF
What is DevOps Services_ Tools and Benefits.pdf
PDF
What is DevOps Services_ Tools and Benefits.pdf
PDF
The Role of DevOps in Full Stack Development.pdf
PDF
Intro to DevOps 4 undergraduates
PPTX
What_is_DevOps_how_it's_very_useful_in_daily_Life.
PPTX
What is DevOps And How It Is Useful In Real life.
PDF
Roles and Responsibilities of a DevOps Engineer
PDF
DevOps Automation: Boosting Efficiency and Productivity
PPTX
Agile & DevOps - It's all about project success
PDF
8 Ways to Boost Your DevOps Efforts
PPTX
Do's and don'ts for continuous delivery
PDF
DevSecOps | DevOps Sec
PPTX
What_is_DevOps.pptx
PDF
The Ultimate Guide to DevOps Development.pdf
PPTX
DEVOPS - Laxmi Itikala.pptx bridging the gap
PDF
The State of DevOps Tools: A Primer
PDF
DevOps
PDF
benefits of DevOps culture.pdf
PDF
DevOps, from inception to conclusion
What is DevOps Services_ Tools and Benefits.pdf
What is DevOps Services_ Tools and Benefits.pdf
The Role of DevOps in Full Stack Development.pdf
Intro to DevOps 4 undergraduates
What_is_DevOps_how_it's_very_useful_in_daily_Life.
What is DevOps And How It Is Useful In Real life.
Roles and Responsibilities of a DevOps Engineer
DevOps Automation: Boosting Efficiency and Productivity
Agile & DevOps - It's all about project success
8 Ways to Boost Your DevOps Efforts
Do's and don'ts for continuous delivery
DevSecOps | DevOps Sec
What_is_DevOps.pptx
The Ultimate Guide to DevOps Development.pdf
DEVOPS - Laxmi Itikala.pptx bridging the gap
The State of DevOps Tools: A Primer
DevOps
benefits of DevOps culture.pdf
DevOps, from inception to conclusion

More from Roberto Sanz Ciriano (8)

PPTX
Webassembly, Blazor y Javascript, una combinación explosiva
PPTX
wIoT*: Conectando nuestros cacharricos inalámbricos a la nube
PPTX
Los contenedores en el mundo Microsoft #ReConnect2016
PPTX
Desarrollo modermo de aplicaciones web
PPTX
Introducción a TypeScript
PPTX
ASP.NET and Docker
PPSX
ASP.NET 5 - DotNetters
PPSX
Reconnect(); // 2015 - DotNetters
Webassembly, Blazor y Javascript, una combinación explosiva
wIoT*: Conectando nuestros cacharricos inalámbricos a la nube
Los contenedores en el mundo Microsoft #ReConnect2016
Desarrollo modermo de aplicaciones web
Introducción a TypeScript
ASP.NET and Docker
ASP.NET 5 - DotNetters
Reconnect(); // 2015 - DotNetters

Recently uploaded (20)

PDF
Nekopoi APK 2025 free lastest update
PPTX
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
PPTX
ai tools demonstartion for schools and inter college
PDF
AI in Product Development-omnex systems
PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
PTS Company Brochure 2025 (1).pdf.......
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
top salesforce developer skills in 2025.pdf
PPTX
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
PPTX
Transform Your Business with a Software ERP System
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
Upgrade and Innovation Strategies for SAP ERP Customers
PPTX
ManageIQ - Sprint 268 Review - Slide Deck
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PPTX
VVF-Customer-Presentation2025-Ver1.9.pptx
PDF
Odoo Companies in India – Driving Business Transformation.pdf
PPTX
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises
Nekopoi APK 2025 free lastest update
Agentic AI Use Case- Contract Lifecycle Management (CLM).pptx
ai tools demonstartion for schools and inter college
AI in Product Development-omnex systems
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PTS Company Brochure 2025 (1).pdf.......
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
top salesforce developer skills in 2025.pdf
Lecture 3: Operating Systems Introduction to Computer Hardware Systems
Transform Your Business with a Software ERP System
Design an Analysis of Algorithms II-SECS-1021-03
Wondershare Filmora 15 Crack With Activation Key [2025
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Upgrade and Innovation Strategies for SAP ERP Customers
ManageIQ - Sprint 268 Review - Slide Deck
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
VVF-Customer-Presentation2025-Ver1.9.pptx
Odoo Companies in India – Driving Business Transformation.pdf
Oracle E-Business Suite: A Comprehensive Guide for Modern Enterprises

DevOps y Continuos Delivery con Visual Studio Team Services y Azure Container Service