Tag: Containers
-
Advanced kubernetes ingress
Posted on October 29, 2017, Level intermediate Resource Length medium
Björn Wenzel deatiled writting on how to to setup a more complex kubernetes ingress example. This blog post is building on his previous post - Install kubernetes ingress. The application in this example has an api-server and a separate ui server.
Tags kubernetes containers devops software-architecture infosec
-
Containers versus serverless computing
Posted on October 18, 2017, Level beginner Resource Length short
Michael Churchman from Rancher Labs nice blog post in which he takes a look at what you need to know about serverless computing, and how it should figure into your IT strategy. Serverless computing is a hot topic right now - this article should help you to answer common questions like: Is serverless computing a replacement for containers? Or is it just another popular technology that can be used alongside containers?
Tags software-architecture containers
-
Polaris – Simple Microservices using only PowerShell
Posted on October 16, 2017, Level beginner Resource Length short
Very interesting post from Microsoft Powershell team with minimalistic code example how to run a microservice directly from Powershell. This is an experimental code but shows the power of Microsoft platform.
Tags microservices containers
-
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
-
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
-
The Classes of Container Monitoring
Posted on January 29, 2017, Level intermediate Resource Length long
Brian Brazil superb article about wide array of practices considered to be monitoring in an operational, container and cloud-based context.
Tags containers devops
-
OpenShift Container Platform Reference Architecture Implementation Guides
Posted on January 24, 2017, Level intermediate Resource Length medium
Marc Curry's interesting article in which he claims: We've got a design for your next cloud-based container deployment. He aims to save you inordinate amount of time otherwise spent researching and debating architectural decisions, tooling, parameters, or a required sequence of tasks when trying to deploy a project to the cloud.
Tags software-architecture containers