Tag: Microservices
-
Golang microservice starter kit
Posted on October 19, 2017, Level intermediate Resource Length long
Bruce Wang detailed article in which you learn how they went about creating microservices starter kit when moving from monolithic architecture to self contained microservices.
Tags programming golang microservices
-
Data access object pattern in microservice architecture
Posted on October 17, 2017, Level intermediate Resource Length medium
Everett Griffiths is author of the blog post which focuses on the Data Access Object design pattern and how it can be used to communicate with multiple data sources. The article will demonstrate a solution using PHP and dependency injection to straddle multiple data sources in a scalable and testable way. Similar results can be obtained in other languages or using different organizational approaches.
Tags software-architecture programming php microservices
-
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
-
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