periscopev1.0.0-rc9

Documentation

Periscope is an open-source kubernetes dashboard for eks. keyless auth, oidc identity, audit-trail-clean. these docs cover deployment, identity wiring, and the audit pipeline.

documentation8 min read

Periscope is an open-source Kubernetes dashboard for EKS. Keyless auth, OIDC identity, audit-trail-clean.

These docs cover three things: getting Periscope deployed and connected to your cluster, wiring up identity so the audit log shows real human actors, and the underlying architecture decisions behind it.

Setup

Operator docs for getting Periscope running in your cluster.

  • Deploy — Helm install, prerequisites, OIDC wiring
  • Cluster RBAC — what permissions Periscope needs and why
  • Audit log — enable persistence, choose storage, retention
  • Auth0 — full Auth0 setup walkthrough
  • Okta — full Okta setup walkthrough
  • NetworkPolicy — locking down Periscope's network surface
  • Pod exec — enabling shell-into-pod and the security model
  • Helm releases — read-only Helm browser
  • Watch streams — live SSE updates and how to opt out

Architecture

Design notes for contributors and operators who want to understand the internals.

RFCs

Technical proposals shaping the project.


These docs are sourced from the main periscope repo — every page here is the same markdown file the contributors maintain alongside the code. To suggest an edit, send a PR upstream.