Skip to content

A demo application (Api asp.net core, Angular SPA, MysqlBackend) to learn how to use Kubernetes on Microsoft Azure

License

Notifications You must be signed in to change notification settings

zeppaman/kubernets-on-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kubernets-on-azure

A demo application (Api asp.net core, Angular SPA, MysqlBackend) to learn how to use Kubernetes on Microsoft Azure

Why this application?

I need this to get some simple service to support my tutorial on Kubernetes and docker. You can find it here to understand what I've done:

What is this demo?

This project contains an asp.net web api application that serves backend functionalities for the angular heroes tutorial. This application is a simple CRUD on heroes and allow you to manage a list of your favourite heoroes. Sorry if this doesn't seems to clever, but it's just a demo!

How it works?

The backend was implemented by providing same json format that the angular demo expects. The frontend is quite the same from the original angular demo. Basically, there is 3 different container:

  • a mysql instance (data folder mapped to an external folder)
  • an asp.net web api backend
  • an angular fronted

About

A demo application (Api asp.net core, Angular SPA, MysqlBackend) to learn how to use Kubernetes on Microsoft Azure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published