nowfound

Alternatives

Products that do what Kubernetes operator that manages Keycloak configurations does

We have finally open sourced our Keycloak config operator (I have yet to find a better name) that allows to manage your entire Keycloak configuration in a GitOps fashion through Kubernetes CRDs. Starting is easy, there is an export flow which allows you to export CRDs from your current configuration and then you can apply them as needed. The resources are deliberately raw JSON (I'd love to see a discussion on this) so that its compatible with a wide range of Keycloak versions out of the box. Heavily inspired by the now defunct keycloak realm operator. Feedback and suggestions for…

  1. 1
    Keysho218

    Add ⌘ + K to your web apps in minutes

    2022

  2. 2KM
  3. 3

    A smarter workflow for Kubernetes & Cloud Native apps

    2021

  4. 4

    State of the art Valkey (fork of Redis) Kubernetes operator

    2025

  5. 5
    Keep108

    Alerting, by developers, for developers

    2023

  6. 6

    Open source DevOps agent for devs who just want to ship

    Dec 2025

  7. 7
    KCaps102

    Design shortcut keys image for your project docs or tutorial

    2022

  8. 8KK
  9. 9KC

    Hi HN, I built KeyEnv because I was tired of the "can you Slack me the Stripe key?" workflow. The problem: My team's secrets lived in a mix of Slack DMs, shared Google Docs, and .env files that definitely weren't in .gitignore at some point. Enterprise tools like Vault required more DevOps time than we had. Doppler was close but felt heavier than we needed. What KeyEnv does: keyenv init # link project keyenv pull # sync secrets to local .env keyenv run -- npm start # inject secrets, run command That's basically it. Secrets are encrypted client-side (AES-256-GCM) before leaving your machine.…

    Jan 2026 · keyenv.dev

  10. 10PO

    Hey HN :) I just saw the post about Glasskube - an open source package manager for kubernetes [1] and would like to throw package-operator in the ring for y'all to look at and get some feedback on it. Disclaimer up front: I'm an engineer working on package-operator as part of my SRE work in Red Hat's service delivery org. Opinions are my own, though. :) Package-Operator is a multi component ecosystem to tackle the package management story for kubernetes in a slighly novel- (and not so novel- when compared with OLM [2]) way: - `package-operator-manager` is an actual operator running inside…

    2024 · package-operator.run

  11. 11PO

    Hello HN! We are developers and security researchers making tools for developers to encrypt data at an application level while maintaining sole control of their keys. We believe that data should always be encrypted unless it is part of an active computation. Encryption is relatively easy, but key management is challenging. There are plenty of encryption tools and SDKs that are out there (Hashicorp Vault, AWS KMS etc.) but we are focusing on ease and speed of implementation, developer experience and self custody of keys. A few months ago, we quit our jobs and started full time on Phase. So…

    2023 · github.com

  12. 12MK

    This is the Kubernetes Operator for managing deployments of Multigres across multiple failure domains.

    Mar 2026 · github.com

  13. 13KO

    We're happy to announce an early version of https://github.com/molnett/neon-operator, a Kubernetes operator that allows you to self-host Neon on your own infrastructure. This is the culmination of our efforts to understand the internal details of Neon, and we're excited to share our findings with the community!

    2025 · molnett.com

  14. 14HO

    Hello HN, I’m excited to share something we’ve been working on: Cloud Troubleshooting Labs. This tool provides on-demand environments for engineers to practice hands-on troubleshooting with AWS, GCP, Azure, and Kubernetes. What it does: We use Pulumi to spin up these environments. Each scenario includes a diagram and an explanation of the available IT infrastructure. Engineers are tasked with fixing configuration issues to make the application work. Depending on the test type, the environment could range from a simple terminal to a full cloud environment or a web-based VSCode. Many of our…

    2024 · brokee.io

  15. 15SR

    Hi HN, With this operator, you can run Slurm in Kubernetes and enjoy the benefits of both systems. Both Slurm and Kubernetes can serve as workload managers for distributed model training and high-performance computing (HPC) in general. Each system has its strengths and weaknesses, but the trade-offs are significant. Slurm offers advanced and effective scheduling, granular hardware control, and accounting, but lacks universality. On the other hand, Kubernetes can be used for purposes other than training (e.g. inference) and provides good auto-scaling and self-healing capabilities. It's…

    2024 · github.com

  16. 16FN

    Hi HN! I’m Zach, co-founder / CTO of Platform Engineering Labs. We’re building formae, an open-source IaC system that stays in sync with real infrastructure instead of relying on manually maintained state and drift detection. We’ve just shipped Kubernetes, Helm, and Terraform .tfvars support. The goal with this release was simple: make it easy to start using formae with infrastructure people already have. formae can now discover existing k8s workloads automatically and the ability to utilize existing Helm charts. Coming from Terraform / OpenTofu and already have variable…

    May 2026 · github.com

  17. 17AC

    Hi everyone! k8s-insider is a CLI tool to manage VPN networks and access Kubernetes workload and service resources directly through a WireGuard tunnel. It started as a simple Helm chart with a linuxserver/wireguard-like container image but, possibly due to my neurodivergence getting the better of me, evolved into a toolbox that, depending on the cluster configuration, can more or less automagically configure multiple networks with dynamic IP assignments and netpol-limited access to the cluster. I’ve found it to be a perfect middle ground between juggling multiple port-forwards and…

    2023 · github.com

  18. 18CC

    Hey HN, I built ctx because I was tired of the mental overhead of managing multiple client environments. Every context switch meant: change AWS profile, switch kubeconfig, start the right SSH tunnels, set the right env vars, remember which VPN i need to connect to. Miss one step and you're deploying to the wrong environment. The problem: Existing tools are siloed. kubectx handles Kubernetes. aws-vault handles AWS. direnv needs .envrc files everywhere. SSH tunnel managers don't know about your cloud context. Nothing ties them together. ctx does one thing: Atomic context switches across all of…

    Jan 2026 · github.com

  19. 19KI

    Hello HN, we're platform engineers from Ant Group. We're working on Karpor (https://github.com/KusionStack/karpor), an open-source intelligence tool for kubernetes. Karpor brings advanced Search, Insight and AI to kubernetes. You can gain crucial visibility into your kubernetes clusters across any clouds. Here is a demo video (https://youtu.be/_PqcpmrBqLk) and live demo (https://karpor-demo.kusionstack.io) with quickstart instructions. As platform engineers, we are responsible for our Internal Developer Platform(IDP), and one of the ultimate goals…

    2024 · github.com

  20. 20BA

    Started this because configuring Fabric8 for EKS was driving me crazy. Building a client that auto-detects your environment (IAM roles, profiles, local configs) so you don't have to wire it all up manually. Still pretty early and building for EKS right now. Long way to go, but putting it out there early to see if others have hit the same problems or want to help shape where this goes.

    Oct 2025 · github.com

  21. 21TA

    Tuki is a small, open-source utility that lets you run one-off commands in production through Git, bringing version control and code review to production scripts. I built it after accidentally dropping a production table due to a console typo Key features: - Run scripts through Git PRs instead of direct console access - Built-in auditing via Git history - RBAC through standard Git permissions - Simple setup for non-Kubernetes environments - MIT licensed Demo & more details: https://github.com/hundredwatt/tuki Announcement blog post:…

    2024 · github.com

  22. 22IC

    I summarized everything I learned while working on Keycloak during the past years

    2023 · udemy.com

  23. 23DT

    We are super excited to release the community edition of our product to help DevSecOps teams -- Deepfence ThreatMapper ! Deepfence is a unified platform to protect kubernetes, virtual machines and serverless workloads at runtime. We have packaged a subset of important features of the platform in this edition. Essentially, you can visualize kubernetes clusters, virtual machines and container images in real time and scan them for vulnerabilities. You can also scan an unlimited number of container images by integrating with popular registries. This community edition comes with batteries…

    2020

  24. 24CU

    Hi everyone, I built cli-use, a small Python tool that turns any MCP server into a native CLI. The idea is simple: HTTP has curl, Docker has docker, Kubernetes has kubectl — MCP should have a shell-native client too. Why I made it: MCP is useful, but using it through agents has overhead: every session pays schema discovery cost every call carries JSON-RPC framing responses are often verbose JSON when the useful output is just a line or two cli-use converts that into a terse CLI so tools can be called like normal shell commands. Example: pip install cli-use cli-use add fs /tmp cli-use fs…

    Apr 2026

Ranked by how close each launch is in meaning, then by votes. Refine with a description →