Files
k8s-secrets/README.md
Alexandr Bogomyakov 5646a92d39 Update README.md
2025-09-03 16:36:59 +03:00

631 B

Secret Reader

Kubernetes secret viewer with TOTP support. image

Features

  • View Kubernetes secrets in web UI
  • Auto-generate TOTP codes from otpauth:// URLs
  • Copy values with one click

Deploy

kubectl apply -f service-account.yaml
kubectl apply -f rbac.yaml
kubectl apply -f deployment.yaml
kubectl apply -f service.yaml

Configuration

Edit deployment.yaml to specify which secrets to display:

args:
  - "--secrets"
  - "secret1,secret2"
  - "--namespace"
  - "k8s-secrets"