# mittwald/kubernetes-replicator

Kubernetes controller for synchronizing secrets & config maps across namespaces

Repository: https://github.com/mittwald/kubernetes-replicator
Canonical: https://ross.abutalabs.com/products/kubernetes-replicator
Language: Go
License: Apache-2.0
License Family: permissive
Topics: kubernetes, kubernetes-secrets, kubernetes-controller, kubernetes-configmap, golang
Last push: 2026-07-07T09:49:29+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 91, release rhythm 68, longevity 100
- inputs: {"age_days": 3218, "days_push": 57, "days_rel": 57, "gap_med": 117, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1114, forks 126 (observed 2026-08-28T04:03:38.222554+00:00)

## What it is
A custom Kubernetes controller written in Go that synchronizes Secrets, ConfigMaps, Roles, RoleBindings, and ServiceAccounts across namespaces. It supports push-based and pull-based replication and is deployable via Helm or raw manifests.

## Use cases
- sync kubernetes secrets across namespaces
- replicate configmaps to multiple namespaces
- share tls certificates between namespaces
- keep rolebindings consistent cluster-wide
- deploy a secret replication controller via helm

## When to choose
- you need the same secret or configmap in many namespaces
- you want automatic propagation when a source resource changes
- you prefer a Helm-installable, cluster-scoped solution

## When to avoid
- you only have a single namespace
- you need cross-cluster replication rather than intra-cluster
- you cannot grant the controller RBAC permissions to manage secrets

## Facets
- artifact type: service
- maturity: active
- function: configuration-management, secrets-management, deployment, container-orchestration
- domain: cloud-computing, security, self-hosted
- platform: go, self-hosted, cloud
- tags: kubernetes-controller, secrets-sync, configmap-sync, helm-chart, multi-namespace, rbac-replication, devops, containers, kubernetes, docker

## Member repositories
- mittwald/kubernetes-replicator (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:38.222554+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:42:31.784685+00:00, confidence not recorded.
  - readme: https://github.com/mittwald/kubernetes-replicator (fetched 2026-08-28T04:03:38.222554+00:00, sha 710644441e11)
- Data as of 2026-08-30T08:39:29.467469+00:00.
