client-platform-engineering VS cookbooks

Compare client-platform-engineering vs cookbooks and see what are their differences.

client-platform-engineering

A collection of cookbooks, scripts and binaries used to manage our macOS, Ubuntu and Windows endpoints (by uber)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
client-platform-engineering cookbooks
1 1
72 0
- -
0.0 1.8
9 months ago almost 3 years ago
Ruby Ruby
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

client-platform-engineering

Posts with mentions or reviews of client-platform-engineering. We have used some of these posts to build our list of alternatives and similar projects.
  • Uber has been pwned
    1 project | /r/cybersecurity | 16 Sep 2022
    Ref: https://github.com/uber/client-platform-engineering/blob/06c067e76950c5dce16e0c61d58baf2a2959fc3a/chef/cookbooks/cpe_anyconnect/resources/cpe_anyconnect.rb

cookbooks

Posts with mentions or reviews of cookbooks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-15.
  • Create and Configure Google Cloud Instance using Terraform and Chef
    2 projects | dev.to | 15 Jul 2021
    #!/bin/bash mkdir -p /data/chef_cookbooks rm -rf /data/chef_cookbooks/* outfile='/var/log/userdata.out' # Install Chef client v14 if [ ! -f /usr/bin/chef-client ] ; then echo "Installing chef client" >> $outfile curl -L https://omnitruck.chef.io/install.sh | sudo bash -s -- -v 15.8.23 >> $outfile fi # Install git if [ ! -f /usr/bin/git ] ; then yum install git -y >> $outfile fi # Clone Chef cookbook repo cd /data/chef_cookbooks echo "Cookbook Repo cloning" >> $outfile git clone https://github.com/chefgs/cookbooks.git >> $outfile echo "Executing chef-client" >> $outfile cd /data/chef_cookbooks sudo chef-client -z -o apache --chef-license accept >> /var/log/chefrun.out ## if [ -d /var/www/html/ ] ; then echo "Apache server created successfully, hence create sample html site" >> $outfile cat <<'EOF' >> /var/www/html/index.html Apache server in Google Cloud Created using metadata startup script from a local script file. EOF fi

What are some alternatives?

When comparing client-platform-engineering and cookbooks you can also consider the following projects:

kitchen-dokken - Test Kitchen driver/provisioner for lightning faster Chef Infra cookbook testing with Docker

terraform_repo - Terraform samples for Major Cloud Providers and Custom Provider Development

arcgis-cookbook - Chef cookbooks for ArcGIS

ssl_certificate-cookbook - Chef cookbook to make it easy for other cookbooks to support SSL.

grafana - Development repository for the grafana cookbook

Chef - Chef Infra, a powerful automation platform that transforms infrastructure into code automating how infrastructure is configured, deployed and managed across any environment, at any scale

itamae - Configuration management tool inspired by Chef, but simpler and lightweight. Formerly known as Lightchef.