Tag: Docker
-
Comparing Docker vs. Kubernetes vs. Apache Mesos
Posted on August 14, 2017, Level beginner Resource Length long
Amr Abdelrazik published blog post in which he compares 3 popular open source projects - Docker vs. Kubernetes vs. Apache Mesos and summarizes why what you think you know about them is probably wrong.
Tags kubernetes containers docker apache
-
AWS CodePipeline to Deploy Docker App from Github
Posted on August 9, 2017, Level intermediate Resource Length medium
Queirozf.com published this straight to the point tutorial describing how to use Amazon Web Services CodePipeline to deploy and build your app automatically when it is stored on Github as a Docker-based Beanstalk application.
Tags containers aws docker
-
Deploying an NGINX Reverse Proxy Sidecar Container on Amazon ECS
Posted on August 8, 2017, Level beginner Resource Length short
Nathan Peck short article and tutorial on topic of high performing nginx reverse proxy in container. The post explains the benefits of a reverse proxy, and explains how to use nginx and Amazon EC2 Container Service (Amazon ECS) to easily implement and deploy a reverse proxy for your containerized application.
Tags containers microservices docker
-
Practical Guide to Self-Contained Systems
Posted on August 5, 2017, Level beginner Resource Length medium
Sascha Grunert from quapona take on lief in a containerized world. Applications are getting larger and larger but still need to be as modular as possible.
Tags microservices docker containers
-
Dealing With Storage Scale in Docker Environments – Project Longhorn Briefing Note
Posted on July 29, 2017, Level beginner Resource Length medium
George Crump wrote introduction blog post about scale-out storage - which provides data centers the ability to create infrastructures that can scale to meet the capacity demands of hyper-scale environments. He focuses on the challenge involving storage scale in docker environments.
Tags containers docker microservices
-
Buildah - build your containers from the ground up!
Posted on June 24, 2017, Level intermediate Resource Length short
Tom Sweeney from Project Atomic wrote an article about the Buildah tool for building Open Container Initiative (OCI) complaint container images.
Tags containers docker microservices
-
Developing a Spring boot app on Docker: the AtSea demo app
Posted on May 20, 2017, Level beginner Resource Length short
Sophia Parafina short blog post - the first of a series of blog posts that demonstrates using Docker to develop a typical web application and deploying it in production.
Tags docker microservices
-
Create lean Node.js image with Docker multi-stage build
Posted on May 2, 2017, Level beginner Resource Length medium
Alexei Ledenev's blog post about single Dockerfile that can build multiple helper images with compilers, tools, and tests and use files from above images to produce the final Docker image.
Tags docker containers
-
Make Your Containerized Apps Production-Ready
Posted on January 5, 2017, Level intermediate Resource Length long
While building containerized applications has become an established practice, some organizations are facing challenges with managing the containers themselves.
Tags microservices docker nodejs