Skip to content

ASP NET Core WEB API with CQRS Architecture. Example of IIS Azure VM deploy example via Azure pipelines. Contains SSL config for IIS using cert bot.

Notifications You must be signed in to change notification settings

kolosovpetro/MoviesAPI

Repository files navigation

Movies API

ASP NET Core WEB API with CQRS Architecture. Example of IIS Azure VM deploy example via Azure pipelines. Contains SSL config for IIS using cert bot.

PS. I'd never think that I will come back to this demo project from long past.

Kubernetes commands

  • kubectl apply -f .\mssql-pv.azure.yaml
  • kubectl get deployments
  • kubectl apply -f .\mssql-deployment.yaml
  • kubectl delete -f .\mssql-deployment.yaml
  • kubectl get services
  • kubectl apply -f .\movies-configmap.yaml
  • kubectl get pods -o wide
  • kubectl get endpoints

DO NOT USE DATA CENTER 2022 WINDOWS IMAGE

Required software

Docker commands

  • docker build -t "movies:latest" .
  • docker run -d -p 9000:80 -e "ShouldMigrate=false" --name movies-test-run "movies:latest"

Notes