We use Octopus for our deployments (not only k8s, but pretty much every application we have). It might be too powerful (and expensive) for your needs, but I don't think there is a better tool for any kind of application deployment out there (and if you know of one, especially a cheaper one, please let me know ;-) ). - Source: Reddit / 22 days ago
Not open source, but there is also https://octopus.com/ which has a free self-hosted version. It's meant to be a deploy tool, but it has a nice ui for creating/running jobs. They can be scheduled or triggered via other methods. - Source: Reddit / 3 months ago
At the moment, we are using Octopus Deploy to deploy all of our applications. But with kubernetes, there is such a huge amount of tools to use, so maybe there is stuff out there that can handle our k8s deployments even better. - Source: Reddit / 4 months ago
Take a look at Octopus Deploy. You can create run books pipelines and even rollbacks plans. - Source: Reddit / 4 months ago
Tools for this do exist. My work has used octopus deploy (https://octopus.com) for several years to manage our deployments. - Source: Reddit / 7 months ago
Octopus Deploy is an automated tool designed to simplify databases, ASP.NET applications, and Windows Services deployment. It enables software developers to automate application deployments and runs alongside the build server to automate complex software deployments in the cloud, corporate data center, or on-site. Its focus is on repeatable environments you can rely on as a developer. - Source: dev.to / 8 months ago
Have you taken a look at https://octopus.com/ ? - Source: Reddit / 8 months ago
What will work best depends so much on your company, but these days, I would look into Azure DevOps and Octopus Deploy first. They both have first class support for Windows and .NET environments. - Source: Reddit / 11 months ago
Typically informational messages/log message. Ideally it should go do stderr but some applications that intercept the file descriptors consider anything to stderr as error and it is not always possible to change the handling for those applications (e.g. Octopus Deploy[0] does this). [0]: https://octopus.com/. - Source: Hacker News / over 1 year ago
Octopus Deploy - Automated deployment and release-management. Free for <= 10 deployment targets. - Source: dev.to / over 1 year ago
More broadly, you're always going to have some level of issues with your deploys as long as you're on Windows. It is not very automation-friendly, and there's only one major tool that treats Windows as a first-class platform for deployments/config management. - Source: Reddit / almost 2 years ago
Since you're an all windows stack, take a look at Octopus Deploy (https://octopus.com/). - Source: Reddit / almost 2 years ago
We use Octopus Deploy for .NET application deployment. Create some pipelines in Azure DevOps and send packages into Octopus for deployments. Really great for managing environments, variables and credentials amongst other things. - Source: Reddit / almost 2 years ago
I found Octopus CloudDeploy. This might fit your requirements. - Source: Reddit / almost 2 years ago
As far as CI/CD I found this which seems to be free https://octopus.com/. - Source: Reddit / almost 2 years ago
Extensive of use automation and Infrastructure as Code. We have Shell scripts, dedicated deployment servers like Octopus Deploy and we make use of Terraform when possible. - Source: dev.to / about 2 years ago
Do you know an article comparing Octopus Deploy to other products?
Suggest a link to a post with product alternatives.