Tag: Microservices
-
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
-
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
-
What's new in Kubernetes 1.7, and should we care?
Posted on July 20, 2017, Level beginner Resource Length short
Nick Chase from Mirantis quick intro into what we can expect from Kubernets 1.7. This release focusing on production features such as security, extensibility, and stateful applications.
Tags kubernetes microservices
-
linkerd: A service mesh for AWS ECS
Posted on July 9, 2017, Level beginner Resource Length medium
Dario Simonetti - Head of Core Engineering at Attest wrote nice article about service mesh for AWS EC2 Container Service (AWS ECS). There is very little content online that explains how to set it up.
Tags microservices kubernetes
-
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
-
Development of a REST API in Spring Boot Framework
Posted on June 17, 2017, Level beginner Resource Length short
Dario Carrasque wrote post blog on topic of the evaluation of frameworks to develop REST APIs to satisfy requirements of modularity and availability.
Tags microservices frameworks restful apis
-
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
-
gRPC-Web: Moving past REST+JSON towards type-safe Web APIs
Posted on May 11, 2017, Level intermediate Resource Length long
Michal Witkowski and Marcus Longmuir wrote blog post on their experiece with gRPC in order to create type safe web APIs.
Tags microservices restful apis
-
Testing Microservices – A Beginner's Guide
Posted on May 8, 2017, Level beginner Resource Length medium
Amir Ghahrai's article aimed at microservices beginners and importance of testing.
Tags microservices software-architecture