Overview

Product video
The Codefresh Platform by Octopus Deploy addresses the needs of organizations at all stages of their digital journey (from modern containers and microservices to trusted legacy applications) making application deployments, release orchestration, and day 2 operations - easy, scalable, and auditable.
The Codefresh solution is a complete software supply chain to build, test, deliver, and manage software with integrations so teams can pick best of breed tools to support that supply chain. Built on Argo, the world's most popular and fastest growing open source software delivery toolchain, the Codefresh Software Delivery Platform unlocks the full enterprise potential of Argo Workflows, Argo CD, Argo Events and Argo Rollouts, while also providing a control plane for managing them at scale.
Deploying the platform onto a single Kubernetes cluster is simple, run one command to bootstrap Codefresh and the entire configuration will also be written to git. Codefresh's runtime includes the Enterprise version of the entire Argo stack with tools to simplify their operation and provide better traceability between them.
Codefresh acts as a control plane across all of your instances. Rather than many instances of Argo being operated separately and maintained individually, the control plane allows all instances to be monitored and manages in concert.
Octopus Deploy also supports organizations that deploy their applications using other than Argo-based technology stacks.
Teams that adopt the Octopus Continuous Delivery Platform deploy more often, with greater confidence, and are able to resolve issues in production much more quickly.
For custom pricing, EULA, or a private offer, please contact sales@octopus.com for a private offer.
Highlights
- Modern Platform: Intuitive and flexible, integrating with any cloud, any toolchain. Codefresh enables Enterprises to deploy frequently for every application.
- Lead with GitOps: Self-documenting traceability from artifact to deployment. Codefresh is the only enterprise DevOps solution that operates completely with GitOps from the ground up.
- Enterprise Argo-support: Codefresh is an active contributor and maintainer of Argo, supporting enterprises running Argo to scale their deployments to Kubernetes.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Buyer guide

Financing for AWS Marketplace purchases
Pricing
Free trial
Dimension | Description | Cost/month |
|---|---|---|
Cloud Starter Package | 30 User Seats + 1M Cloud Credits + Silver Support | $3,116.00 |
Cloud Advanced Package | 50 Seats + 5M Cloud Credits + Silver Support | $5,479.00 |
Hybrid Starter Package | 30 Seats + Silver Support | $2,905.00 |
Hybrid Advanced Package | 50 Seats + Silver Support | $4,425.00 |
The following dimensions are not included in the contract terms, which will be charged based on your usage.
Dimension | Cost/unit |
|---|---|
10 User Seats (Code Committers) | $9,120.00 |
100K Cloud Credits | $253.00 |
Vendor refund policy
No refunds provided. For inquiries, please contact sales@octopus.com .
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Resources
Vendor resources
Support
Vendor support
Standard offering: email support is offered Monday - Friday during normal business hours. For additional support options, please contact sales@octopus.com
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

Standard contract
Customer reviews
Unified pipelines have streamlined developer workflows and have boosted collaboration
What is our primary use case?
My main use case for Codefresh is building pipelines, changing config, and creating a platform for developers.
When I use Codefresh for building pipelines or creating that developer platform, I use a template that we bootstrapped for everyone else in the bank. We started building our own dedicated pipelines using this template. It would be in our GKE , as a shared pipeline in a shared cluster that we would use to deploy our GKE resources.
What is most valuable?
In my opinion, the best features Codefresh offers are extensibility, flexibility, a lot of features, and it is also very fast. The documentation is really good and helps me in my day-to-day work. We were able to quickly move off Bamboo and CodeBuild from Google Cloud while using the same functionality that we require. Codefresh has really good GitOps capabilities.
Codefresh has positively impacted my organization; it has been amazing. Previously, we would have to build scripts and go into Cloud Build in GCP, and we would have to build our own Terraform images and run that inside Cloud Build. When Codefresh came along, it was much easier to share code with everyone else because we had a single pipeline and similar templates.
Everyone was more on board since switching to Codefresh. In terms of time saved, I would say one day saved per week. We used to have a lot of toil with Cloud Build, but no more with Codefresh.
What needs improvement?
Codefresh can be improved with more capability inside the GCP ecosystem. The initial setup felt very manual.
For how long have I used the solution?
I have been using Codefresh for four years.
What do I think about the stability of the solution?
Codefresh is very stable.
What do I think about the scalability of the solution?
Codefresh's scalability is 10 out of 10; it is very scalable. We have never hit an issue.
How are customer service and support?
I have never had to deal with customer support.
Which solution did I use previously and why did I switch?
I previously used Bamboo and Cloud Build. Everyone used different tools, so that is why they wanted to align when we switched to Codefresh.
How was the initial setup?
We did not purchase Codefresh through the Google Cloud Marketplace ; we had an enterprise license.
What about the implementation team?
I did not know about the experience with pricing, setup cost, and licensing as they have one procurement team, and engineers do not have to do this.
Which other solutions did I evaluate?
I evaluated other options before choosing Codefresh. We did not like Bamboo as it was being deprecated, so we used Cloud Build.
What other advice do I have?
My advice for others looking into using Codefresh is to have a templated repo and have people start off with that. I would rate this product 10 out of 10.
GitOps control plane has transformed deployments and now enables proactive Kubernetes visibility
What is our primary use case?
Our primary use case for Codefresh is building and deploying microservices to Kubernetes . We use Codefresh as a GitOps control plane, which is integrated with Argo CD to automate our deployments and manage environments efficiently.
When a new commit is merged into our application repository, our Codefresh CI pipeline automatically builds the Docker image and pushes it to our registry. From there, we then use the GitOps update step in Codefresh to automatically update the image tag in our separate deployment repository that contains our Helm charts. Since that deployment repo is connected as a Git source to the Codefresh GitOps runtime, Argo CD immediately detects the out of sync state and pulls the new configuration into our Kubernetes cluster. This gives us a seamless automated flow from code to running pods.
That is our main use case.
What is most valuable?
The best feature of Codefresh is the GitOps control plane, which provides a single unified view of all Argo CD runtimes and clusters on the dashboard. It completely removes the black box feeling of a Kubernetes cluster that you see in the CLI. It shows real-time health and sync status of every application across the entire organization.
The unified dashboard in Codefresh has shifted our team from reactive to proactive collaboration. Instead of developers constantly asking the DevOps team for deployment status or manually checking multiple Argo CD runtimes, everyone can see the real-time health of their services in one place. On top of that, we have a job written which keeps the health check on the MS Teams chat, so the team is aware of the application status.
One final feature that actually makes my life easier is the shared volume architecture across the pipeline steps. Unlike other CI/CD tools where you have to manually cache and upload or download artifacts between stages, Codefresh automatically persists the workspace across the entire workflow. I don't have to worry about the artifacts. This makes passing heavy Docker layers and build artifacts between the steps incredibly fast and simple.
Since switching to Codefresh, our organization has definitely seen approximately a 30 percent reduction in deployment times. Previously, there was manual intervention required. After adapting to Argo CD, we see fewer manual errors, and by standardizing our pipelines through the step marketplace, we have eliminated the snowflake configuration that used to cause production outages. The GitOps automation with Argo CD has saved our DevOps team roughly three to four hours per week.
The time we have reclaimed from manual deployments has allowed us to shift our focus from maintenance to innovations. Instead of spending several hours a week managing sync errors and building custom scripts, we have implemented advanced security such as SAST and DAST scanning directly into our pipeline, ensuring every image is vetted before it hits the cluster. Secondly, we have optimized infrastructure cost by dedicating time to fine-tune our Kubernetes resource requests and limits. Third, we have improved developer self-service by building a library of standard templates in the step marketplace. Now, a developer can spin up a complete production-ready CI/CD pipeline for a new microservice in a minute.
What needs improvement?
While using Codefresh, I still don't see many downsides, but I would say the UI performance with large logs is an area for improvement. When a complex pipeline generates a high volume of logs, the user interface can occasionally become sluggish, jittery, or take extra seconds to render. The only downside I would say is the UI experience and its smoothness.
Although the visibility into Kubernetes is excellent, I would love to see out-of-the-box cost optimization metrics. Argo CD knows how a pod is performing, its status, and its state. There should be some kind of cost optimization metrics shown on the GitOps application where we could save money or perhaps reduce the resources of a particular pod application.
One improvement I would say is a promotion process between environments, from lower to upper environment. Currently, the model with complex promotion logic such as specific concurrency strategies or smart rollbacks when multiple commits hit at once can feel quite manual. I would like to see more automated promotion gates that can handle multi-cluster dependencies without needing as much custom YAML configuration.
For how long have I used the solution?
My experience in my current field is approximately five to six years.
What do I think about the stability of the solution?
I have found Codefresh very stable overall, except for the UI jitter issue I mentioned. We have had very few minor incidents such as occasionally slowness in the GitOps dashboard or some image pull features during peak times when multiple deployments are happening. However, Codefresh is generally very quick, and the experience is very pleasant and good.
What do I think about the scalability of the solution?
The scalability has been the biggest win for us. Unlike our old Jenkins setup where adding more builds often meant the master node would struggle and we would run out of executors, Codefresh is Kubernetes-native, so it scales horizontally by design. As our workload grew, we didn't have to manage the scale ourselves. The hybrid runtime simply spins up new pods in our cluster to handle the concurrent builds and then spins them down when the jobs are finished.
How are customer service and support?
Our experience with Codefresh customer support has been very positive. We are on an enterprise plan which gives us a four-hour target response time, but it usually happens before that time for normal issues and even faster when we have P1 priorities. We have reached out a few times, mostly for clarification on advanced GitOps runtimes configurations or minor UI bugs. The engineers we speak with are very highly technical. They don't just give us a generic script. They actually understand Kubernetes and container architecture, which makes a huge difference. Since the acquisition of Octopus Deploy , we have noticed the support resources have become very robust.
Which solution did I use previously and why did I switch?
Previously, before Codefresh, we were primarily using Jenkins before making the switch to Codefresh. The main reason for the move was that Jenkins felt like it was becoming a maintenance nightmare for our Kubernetes-native environment. We were spending too much time managing plugins, scaling the Jenkins master, and writing custom fragile groovy scripts for our deployments. We switched to Codefresh because it offered native GitOps support. Instead of building a custom bridge between our CI and Kubernetes cluster, Codefresh provided us a unified dashboard that natively integrated with Argo CD.
How was the initial setup?
What was our ROI?
We have seen a definitive return on investment both in terms of engineering efficiency and infrastructure stability. From a technical standpoint, our deployment frequency has tripled because we have moved from manual syncs to a fully automated GitOps flow. We have saved approximately four to six hours per week. In terms of dollars, considering both engineering cost and infrastructure cost, I would say the savings are more than at least $10,000 to $15,000.
What's my experience with pricing, setup cost, and licensing?
The pricing is generally based on a combination of user seats and build concurrency. Since we are an enterprise-level team, we moved past the basic tier onto a custom contract. Usually, our manager manages the billing and all that, so I am a little unaware of the full details of the experience.
What other advice do I have?
If you're considering Codefresh, my biggest piece of advice is to embrace GitOps fully from the start. Don't just use it as a traditional CI tool. Take advantage of the native Argo CD integration and the GitOps control plane. It is where the real value lies for Kubernetes-native teams. I would recommend starting with the step marketplace instead of writing custom scripts.
We have covered the most important aspects. It has been a solid transition from the previous solution. GitOps visibility alone has made it a worthwhile investment for our team. I'm satisfied with how it's currently helping us manage our Kubernetes cluster. I would rate this product a 9 out of 10.
Automated GitOps pipelines have simplified Kubernetes releases and reduce deployment time
What is our primary use case?
I use Codefresh for Kubernetes applications and to deploy Kubernetes applications. We have used Codefresh for deploying containerized applications to Kubernetes environments, and our organization has adopted GitOps for managing multiple environments such as development, staging, and production, which makes Codefresh ideal for this purpose.
Managing the Kubernetes platform and deploying applications on Kubernetes is very difficult, but Codefresh has made it easy to deploy applications in different environments like production, staging, and development.
What is most valuable?
Codefresh offers pipeline automation, Kubernetes native architecture, and GitOps workflow integration, which is very useful; without GitOps, we cannot coordinate with the code. It also provides strong integration with container insights, and to see the deployment process, it shows a dashboard that gives clear insights about what is happening. It also provides smart deployment strategies like blue-green and canary deployments, which are very useful for the production release of applications.
Previously, when a developer pushed code, we had to take the code and change the configuration manually, but now through Codefresh's automation, it is easy to deploy through three stages; once it is successful in development, it goes to the staging environment, and after the pull request is approved in staging, it goes to production deployment. For the configuration file, we only have to write it one time, and everything from container to test is done by Codefresh, which has reduced the work for Kubernetes deployment.
Codefresh eliminates the manual process and provides a centralized platform for continuous integration, continuous delivery, and GitOps-based release management. It is also easy to integrate with Argo CD, so it is used on top of Argo CD, making it useful for deployments like Kubernetes.
What needs improvement?
Codefresh has a learning curve for teams, as the initial pipeline configuration may require some familiarity with YAML and container-based CI/CD processes; a junior engineer cannot configure these YAML files and processes, so it needs an experienced or knowledgeable person with a background in Kubernetes.
The documentation is good, but the person using Codefresh needs to go through a learning curve; they should have knowledge of the things Codefresh offers, so it should be easy to use even for a non-Kubernetes person, and the writing of configuration files should also be easier for them.
I gave it a nine because it has automated Kubernetes deployments, which are not easy to achieve through CI/CD, and it is centralized, integrating GitOps, Argo CD, and Docker-based containerized application deployment, making it a useful tool. The reason it is not a ten is because our developers who do not have Kubernetes and Docker knowledge cannot use Codefresh easily, and the configuration file we have to write is very complex, requiring prior knowledge of Kubernetes and Docker-based deployments.
For how long have I used the solution?
I have been using Codefresh for the past ten months.
What do I think about the stability of the solution?
Codefresh is stable.
Which solution did I use previously and why did I switch?
This is our first established solution, and it is the best platform.
Another choice before choosing Codefresh was CircleCI , but CircleCI was good for Docker-based deployments; however, we wanted something that supports Kubernetes, so we found Codefresh to be better for Kubernetes deployment.
What was our ROI?
I have seen a return on investment from using Codefresh.
Before Codefresh, we had to plan the strategy, write the configuration file, and run everything; it used to take two to three days to plan and implement, but now it is a one-time job, so it can be done in ten to fifteen minutes, which has reduced a lot of time and sped up the automation and CI/CD, requiring fewer employees.
What other advice do I have?
Previously, the process had to be done by three to four DevOps engineers, which included writing the YAML file, managing the containers running in Kubernetes, managing the configuration file, and checking for successful deployments in development and staging before doing blue-green and canary deployments, but now everything has been automated.
Codefresh has made the most positive impact by reducing errors; sometimes humans make errors, especially during high-pressure times or with a high workload. It can be hard to configure the files, and we can misconfigure them, leading to wrong deployments, but with the one-time job of configuring the Kubernetes configuration file, it is very easy for repetitive tasks, and it has also reduced repetitive tasks by being triggered automatically once the code is pushed.
Initially, we tried the free trial application, and now we are using a team plan which is managed by the upper teams. I would rate this product a nine out of ten.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Codefreah as a CI/CD deployment tool
2. We have been able to unify our build, test, deploy and maintenance tools into codefresh, reducing complexity and cost.
3. tzhe use of gitOps along with codefresh has significantly reduced developer overhead wrt releases.
4. the proxy logs and config log viewer along with app logs has helped us a lot in debugging during Canary ffailures