105 Progress Chef Reseñas
Sentimiento General de la Reseña para Progress Chef
Inicia sesión para ver el sentimiento de la revisión.

Me gusta su soporte y las reuniones de Chef, además Chef es fácil de gestionar e implementar cuando la empresa tiene un gran soporte, esto añade valor al producto. Reseña recopilada por y alojada en G2.com.
Nada, es un gran producto y está muy bien respaldado. Reseña recopilada por y alojada en G2.com.
We have used Chef for 10+ years as our configuration management tool. The Chef Infra infrastructure has been robust and provided a stable platform for us to develop against. The out of box functionality solves many of our use cases and the Chef DSL provides enough extensibility that we can create functionality for our specific use cases. Reseña recopilada por y alojada en G2.com.
My main dislike about Chef is the care and feeding required to perform a chef-client update. Usually, taking a chef-client upgrade takes us at least a month to work through rolling it out across our organization. We have chef-client running daemonized in many environments, and the upgrade process stops the automatic runs for about a 24-hour period, which means we could have server drift during this window. This means we have to be picky about which version of chef-client we run, and usually wait until a new major version is released, upgrade, and then sit on that version until EOL. Ideally, we'd love to keep that current as much as possible. Reseña recopilada por y alojada en G2.com.
Progress Chef allows our developers to have more control over their web application infrastructure, thereby allowing the developers to roll out web applications and services more quickly. Reseña recopilada por y alojada en G2.com.
- Figuring out the syntax required in Ruby to implement a given resource update is sometimes difficult.
- It's not easy to pass status information from powershell scripts back to Chef/Ruby.
- It's not real clear what Progress Chef is responsible for vs the Chef community. Reseña recopilada por y alojada en G2.com.
Chef is a great product, and it solves many of the problems we have with compliance and policy enforcement. We have reasonably good support from our success team. Reseña recopilada por y alojada en G2.com.
Development on the product seems hit or miss, sometimes rushed and not always well documented. Sometimes our customer success resources aren't sure how to solve our problems. It seems evident that something has happened internally to Progress/Chef, which is impacting their ability to develop and release stable products. This is a little panic-inducing for a company using Chef across an install base of nearly 70,000 servers. Reseña recopilada por y alojada en G2.com.
Comencé a usar productos de chef durante los últimos 8 años, y me convertí en un experto en software de chef para gestionar cocinas, chef knife cli, cumplimiento, inspección, API's fáciles de integrar con otras aplicaciones, pipeline, lenguaje ruby fácil de usar y familiarizarse rápidamente utilizando mensajes de manejo de errores de chef. Gestión de configuración de chef y aplicación de despliegue. Reseña recopilada por y alojada en G2.com.
Nada en este momento y ningún comentario sobre algún desagrado con el producto. Reseña recopilada por y alojada en G2.com.

El equipo de Progress Chef es receptivo y accesible. Reaccionan a las preocupaciones y siempre están listos para ayudar. Las herramientas son de primera categoría y se mejoran constantemente. Reseña recopilada por y alojada en G2.com.
La documentación de las nuevas funciones a menudo puede ser un poco escasa, y descubrir dichos cambios nuevos puede ser un poco difícil. La documentación también varía en el nivel de detalle y alcance. Reseña recopilada por y alojada en G2.com.
Anteriormente conocido como CHEF, se utiliza para gestionar todos los sistemas esclavos, de modo que no tengamos que iniciar sesión manualmente en cada uno de los nodos o máquinas esclavas para poder instalar sistemas de software. Lo usé cuando trabajaba en una de las organizaciones de productos anteriores. Usamos CHEF para instalar múltiples dependencias en el sistema definiendo un libro de recetas y una receta. Básicamente, podemos definir un conjunto de tareas que deben ejecutarse en el sistema y CHEF inicia sesión automáticamente en el sistema y realiza la instalación de software, la instalación de paquetes o tal vez cambia la configuración. En el mundo de los grandes datos, supongamos que un nodo necesita tener el software necesario antes de poder operar. Simplemente podemos ejecutar chef-client y hace todo automáticamente. Esta es una herramienta increíble y funciona rápido sin ningún problema. Reseña recopilada por y alojada en G2.com.
Dado que está construido sobre Ruby, a veces es difícil averiguar qué ha causado el error. Ha habido casos en los que el chef-client ha fallado, y se señaló un error, y más tarde supimos que estaba relacionado con la instalación de Ruby. A veces, los errores de chef son difíciles de depurar. No hay un mecanismo de solución de problemas inteligente y no sugiere al usuario dónde buscar errores exactos y soluciones. Reseña recopilada por y alojada en G2.com.
Everything is as code, so it's flexible and easy to reuse code. There are many pre-made cookbooks available on the Chef Supermarket to deploy a wide variety of software. Reseña recopilada por y alojada en G2.com.
- Test Kitchen and Chef InSpec are too rigid and prevent testing more advanced scenarios, e.g., upgrading a service from version A to B.
- Since there's no notion of state, it is hard to track resources that need to be deleted.
- The attributes precedence logic is way too complicated. Reseña recopilada por y alojada en G2.com.
Centralizing our configuration management for all of our managed nodes through cookbooks for all of our environments. Visibility into the cached cookbooks and ability to test locally. Reseña recopilada por y alojada en G2.com.
Repeatability is tricky with Chef's two-pass model. Troubleshooting is challenging once the Chef codebase grows significantly. The attributes precedence evaluation is funky. Reseña recopilada por y alojada en G2.com.
Chef Inspec has an easy-to-understand human-readable format. We implemented the CIS benchmarks for Red Hat Linux as Inspec rules quickly and with minimal error. Now, all our systems get scanned daily for CIS compliance and non-complying systems are few. Chef Inspec is also run as part of the new system build process, so CIS compliance is there from the start. Reseña recopilada por y alojada en G2.com.
If you program in Ruby you might want to use a lot of native Ruby in Chef Inspec recipes. Avoid the temptation. First, see if there is a native Chef Inspec function. Reseña recopilada por y alojada en G2.com.