https://github.com/polatengin/oslo
.Net Core Backend, Angular Frontend, Docker, Kubernetes, DevContainer
https://github.com/polatengin/oslo
aks angular8 bash devcontainer docker kubernetes netcore3
Last synced: 14 days ago
JSON representation
.Net Core Backend, Angular Frontend, Docker, Kubernetes, DevContainer
- Host: GitHub
- URL: https://github.com/polatengin/oslo
- Owner: polatengin
- License: mit
- Created: 2019-10-07T19:23:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-11T01:18:21.000Z (over 1 year ago)
- Last Synced: 2025-03-25T20:21:31.933Z (about 1 month ago)
- Topics: aks, angular8, bash, devcontainer, docker, kubernetes, netcore3
- Language: TypeScript
- Size: 52.7 KB
- Stars: 17
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Oslo Project
Sample project for beginners to learn Microservice architecture.
It's consist of several components, such as, couple of .Net Core BackEnd Services, a FrontEnd UI developed with Angular.
All the components are packaged with Docker.
Project is running inside of a Kubernetes.
## Backend Services
_User Service_ and _Product Service_ APIs are developed and built with .Net Core 3.1
## Frontend UI
_Web Frontend_ developed with Angular
## Deployment
All components are packaged with Docker
## Executing
Docker Images are stored in a Azure Container Registry, in order to store them privately.
Docker Containers are running inside of a Azure Kubernetes Service.
In AKS (Azure Kubernetes Service) Nginx used as LoadBalancer and Ingress Controller.