Containers and Microservices
Microservices or microservices architecture describes a particular way of designing software applications as suites of independently deployable services. This page gathers resources about using containers to build a microservices architecture and the benefits of combining microservices with containers.
Below we have compiled publicly available sources from around the world that present views on Containers and Microservices.
The Container Security book by Liz Rice
Fundamental Technology Concepts that Protect Containerized Applications
Perspectives on Containers and Microservices
How to Get Started with Containerization
Given how truly disruptive containers are, it’s easy to get excited and want to go all in. But people should define their short and long-term objectives and build in the runway needed to acclimate to containers and the culture that surrounds them.
Utilization and High Availability Analysis: Containers for Microservices
This post we will look at how using containers can improve cloud utilisation, decrease costs and above all improve availability.

Containers And Microservices - How To Operate Them
castsoftware.com

What are Containers and Microservices?
computerweekly.com

Scaling Up With Micro Services And Containers
cuelogic.com

Containers and Microservices to Rule 2018 and Beyond
coolheadtech.com

Where to Start with Containers and Microservices
infoworld.com

Webinar: Containers, Microservices & Why They Matter
turbonomic.com
How to

Deploying Node.js Microservices to AWS using Docker
community.risingstack.com

Implementing Microservices Using Docker Containers
developer.ibm.com
Case Studies
Specific Technologies

Planning Your Docker-Based Microservice Stack
blog.cloud66.com

Advantages of Using Docker for Microservices
rubygarage.org

Blue Planet: Container-Based Micro-Services Architecture
blueplanet.com
Specific Environments

The Benefits of Java Microservices in a Docker and DevOps World
theserverside.com
Services and Consultants
Further Reading
What is a Container — Containers are a method of virtualization that packages an application’s code, configurations, and dependencies into building blocks for consistency, efficiency, productivity, and version control. This page gathers resources about containers, including technical definitions and comparisons.
What is a Container Image — A container image is a self-contained piece of software that has everything in it needed to run – code, tools, and resources. This page gathers resources about container images, including tutorials and container-related conferences.
What is a Container Image Repository — A container image repository is a collection of related container images, usually providing different versions of the same application or service. This page gathers resources about image repositories, including tutorials and specific environments in which image repositories are used.
Container Image Registries — A container image registry is a service that stores container images, and is hosted either by a third-party or as a public/private registry such as Docker Hub, Quay, and so on. This page gathers resources about container image registries, including tutorials and specific technologies or tools related to container image registries.
Containers and Agile Development— Agile software development and delivery via containerization are tightly related. This page includes resources about the benefits of using containers in the agile development cycle.
Containers vs Virtual Machines — A virtual machine (VM) is an operating system or application environment installed on software, which imitates dedicated hardware. This page gathers resources about the VM vs. containers comparison, including a comparison of strengths and weaknesses, application portability, security and isolation, and more.
Containers vs Traditional Application Model — The traditional application model is a model in which applications are executed directly on virtual machines or on bare-metal servers. This page gathers resources about the difference between containerized infrastructure and the traditional application model.
Containers and Microservices— Microservices or microservices architecture describes a particular way of designing software applications as suites of independently deployable services. This page gathers resources about using containers to build a microservices architecture and the benefits of combining microservices with containers.
Service Mesh— A service mesh is a configurable infrastructure layer for a microservices application. It makes communication between service instances flexible, reliable, and fast. This page gathers resources on service mesh architecture, examples an the Istio project.
Refactoring a Monolith to Microservices— Today’s requirements on modern web applications demand high availability and scalability for which a microservice architecture has shown to be a promising solution. However, building a microservice architecture from scratch is sometimes not possible when monolithic web applications are already in place and cannot be replaced. Instead, it is required to break up this monolith step-by-step into microservices.













