docker

Recursos de programación de docker
@gerardorf nos cuenta como dar nuestros primeros pasitos con docker
Alfredo Espejel (Paradigma Digital) Es una charla de tecnología para no tecnólogos. Pretendo explicar muy por encima para qué sirven esas cuatro tecnologías sin dejar ningún conocimiento básico por sabido. Desde IP, pasando por DNS, etc. Suscríbete a nuestra newsletter; bit.ly/newsletterautentia Facebook; https://www.facebook.com/Autentia-127966880558674/ Twitter; https://twitter.com/autentia
Hablamos con Iván López en Codemotion 2016 acerca de su participación en sus dos charlas. ¿Por qué habla de java? Quería tratar un poco el tema de docker y mostrar a lo que se afronta un desarrollador día a día y mete un poco de programación de groovy. Nos habla de Greach, el ecosistema Groovy. Todos los videos de Codemotion 2016; https://www.youtube.com/playlist?list=PLKxa4AIfm4pUvMn4lZ8zin500bsp3oL2A Suscríbete a nuestra newsletter; bit.ly/newsletterautentia Facebook; https://www.facebook.com/Autentia-127966880558674/ Twitter; https://twitter.com/autentia
Es muy fácil comenzar a crear nuestros primeros containers de Docker en local, y facilitarnos la vida durante el desarrollo. Pero, ¿y si queremos compartir nuestros containers con nuestros compañeros de equipo o con otros equipos? ¿E introducirlos dentro del flujo de integración continua? ¿Cómo escalamos Docker dentro de nuestra organización? En esta charla explicaremos las lecciones aprendidas durante nuestra aventura intentando conseguir utilizar containers en todas las fases del desarrollo del producto: desde la máquina del programador hasta producción. Y veremos qué buenas prácticas podemos adoptar para que la creación, distribución, y el despliegue de containers de Docker no sea una utopía.
Microservices are becoming more and more popular and, as with every other new trend, often implemented without enough experience. Idea behind them is easy to explain. Brake monolithic application into smaller independent services. That's it. That is what many think microservices are about. However, implementation is much harder to master. There are many things to consider when embarking down this path. How do we organize microservices? Which technologies to use and how? Should they be mutable or not? How to test them? How to deploy them? How to create scalable and fault tolerant systems? Self-healing, zero-downtime and logging? How should the teams be organized? Today's successful implementations of microservices require all those and many other questions to be answered. It's not only about splitting things into smaller pieces. The whole development ecosystem needs to be changed and we need to take a hard look at the microservices development lifecycle. This workshop will go through the whole **microservices development lifecycle**. We'll start from the very beginning. We'll define and design architecture. From there on we'll move from requirements, technological choices and development environment setup, through coding and testing all the way until the final deployment to production. We won't stop there. Once our new services are up and running we'll see how to maintain them, scale them depending on resource utilization and response time, recuperate them in case of failures and create central monitoring and notifications system. We'll try to balance the need for creative manual work and the need to automate as much of the process as possible. This will be a journey through all the aspects of the lives of microservices and everything that surrounds them. We'll see how microservices fit into continuous deployment and immutable containers concepts and why the best results are obtained when those three are combined into one unique framework. During the workshop we'll explore tools like Docker, Docker Swarm, Docker Compose, Ansible, Consul, etcd, confd, Registrator, nginx, HAProxy, ElasticSearch, LogStash, Kibana, and so on.
XXVII Betabeers Huelva. Antonio Santos (@wottam) analiza y hace una pequeña demo de las dos herramientas de moda para el despliegue y auto escalado de aplicaciones.
En este episodio Diego y yo aprendemos un montón de cosas sobre Docker, con la inestimable ayuda de Javi Moreno, que nos cuenta desde los fundamentos UNIX de esta herramienta y el sistema de ficheros por capas que utiliza, a como crear contenedores a base de imagenes y hacer orquestación de contenedores con herramientas como [...]