Skip to content

Latest commit

 

History

History

aspire

Get starting

Spin and .NET apps with Dapr on .NET Aspire (DevEx)

Spin and .NET apps with SpinKube on AKS

Push wasm directly to registry

spin registry push ttl.sh/thangchung-test-spin:1h --build
dotnet publish ./WebApp/WebApp.csproj --os linux --arch x64 /t:PublishContainer -c Release

Troubleshooting

  • After restarted AKS cluster, then our apps could not be started

=> run

kubectl annotate node --all kwasm.sh/kwasm-node=true

Reported Issue: spinframework/azure#24

  • Cannot set imagePullPolicy: Always in SpinApp manifest => edits deployment and changes to Always.

Refs