Tag: Docker
-
Optimizing docker images for a faster development workflow
Posted on August 11, 2018, Level intermediate Resource Length medium
jobandtalent Engineering published an interesting article on Docker images optimization. Architecture being based on docker means that every change that improves the usage of a resource (time to execute, memory usage, disk space usage, network usageā¦) in any stage of the process, will have an impact in each one of the environments.
Tags docker kubernetes microservices
-
Productive with Docker in 20 minutes
Posted on March 13, 2018, Level beginner Resource Length long
George Fogle article about how to find a better, more productive development workflow with Docker. Docker and container-based development is really going to save you time in the future. As well as make working and debugging code a breeze.
Tags containers aws docker
-
10 open-source Kubernetes tools
Posted on February 3, 2018, Level beginner Resource Length medium
Abhishek Tiwari article about curated list of 10 open-source Kubernetes tools for highly effective SRE and Ops Teams. If you are running workloads in Kubernetes, your site reliability engineering (SRE) and operations (Ops) teams need right kind of tooling to ensure the high-reliability of the Kubernetes cluster and workloads running in it.
Tags kubernetes docker containers devops
-
Sizing up revenue in application container market
Posted on January 11, 2018, Level beginner Resource Length medium
Jay Lyman and Greg Zwakman are authors of this interesting study in which they project and estimate container software market. This is update from previous year in which over 150+ of vendors took a part.
Tags containers docker analytics cio
-
How to connect to Redis with Unix sockets in Docker
Posted on January 2, 2018, Level intermediate Resource Length short
Jonathan Baldie short tutorial addressing speed of Redis connection. Connecting to Redis via Unix sockets is usually faster than connecting via TCP/IP.
Tags docker containers kubernetes
-
How to host Hugo static website generator on AWS Lambda
Posted on November 25, 2017, Level intermediate Resource Length medium
Ilya Bezdelev wrote tutorial how to create a static website publishing platform hosted in the cloud using several AWS services. It will run static website generator Hugo on AWS Lambda, store files in AWS S3 and serve them from AWS CloudFront. This is older (2015) but still very good article.
Tags web-development serverless aws docker
-
How to host multiple web sites with NGINX and HAProxy using LXD on Ubuntu
Posted on November 17, 2017, Level intermediate Resource Length long
Simos Xenitellis wrote an article for digitalocean.com about hosting web application in LXD containers. For many Docker became de facto container solution of choice, but there are different Linux containers available. This article is about LXD which can create and manage these containers. LXD provides a hypervisor service to manage the entire life cycle of containers.
Tags containers nginx docker
-
Working with AWS ECS to deploy docker containers
Posted on October 9, 2017, Level beginner Resource Length medium
Sriram Rajan article in which author looks at AWS ECS and how it can be used to deploy Docker containers. From a use-case perspective, ECS allows you to build a production-scale, auto-scaling and monitored platform for running these types of containers.
Tags aws microservices docker
-
Local microservices development with Edward
Posted on August 19, 2017, Level intermediate Resource Length medium
Francesco Renzi neat tutorial exploring simple and easy local development based on kubernetes with edward - command line tool for managing microservices. Requires golang 1.6+.
Tags microservices docker kubernetes
-
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