Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

yokawasa/azure-k8s-daas-ticketmonster-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azure-k8s-daas-ticketmonster-demo

Ticket-Monster HA Cluster Demo using Azure Kubernetes Services (AKS) and Managed PostgreSQL

This project contains files that allows you to run Ticket Monster on a WildFly server on Azure Kubernates Services(AKS) + using Azure Database for PostgreSQL and OMS/LogAnalytic Service in Azure. This project is a fork of the devops-demo by rafabene

Demo Architecture and Components

  • Cluster1

  • Cluster2

The pieces of this demo are:

  • NGINX Ingress Controller
    • HTTP Router (Service, Deployment, ReplicaSet, Pod)
  • Apache HTTPD + mod_cluster
    • Service, Deployment,Replica Set, Pod
  • Wildfly 10.x Application Server + Ticket Monster application
    • Deployment, Replica Set, Pod
  • Postgres 9.x Database Server
    • Service, Deployment,Replica Set, Pod, Secret
  • Azure Database for Postgres 9.5 or 9.6
    • Managed PostgreSQL Service in Azure
  • Open Service Broker API for Azure
  • Log Analytics Agent
    • DaemonSet
    • Client Daemon Set for Managed Monitor and Log Analytics Service in Azure

Procedures

LINKS