goldilocks VS werf

Compare goldilocks vs werf and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
goldilocks werf
14 15
2,289 3,907
2.3% 1.2%
6.3 9.7
about 1 month ago 7 days ago
Go Go
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.

goldilocks

Posts with mentions or reviews of goldilocks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-27.
  • How do I stop my apps from being killed in k8s?
    3 projects | /r/sre | 27 Jan 2023
    There's also tools like Goldilocks that can help with resource request planning.
  • Can you help me with CPU/Memory resources recommendation
    1 project | /r/kubernetes | 12 Nov 2022
    I recently installed this into our cluster and it provides you a recommendation of what your resources should be set to based on VPA in monitor mode. https://github.com/FairwindsOps/goldilocks
  • Performance testing an application running on kubernetes
    2 projects | /r/kubernetes | 25 Oct 2022
    While not directly what you're asking, a tool like Goldilocks combined with Kubernetes' Vertical Pod Autoscaler can give you an idea of the real CPU and memory consumption of your applications over a period of time. It's mainly used for cloud cost control, but could be useful.
  • You can't have both high utilization and high reliability
    1 project | /r/kubernetes | 24 Sep 2022
    We use it in a limited fashion as part of Goldilocks. Not all namespaces have it enabled, but any team that wants to use it can request their namespace be enabled.
  • For the love of god, stop using CPU limits on Kubernetes (updated version)
    4 projects | /r/kubernetes | 5 Aug 2022
    https://github.com/openshift/cluster-kube-descheduler-operator https://github.com/FairwindsOps/goldilocks
  • How do you prevent overprovisioning
    2 projects | /r/kubernetes | 1 Jul 2022
  • FairwindsOps/goldilocks: Get your resource requests "Just Right"
    1 project | /r/ExperiencedDevOps | 16 Jun 2022
  • How to right-size containers before deployment
    1 project | /r/devops | 26 Apr 2022
    We use https://github.com/FairwindsOps/goldilocks (zero affiliation) in our load testing environment and work from the recommendations there.
  • Top 200 Kubernetes Tools for DevOps Engineer Like You
    84 projects | dev.to | 15 Jan 2022
    kops - Production Grade K8s Installation, Upgrades, and Management silver-surfer - Check ApiVersion compatibility and provide Migration path for Kubernetes objects when upgrading Kubernetes to latest versions Kube-ops-view - Kubernetes Operational View - read-only system dashboard for multiple K8s clusters kubeprompt - Kubernetes prompt info Metalk8s - An opinionated Kubernetes distribution with a focus on long-term on-prem deployments kind - Kubernetes IN Docker - local clusters for testing Kubernetes Clusterman - Cluster Autoscaler for Kubernetes and Mesos Cert-manager - Automatically provision and manage TLS certificates Goldilocks - Get your resource requests "Just Right" katafygio - Dump, or continuously backup Kubernetes objets as yaml files in git Rancher - Complete container management platform Sealed Secrets - A Kubernetes controller and tool for one-way encrypted Secrets OpenKruise/Kruise - Automate application workloads management on Kubernetes https://openkruise.io kubectl snapshot - Take Cluster Snapshots kapp - simple deployment tool focused on the concept of "Kubernetes application" — a set of resources with the same label https://get-kapp.io keda - Event-driven autoscaler for Kubernetes Octant - To better understand the complexity of Kubernetes clusters Portainer - Portainer inside a Kubernetes environment Gardener - Deliver fully-managed clusters at scale everywhere with your own Kubernetes-as-a-Service Kubed - Kubernetes Cluster Operator Daemon Kubestack - Kubestack is the free and open-source GitOps framework to codify your custom platform stack using Terraform.
  • Monthly: Who is hiring?
    2 projects | /r/kubernetes | 3 Jan 2022
    Come help us build great open source and commercial software for Kubernetes! You may know us from projects like Polaris and Goldilocks. We're building an inclusive, learning-driven, remote-first culture and are looking to grow our team.

werf

Posts with mentions or reviews of werf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-08.
  • Is there a CD solution that can be (painlessly) fully automated between stages?
    3 projects | /r/kubernetes | 8 Sep 2022
    I am looking as well for this kind of tool. I just took a look today by exploring the CNCF landscape this tool : https://werf.io/ , I haven't used it, but it seems to take care of painful stuff like automatic versioning for example. (If someone here tried it, I will be happy to listen to your feedbacks)
  • Phabricator replacement? | Or OpenProject alternative? | issue tracking/code
    53 projects | /r/selfhosted | 2 Aug 2022
    Werf - um ok
  • Top 200 Kubernetes Tools for DevOps Engineer Like You
    84 projects | dev.to | 15 Jan 2022
    HybridK8s Droid - Intelligence foor your favourite Delivery Platform Devtron - Software Delivery Workflow for Kubernetes Skaffold - Easy and Repeatable Kubernetes Development Apollo - Apollo - The logz.io continuous deployment solution over kubernetes Helm Cabin - Web UI that visualizes Helm releases in a Kubernetes cluster flagger - Progressive delivery Kubernetes operator (Canary, A/B Testing and Blue/Green deployments) Kubeform - Kubernetes CRDs for Terraform providers https://kubeform.com Spinnaker - Spinnaker is an open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence. http://www.spinnaker.io/ werf - GitOps tool to deliver apps to Kubernetes and integrate this process with GitLab and other CI tools Flux - GitOps Kubernetes operator Argo CD - Declarative continuous deployment for Kubernetes Tekton - A cloud native continuous integration and delivery (CI/CD) solution Jenkins X - Jenkins X provides automated CI+CD for Kubernetes with Preview Environments on Pull Requests using Tekton, Knative, Lighthouse, Skaffold and Helm KubeVela - KubeVela works as an application delivery control plane that is fully decoupled from runtime infrastructure ksonnet - A CLI-supported framework that streamlines writing and deployment of Kubernetes configurations to multiple clusters CircleCI - A cloud-based tool that helps build continuous integration and continuous delivery pipelines to Kubernetes.
  • Deployment Watching Tool
    1 project | /r/kubernetes | 15 Dec 2021
    Check out https://werf.io/ tool. It features giterminism which is somewhat similar to gitops, but it does not require pull model. Giterminism aims to improve reproducibility of your build and deploy configuration. werf also features content-based-tagging out of the box, which allows creating immutable images, stored in the container-registry, shared between multiple runners (werf uses distributed locking to prevent overriding image which is already published). Giterminism and content-based-tagging enables easy rollbacks to any git-commit in the history of your project. By design werf could be embedded into any ci/cd system.
  • werf is a CLI tool for implementing CI/CD with Kubernetes; its v1.2 became stable
    4 projects | /r/kubernetes | 8 Dec 2021
    Rename of dapp to werf was in Jan'19 to be precise (https://github.com/werf/werf/pull/1213).
  • Werf
    1 project | /r/devopspro | 6 Dec 2021
  • 11 Open Source Kubernetes Ci Cd Tools To Improve Your Devops
    11 projects | dev.to | 22 Oct 2021
    Werf
  • Alternative to helmfile that works well with Github Actions
    2 projects | /r/kubernetes | 8 Sep 2021
    You can try werf, it has Helm under the hood and there are github actions available for it: https://github.com/werf/actions
  • werf as [yet another] way to build Docker images
    1 project | /r/docker | 3 Sep 2021
    As you know, there's plenty of tools that can be used to build your Docker images, besides the docker build itself. werf is an Open Source project with a long history (started in 2016 as a simple wrapper around Docker CLI). Still being a CLI tool, today it is focused not just on the building but also delivering these images to Kubernetes — and this is what makes it really different.
  • Podman: A tool for managing OCI containers and pods
    25 projects | news.ycombinator.com | 31 Aug 2021

What are some alternatives?

When comparing goldilocks and werf you can also consider the following projects:

k9s - 🐶 Kubernetes CLI To Manage Your Clusters In Style!

argo-cd - Declarative Continuous Deployment for Kubernetes

flux2 - Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit.

keda - KEDA is a Kubernetes-based Event Driven Autoscaling component. It provides event driven scale for any container running in Kubernetes

terraform-controller - Use K8s to Run Terraform

kube-score - Kubernetes object analysis with recommendations for improved reliability and security. kube-score actively prevents downtime and bugs in your Kubernetes YAML and Charts. Static code analysis for Kubernetes.

kaniko - Build Container Images In Kubernetes

popeye - 👀 A Kubernetes cluster resource sanitizer

Fabric - Simple, Pythonic remote execution and deployment.

Flux - Successor: https://github.com/fluxcd/flux2

fleet - Deploy workloads from Git to large fleets of Kubernetes clusters