Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 2.1 KB

README.md

File metadata and controls

48 lines (35 loc) · 2.1 KB

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