spin registry push ttl.sh/thangchung-test-spin:1h --builddotnet publish ./WebApp/WebApp.csproj --os linux --arch x64 /t:PublishContainer -c Release- After restarted AKS cluster, then our apps could not be started
=> run
kubectl annotate node --all kwasm.sh/kwasm-node=trueReported Issue: spinframework/azure#24
- Cannot set
imagePullPolicy: Alwaysin SpinApp manifest => edits deployment and changes toAlways.
- distributed-todo-app
- coffeeshop-polyglot
- Aspire.Spin
- Dapr references
- https://github.com/spinkube/containerd-shim-spin/tree/b60027b0d3c050e028107736344ccc589e0ab31b/images/spin-dapr
- https://github.com/dotnet/aspire/blob/main/playground/dapr/Dapr.AppHost/Program.cs
- https://github.com/fvandillen/futuretech-dapr-aspire/blob/main/Futuretech/Futuretech.AppHost/Program.cs
- https://github.com/fvandillen/dapr-aspire/blob/main/DaprAspire/DaprAspire.AppHost/Program.cs
- https://anthonysimmon.com/referencing-external-docker-containers-dotnet-aspire-custom-resources/

