I need help with Deployment Logic
So let's say I have 10 servers (already setup with a load balancer and all that stuff) which all run a REST API written in C# ASP.NET, how would I go on about remote deploying my api onto all those 10 servers at once, considering the backend runs on docker too and stuff
8 Replies
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
ill take a look at it! Thanks
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
what about kubernetes
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View
What do you recommend for someone who has never done this before.
:SCgetoutofmyhead:
I've not personally worked with nomad, but I have extensive experience with k8s. Its great, but very complex. Managing a k8s cluster is not trivial and setting up one from scratch is a very complicated process.
I however fully agree with TeBe that you need an orchestrator for this. Nomad seems to me as a more lightweight orchestrator, but do some comparisons.
Unknown User•8mo ago
Message Not Public
Sign In & Join Server To View