Sam — Tye
: Tye can generate Docker images for your services automatically using a single command, tye build .
: Start by creating your backend and frontend projects. sam tye
: Using tye deploy , you can generate Kubernetes manifests and deploy your entire application to a cluster with minimal configuration. : Tye can generate Docker images for your
Example: dotnet new webapi -n MyBackend and dotnet new webapp -n MyFrontend . sam tye
Command: dotnet new sln followed by dotnet sln add .
: Add these projects to a single solution file so Tye can manage them as a group.