Goodbye Sealed Secrets, hello SOPS

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • sops

    Simple and flexible tool for managing secrets

  • https://github.com/mozilla/sops/releases Add the binary into your OS path

  • age

    A simple, modern and secure encryption tool (and Go library) with small explicit keys, no config options, and UNIX-style composability.

  • $ AGE_VERSION=$(curl -s “https://api.github.com/repos/FiloSottile/age/releases/latest" | grep -Po ‘“tag_name”: “v\K[0–9.]+’) $ curl -Lo age.tar.gz “https://github.com/FiloSottile/age/releases/latest/download/age-v${AGE_VERSION}-linux-amd64.tar.gz" $ tar xf age.tar.gz $ sudo mv age/age /usr/local/bin $ sudo mv age/age-keygen /usr/local/bin

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • helm-secrets

    A helm plugin that help manage secrets with Git workflow and store them anywhere

  • $ helm plugin install https://github.com/jkroepke/helm-secrets --version v3.14.0

  • gitfaas

    A mix between GitOps and FAAS to create data pipelines on Kubernetes

  • In need of Function As A Service on Kubernetes ? Say no more ! Checkout Gitfaas now ! Free for all, opensource for everyone.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts