105 Progress Chef Bewertungen
Gesamtbewertungsstimmung für Progress Chef
Melden Sie sich an, um die Bewertungsstimmung zu sehen.

Ich mag ihren Support und die Chef-Meetings, außerdem ist Chef einfach zu verwalten und zu implementieren, wenn das Unternehmen großartigen Support hat, was den Wert des Produkts erhöht. Bewertung gesammelt von und auf G2.com gehostet.
Nichts, es ist ein großartiges Produkt, und es wird sehr gut unterstützt. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.
- 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. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.
Ich habe in den letzten 8 Jahren angefangen, Chef-Produkte zu verwenden, und wurde ein Experte für Chef-Software, die Küchen betreibt, Chef Knife CLI, Compliance, Inspekt, einfach zu integrierende APIs mit anderen Anwendungen, Pipeline, Ruby-Sprache, die einfach zu verwenden ist und mit Chef-Fehlermeldungen schnell vertraut wird. Chef-Konfigurationsmanagement und Bereitstellungsanwendung. Bewertung gesammelt von und auf G2.com gehostet.
Nichts zu diesem Zeitpunkt und keine Kommentare über eine Abneigung gegen das Produkt. Bewertung gesammelt von und auf G2.com gehostet.

Das Progress Chef-Team ist reaktionsschnell und erreichbar. Sie reagieren auf Bedenken und sind immer bereit zu helfen. Die Werkzeuge sind erstklassig und werden ständig verbessert. Bewertung gesammelt von und auf G2.com gehostet.
Die Dokumentation neuer Funktionen kann oft etwas spärlich sein, und das Entdecken dieser neuen Änderungen kann etwas schwierig sein. Die Dokumentation variiert auch im Detailgrad und Umfang. Bewertung gesammelt von und auf G2.com gehostet.
Früher bekannt als CHEF, wird es verwendet, um alle Slave-Systeme zu verwalten, sodass wir uns nicht manuell bei jedem der Slave-Knoten oder -Maschinen anmelden müssen, um Software-Systeme installieren zu können. Ich habe es verwendet, als ich in einer der vorherigen Produktorganisationen gearbeitet habe. Wir haben CHEF verwendet, um mehrere Abhängigkeiten auf dem System zu installieren, indem wir ein Kochbuch und ein Rezept definiert haben. Grundsätzlich können wir eine Reihe von Aufgaben definieren, die auf dem System ausgeführt werden müssen, und CHEF meldet sich automatisch beim System an und führt die Softwareinstallation, Paketinstallation oder möglicherweise die Konfigurationsänderung durch. In der Big-Data-Welt, wenn ein Knoten die benötigte Software haben muss, bevor er arbeiten kann, können wir einfach chef-client ausführen und es erledigt alles automatisch. Dies ist ein erstaunliches Werkzeug und funktioniert schnell und problemlos. Bewertung gesammelt von und auf G2.com gehostet.
Da es auf Ruby aufgebaut ist, ist es manchmal schwierig herauszufinden, was den Fehler verursacht hat. Es gab Fälle, in denen der Chef-Client fehlgeschlagen ist, und es wurde auf einen Fehler hingewiesen, und später erfuhren wir, dass es mit der Ruby-Installation zusammenhängt. Manchmal sind die Chef-Fehler schwer zu debuggen. Es gibt keinen intelligenten Mechanismus zur Fehlerbehebung und es wird dem Benutzer nicht vorgeschlagen, wo genau nach Fehlern und Lösungen zu suchen ist. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.
- 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. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.
Repeatability is tricky with Chef's two-pass model. Troubleshooting is challenging once the Chef codebase grows significantly. The attributes precedence evaluation is funky. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.
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. Bewertung gesammelt von und auf G2.com gehostet.