admin 管理员组文章数量: 1086019
I am developing a .NET 9 project using the .NET Aspire App Host model in Visual Studio, which contains 2 Azure Function apps.
The project will be deployed on a Windows Server 2022 with access to the local network but not the internet. Azure cloud services will then not be available.
Since this server is itself a virtual machine, the nested virtualization will not, ever, be available on it, I won't be able to use a hypervisor.
The Aspire dashboard that comes with this project model would be perfect for my use case since it's an effective orchestration tool that does not require a hypervisor and allows to manage local API easily with lots of nice features. Sadly, it can't run yet in a deployed environment, and there is not much news from Microsoft about implementing it.
To deploy this project as is, I will then need to use a Kubernetes cluster, which I am pretty new at. After some research, I found that since I can't run a hypervisor, I need to do a "Bare Metal" installation. But, everything I found is either for Linux or Mac and not really newcomers friendly, to say the least.
Here then are my two questions:
- Has anyone succeeded in using the Aspire dashboard in a deployed environment without hacking everything?
- If it is even possible to do so, is there somewhere a simple script or tutorial to install and deploy a bare metal Kubernetes cluster on Windows, where I would be able to deploy this project?
Thanks.
本文标签: kubernetesDeploy NET Aspire project in a local environment with no hypervisor supportStack Overflow
版权声明:本文标题:kubernetes - Deploy .NET Aspire project in a local environment with no hypervisor support - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/p/1744074291a2529057.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论