thinktecture-labs / cloud-native-sample

Sample application to demonstrate how to build, orchestrate, and automate a polyglot cloud-native application
MIT License
32 stars 11 forks source link

[automation] Create Actions to demonstrate "Run vs. Rent" #92

Closed ThorstenHans closed 1 year ago

ThorstenHans commented 1 year ago

When running in the cloud, we must consider if we run certain dependencies or if we rent them. As an example we want to switch from using RabbitMQ (runs in the cluster) to Azure Service Bus (rent in Azure).

For demonstration purposes, we want to have two actions that allow us from switching the actual message broker in both ways: