Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 862 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 862 Bytes

Azure AKS Demo Project

Project repository for the my blog post, First Impressions of AKS, Azure’s New Managed Kubernetes Container Service.

Architecture

An simple, multi-tier web application, which I had used in several previous posts, including Eventual Consistency: Decoupling Microservices with Spring AMQP and RabbitMQ. This application, the Voter application, is composed of an AngularJS frontend UI, and two Spring Boot microservices, both backed by individual MongoDB databases, and fronted with an HAProxy-based API Gateway. The AngularJS UI calls the API Gateway, which in turn calls the services. The two microservices communicate with each other via HTTP-based inter-process communication (IPC).

Architecture