GitXplorerGitXplorer
k

MoviesAPI

public
11 stars
2 forks
3 issues

Commits

List of commits on branch master.
Unverified
3ea16c15c867809508bbf768df3216aea1c8c38e

test sni

kkolosovpetro committed a year ago
Unverified
5b5660c9a8661ae7b5955ee6f8a10ce30bb1183c

update virtual yaml

kkolosovpetro committed a year ago
Unverified
2bc48547a3f8219eb86300156cc32303804506aa

add virtual app deploy

kkolosovpetro committed a year ago
Unverified
ea44d36283780da6b1865cc3dbe26ca1f0c110ab

minor updates in yaml manifest

kkolosovpetro committed a year ago
Unverified
7c2b2a6c25e4feb49576094283e51bc7cb09be44

workflow update

kkolosovpetro committed a year ago
Unverified
66d31762a503e933d50a8088c0bef33ee3a2e67e

update docker push

kkolosovpetro committed a year ago

README

The README file for this repository.

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