Skip to content

mattywarr/azure-aks-demo

 
 

Repository files navigation

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

About

Azure AKS demo project for upcoming article

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 39.8%
  • JavaScript 39.4%
  • HTML 10.9%
  • Shell 6.3%
  • CSS 2.7%
  • Batchfile 0.9%