No more typing reviews! Try our Samantha, our new voice AI agent.

Share your experience using Plutora

The easiest route - we'll conduct a 15 minute phone interview and write up the review for you.

Use our online form to submit your review. It's quick and you can post anonymously.

Your review helps others learn about this solution
The PeerSpot community is built upon trust and sharing with peers.
It's good for your career
In today's digital world, your review shows you have valuable expertise.
You can influence the market
Vendors read their reviews and make improvements based on your feedback.
Examples of the 111,000+ reviews on PeerSpot:

G Srivastava - PeerSpot reviewer
Senior Cloud Engineer at a tech services company with 201-500 employees
MSP
Top 5Leaderboard
Jun 18, 2026
Agent setup and complexity have limited automation benefits but have reduced manual patching work
Pros and Cons
  • "The manual work has been reduced with the help of this automation, we only need two or three people to write those recipes and upload them on the Chef server, and once the configuration tool pulls those changes from the Chef server, it automatically deploys all those changes and has reduced our manpower and our costs."
  • "I think it can be costly considering the advantages and disadvantages of Chef."

What is our primary use case?

We used Chef, the automation tool, as an Infrastructure as Code tool for configuration deployment, such as deploying patches on numerous servers, first on the development box, then on QA, and then on production. That was the main use case for us in the initial stage of using Chef. We then started using Chef for configuration changes. We deployed all those things on the workstation, pushed the recipes from the workstation to the Chef server, and the Chef client pulled from the Chef server, so that is how all the configurations got matched.

Before using Chef, we patched our servers manually or with shell scripts. Suppose we had 100 servers in our development area and needed to patch them all in a day or a week. We would run those shell scripts and wait for their outputs while going on each server to find out what patches had already been applied and if the server had been rebooted. That was a very long-running task for us. With the help of Chef, we configured all those nodes as Chef clients and matched or configured all those nodes by subscribing them to the Chef server. We changed the configuration file with the help of a recipe and pushed those recipes from the workstation to the Chef server. Chef clients started comparing their configuration files from their client to the server. That is how they started to patch themselves and make changes to their configuration files. This was the main use case for us when we started to use this automation tool.

After that, suppose we had 10 servers currently and 10 new servers. We had an application to deploy and the application team requested 10 servers with those many tools, users, configurations, and server hardlink compliance. We simply wrote those recipes in the workstation and pushed those recipes to the Chef server. Chef Client and Ohai were already installed on all 10 servers, and they simply compared their configuration files from Chef client to Chef server. As soon as there was a difference in the configuration, the Chef client pulled all those configurations and automatically deployed all those configurations on those nodes. That is how easy it was for us to deliver the servers or the configurations in a faster manner with the help of Chef.

For SAP servers, we needed to make many changes in files such as sysctl.conf on the Linux server. Suppose we had a brand new server delivered to us from a cloud platform, and we needed to make all those changes so that it could have all the security-related features or changes on the server. Instead of manually doing those changes on all those SAP servers, we could simply write a Chef recipe once and it would be applied on all those SAP servers. That is how it benefited us.

When I used Chef in my previous organization five years ago, it was on-prem servers.

We had not used any other solution before using Chef. We were using all those tasks with shell scripts only. After using Chef, we found other configuration management tools, such as Ansible and Terraform, which we found better, and then we switched from Chef to Ansible.

What is most valuable?

The main use case is the Infrastructure as Code. We can simply change any system configuration, whether it is related to changes of any port number of any files, or we can use package installation. We can help with user and group management. If we need to deploy any application, security hardening is the main tool. For the SAP servers, we need to update many codes, files, programs, and features on the server. With the help of Chef, we can just change those things in a recipe, and those recipes are going to be pulled by all those systems, changing themselves in a minute. Security and compliance hardening are also features we find very useful.

The manual work has been reduced with the help of this automation. We do not need to have 15 or 20 engineers to do those tasks manually. We only need two or three people to write those recipes and upload them on the Chef server. Once the configuration tool pulls those changes from the Chef server, it automatically deploys all those changes. It has reduced our manpower and our costs.

For example, suppose we have 20 servers to patch in this cycle and we need to deliver them in a week. Earlier we used to have six or seven engineers to patch all those 20 servers because it was a manual task. They had to log in on those servers and review if the patches had been correctly deployed. They also needed to validate the changes performed before or after the reboot of the servers. That was a lengthy task and they had to manage all those screenshots and comparisons of those screenshots. With the help of Chef automation tool, we simply deployed the recipe on the workstation and it got uploaded to the workstation, and all those 10 servers and 15 servers pulled the patches from the Chef server. With the help of Chef Client and Ohai, they patched themselves, and we simply clicked another recipe to reboot the servers. That is how only two or three engineers are required to patch those 20 servers. The number of engineers has been reduced and the timing has also been reduced by 10 to 12 hours for each server.

Chef is stable. If we have a large number of servers, it is stable.

What needs improvement?

There are other automation tools, configuration management tools in the market, which offer many good functionalities compared to Chef. For Chef, we need to install those agents, the Chef client, on all those nodes. That is another heinous task to perform on those nodes. Compared with other tools, they do not require any agent; they simply push configurations to all the clients. Chef needs to improve on this agent installation on all those nodes.

I would say that the agent configuration is required, and we need to manage the workstation, the Chef server, and then the Chef client. These two or three things are very difficult. It is a time-taking task compared with other configuration management tools.

They need to compete with other tools, such as Ansible or Terraform. They should work on their agent part. If they can remove the agent installation on the nodes and combine both the Chef server and workstation into one server, that will provide a significant benefit in cost for the clients. They should aim for an agentless architecture rather than an agent-based architecture, which will help other customers.

That is a very difficult thing because I have stopped using Chef. If you have very good developers who are skilled in Ruby language and can write codes in the Chef recipe, then those developers should start using Chef.

For how long have I used the solution?

I have been working in my current field for 10 plus years.

What do I think about the stability of the solution?

Chef is stable. If we have a large number of servers, it is stable.

What do I think about the scalability of the solution?

Chef can be scaled. It is very good in scalability, and we just need to configure the client nodes and it will start adding them, and those clients will start pulling the information from the Chef server. It is highly scalable and we have not faced any issues when using Chef in terms of scalability.

How are customer service and support?

Since we used the free version, the license cost was zero. We have not used the paid version, so we have not had the option to create a ticket for support. However, the developer option or community support is good on Chef, and Chef codes, which are in Ruby language, are easily available on Chef Supermarket, so we found them very useful.

Which solution did I use previously and why did I switch?

We had not used any other solution before using Chef. We were using all those tasks with shell scripts only. After using Chef, we found other configuration management tools, such as Ansible and Terraform, which we found better, and then we switched from Chef to Ansible.

There was another tool called Puppet, but Puppet and Chef are both pull-based configuration tools, and Puppet has a limitation of 25 nodes to perform. That is why we went with Chef.

How was the initial setup?

We simply downloaded Chef from their website, chef.io, and deployed it on the workstation to start using it.

What's my experience with pricing, setup cost, and licensing?

The licensing cost is zero for Chef if you are using the free version. They have developed other versions, such as SaaS-based and self-managed. For the SaaS-based version, it is $59 per node per year. I think it can be costly considering the advantages and disadvantages of Chef. Anyone can start using the free version or the zero-cost license with no upfront cost required, but the setup requires a cost. We need to set up a workstation server and a Chef server, so there will be costs for those two servers regardless of whether they are deployed on-prem or on the cloud.

Which other solutions did I evaluate?

There are other automation tools, configuration management tools in the market, which offer many good functionalities compared to Chef. For Chef, we need to install those agents, the Chef client, on all those nodes. That is another heinous task to perform on those nodes. Compared with other tools, they do not require any agent; they simply push configurations to all the clients. Chef needs to improve on this agent installation on all those nodes.

I would say that the agent configuration is required, and we need to manage the workstation, the Chef server, and then the Chef client. These two or three things are very difficult. It is a time-taking task compared with other configuration management tools.

They need to compete with other tools, such as Ansible or Terraform. They should work on their agent part. If they can remove the agent installation on the nodes and combine both the Chef server and workstation into one server, that will provide a significant benefit in cost for the clients. They should aim for an agentless architecture rather than an agent-based architecture, which will help other customers.

That is a very difficult thing because I have stopped using Chef. If you have very good developers who are skilled in Ruby language and can write codes in the Chef recipe, then those developers should start using Chef.

What other advice do I have?

After using Chef, we found other configuration management tools, such as Ansible and Terraform, which we found better, and then we switched from Chef to Ansible.

There was another tool called Puppet, but Puppet and Chef are both pull-based configuration tools, and Puppet has a limitation of 25 nodes to perform. That is why we went with Chef.

I chose that number because the other automation tools, the other configuration tools are far better. I would give them nine or ten, for example, Ansible. They are not agent-based tools; they simply push configurations, and there is no need to install these tools or the clients on the nodes. Other tools are much better than Chef these days. I would rate this review as five out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Jun 18, 2026
Flag as inappropriate
reviewer1442733 - PeerSpot reviewer
Application Architect at a insurance company with 1,001-5,000 employees
Real User
Jun 16, 2026
Standardized releases have reduced errors and now streamline our cloud resource management
Pros and Cons
  • "Since using Digital.ai Release, one of the benefits is standardizing the way I release to my Azure environment, which in the long term will help me reduce costs and improve efficiency."
  • "To improve Digital.ai Release, I think the user interface could be improved."

What is our primary use case?

My main use case for Digital.ai Release is to release Azure-related cloud resources like Azure Key Vault and Application Insights to support any cloud integration on the Azure side.

A specific example of how I use Digital.ai Release for one of those Azure resources is that we normally do an annual release to update the certificate for the Azure Key Vault because the certificate expires every year, so we use Digital.ai Release in combination with Jenkins and Terraform to release the new certificate.

In addition to that, I use Digital.ai Release for most Azure resources we use to support our API like Azure Key Vault and Application Insights, application registration, and Redis Cache.

How has it helped my organization?

Digital.ai Release has impacted my organization positively because almost all the teams that handle cloud resources related to Azure are using Digital.ai Release in combination with Jenkins. It has become a standard way for us to release cloud-related resources, although we also use Microsoft Azure DevOps for other code releases. For Azure-related resources, this has become the standardized way.

What is most valuable?

The best features that Digital.ai Release offers are that through the template, I can view the different phases of my release, so everything is streamlined when I use Digital.ai Release, and the integration with Jenkins is very good.

The integration between Digital.ai Release and Jenkins is seamless. If there are any issues and anything goes wrong for a particular environment, I will see a red flag from Digital.ai Release. From there, I am able to have a link which leads me to the log file of Jenkins to view the details about the release, which is very convenient.

I appreciate the way I can create the template using standard artifacts. I have a section for Terraform and a section to define my release using the YAML file, and it is standardized.

Since using Digital.ai Release, one of the benefits is standardizing the way I release to my Azure environment. I could manually do everything, but that is very error-prone, and everybody might do it differently. By following Digital.ai Release, I am following the naming convention already by using a certain configuration file with variables. The best part is standardizing things, which in the long term will help me reduce costs and improve efficiency.

What needs improvement?

To improve Digital.ai Release, I think the user interface could be improved. For example, I have a plan phase before my build phase, and sometimes the toggle button is hidden. I have to toggle it before the step can be executed, or it will be skipped. Many people who did not use Digital.ai Release before do not even know there is a toggle button, and the first time when they run into that phase, they will definitely skip that step.

Regarding needed improvements, I did not do extensive reading on documentation or training material directly from Digital.ai Release. My knowledge comes from the team who has been using it. However, I would appreciate standardized training material that would give me hands-on experience.

For how long have I used the solution?

I have been using Digital.ai Release for four to five years.

What do I think about the scalability of the solution?

Digital.ai Release's scalability seems to be adequate, but I do not think we have done anything challenging in terms of capacity for the framework since we are only releasing a few cloud resources at a time, so we might never run into a bottleneck.

How are customer service and support?

Customer support is good, and we did not run into any issues directly with Digital.ai Release's customer support because we have a release team to help us with Digital.ai Release. If we have any issues, we work with that team directly.

Which solution did I use previously and why did I switch?

Before choosing Digital.ai Release, we changed many different vendors for release management over the years, but Digital.ai Release is definitely the choice for releasing cloud-related resources.

I did not think we used anything else before Digital.ai Release because this has been the standard way of releasing cloud resources from the beginning, especially since we have team members who had this experience to help us establish the framework.

What was our ROI?

Since using Digital.ai Release, one of the benefits is standardizing the way I release to my Azure environment. I could manually do everything, but that is very error-prone, and everybody might do it differently. By following Digital.ai Release, I am following the naming convention already by using a certain configuration file with variables. The best part is standardizing things, which in the long term will help me reduce costs and improve efficiency.

What other advice do I have?

My advice to others looking into using Digital.ai Release is that it seems very flexible. I understand we are using Digital.ai Release's Jenkins integration, and for the Jenkins component, potentially I could switch to other solutions. It seems to me it is a flexible framework to release cloud-based resources, so it is a good option for this purpose.

I would like to see more AI capability in Digital.ai Release because AI has improved our productivity in different areas of our daily working environment. When we do development using Copilot, I see improvements when we use the cloud to help us in our development. However, in Digital.ai Release, since I am not a frequent user, I do not see much integration with AI yet, and that is an area where I would like to see further development.

I would rate this review as a nine out of ten.

Which deployment model are you using for this solution?

Hybrid Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Microsoft Azure
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Last updated: Jun 16, 2026
Flag as inappropriate