marinasundstrom / dotnet-cloud-native-k8s

MIT License
3 stars 0 forks source link

Publish to AKS #7

Open marinasundstrom opened 1 year ago

marinasundstrom commented 1 year ago

Publish and run services in Azure Kubernetes Service.

Use GitHub Actions.

What to do:

  1. Push images to Azure Container Registry,
  2. Expose app to the outside. Preferable with domain name.
  3. Make sure data from service is persisted: Configure volumes.

We can probably limit this to deploying just WebApplication2, Worker, RabbitMQ, and MSSQL - and the rest later.

marinasundstrom commented 1 year ago

Or perhaps Azure Container apps? Should we use Azure Service Bus instead?