This application is intended to demonstrate how to deploy an ASP.NET core application to Kubernetes. It is the project for the book GitHub Actions in Actions by Michael Kaufmann, Rob Bos and Marcel de Vries
The globoticket website looks as follows when used:
The website offers a way to buy tickets. You can select the quantity and check out.
Globoticket uses two additional web api projects that provide an APIfor getting the catalog data and for registering the order when the order is completed. this is shown in this architectural diagram below:
The book will take a step by step apporach to deploy this application first using containers on the localhost using docker-compose. Next the application will be deployed to a local kubernetes cluster running on the development machine Then we wil deploy it to a cluster running in Azure, using AKS