Pinned Loading
-
dsdii-assembler
dsdii-assembler PublicAssembler for a MIPS processor implemented in VHDL as part of RIT's Digital Systems Design II class.
Go
-
pick-and-place-precision
pick-and-place-precision PublicA PCB for testing pick and place precision
-
sops-secrets-operator-example.md
sops-secrets-operator-example.md 1# Encrypting Kubernetes Secrets with Age and SOPS on k3s
23[SOPS](https://github.com/getsops/sops) is a handy utility for encrypting sensitive content within files while making it easy to edit and track them with standard developer tools (git, diff, vi, etc.). Using the [sops-secret-operator](https://github.com/isindir/sops-secrets-operator), you can deploy encrypted Kubernetes secrets as `SopsSecret` custom resources, which are decrypted by the operator and made available as standard `Secret`s for general consumption. This allows secrets to be tracked securely in version control, deployed with standard CI/CD tools, and edited securely by developers.
45## Comparison to Alternatives
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.