Is Octopus Deploy a Good Fit for Enterprise Deployment Automation?

0
6
Asked By CleverCoder99 On

I'm looking for some insights on Octopus Deploy as we consider it for our deployment automation needs. Our current setup involves a mix of build and deployment scripts, and it's becoming quite unwieldy. We're a financial organization based in the EU, and our Audit and Compliance team suggested we explore Octopus. We're just starting our research, but I've seen many positive reviews. However, I'm particularly interested in feedback from actual users, especially regarding how well it helps meet DORA requirements, regardless of the pricing.

5 Answers

Answered By SQLServerGuru On

I used Octopus a few years back, and my main concern was that it stores all its state in SQL Server, which adds extra costs. Plus, tracking changes over time is harder compared to Git-based solutions. It's decent for simple deployments but might not suit a containerized environment. We eventually transitioned to using GitHub Actions and Argo.

Answered By DeployMaster2021 On

It's tough to give solid advice without knowing what you're deploying to. If it's anything besides Windows servers, I might recommend looking elsewhere. Octopus really shines in that environment, but it can struggle with other setups.

Answered By ContainerFanatic88 On

In my experience, Octopus works best for traditional deployments, often referred to as 'pet servers'. If you're dealing with modern applications like containers or ephemeral setups, it might not be the best fit. We switched from using it with EC2 to a more container-focused solution, because Octopus felt dated for that kind of infrastructure.

Answered By SatisfiedUser2022 On

We moved the deployment part of our CI/CD from TeamCity to Octopus recently, and our experience has been largely positive. It's user-friendly enough that even our non-technical team members can promote builds without any headaches.

Answered By DeploymentWizard On

I've been using Octopus Deploy for several years and it's been a game changer for us. It handles deployments between different environments seamlessly and the features for managing deployment variables make maintenance a breeze. If you're facing complex deployment scenarios, I think Octopus would be a worthwhile consideration.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.