Original video cource: https://www.youtube.com/watch?v=DgVjEo3OGBI
Create PlatformService
dotnet new webapi -n PlatformService
code -r PlatformService
Create CommandsService
dotnet new webapi -n CommandsService
coder -r CommandsService
cd k8s
kubectl apply -f ingress-srv.yaml -f local-pvc.yaml -f mssql-platform-deploy.yaml -f rabbitmq-deploy.yaml -f platforms-np-srv.yaml -f platform-deploy.yaml -f commands-deploy.yaml