Updated project to improve guidance
Some checks failed
terraform / validate (push) Failing after 37s
Some checks failed
terraform / validate (push) Failing after 37s
This commit is contained in:
parent
63008b3ab9
commit
4ea6d8b9e5
26 changed files with 1091 additions and 695 deletions
|
|
@ -1,8 +1,9 @@
|
|||
# Deliberately no ingress here — the official Dashboard grants whatever the
|
||||
# logged-in identity can do, and a leaked cluster-admin token to a publicly
|
||||
# reachable Dashboard is a well-known real-world breach vector (see e.g. the
|
||||
# 2018 Tesla incident). Access is via `kubectl port-forward` only
|
||||
# (docs/SETUP.md step 12) — no standing hostname, no attack surface between
|
||||
# Deliberately no ingress here — Headlamp (like the Kubernetes Dashboard it
|
||||
# replaces, and like any cluster admin UI) grants whatever the logged-in
|
||||
# identity can do, and a leaked cluster-admin token to a publicly reachable
|
||||
# admin UI is a well-known real-world breach vector (see e.g. the 2018
|
||||
# Tesla incident). Access is via `kubectl port-forward` only
|
||||
# (docs/03-flux.md step 5) — no standing hostname, no attack surface between
|
||||
# sessions.
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue