This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-polaris-plugin/docs
Chris Farhood 57e1298d12 docs: standardize documentation structure (Phase 1)
Implement Phase 1 of documentation standardization plan:

**New Documentation Structure:**
- docs/README.md - Documentation hub with quick links
- docs/getting-started/ - Installation, prerequisites, quick-start
- docs/deployment/ - Kubernetes, Helm, production guides
- docs/architecture/ - Overview, data-flow, design-decisions, ADR template
- docs/troubleshooting/ - Quick diagnosis, common issues, RBAC, network
- docs/development/ - Testing guide (moved from docs/TESTING.md)

**Granular Breakdown:**
- Split DEPLOYMENT.md → installation.md, kubernetes.md, helm.md, production.md
- Split ARCHITECTURE.md → overview.md, data-flow.md, design-decisions.md
- Split TROUBLESHOOTING.md → README.md, common-issues.md, rbac-issues.md, network-problems.md

**New Content:**
- Quick Start guide (5-minute setup)
- Prerequisites checklist
- Production deployment best practices
- ADR template and index
- Quick diagnosis table

**Updated:**
- README.md now links to new documentation structure
- All documentation cross-referenced with relative links

Implements standardization plan from docs/DOCUMENTATION_STANDARDIZATION_PLAN.md

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-02-12 00:08:11 -05:00
..

Documentation

Central hub for Headlamp Polaris Plugin documentation.

Getting Started

New to the Headlamp Polaris Plugin? Start here:

  • Prerequisites - System requirements, Headlamp version, Polaris installation
  • Installation - Four installation methods: Plugin Manager, Sidecar, Manual, Source
  • Quick Start - Get up and running in 5 minutes

User Guide

Learn how to use the plugin:

  • Features - Overview dashboard, namespace views, inline audits, exemption management
  • Configuration - Refresh intervals, dashboard URLs, settings
  • RBAC Permissions - Required permissions, service proxy access, token-auth mode

Troubleshooting

Having issues? Check here:

Architecture

Understand how the plugin works:

  • Overview - High-level architecture, component hierarchy
  • Data Flow - How data moves from Polaris to the UI
  • Design Decisions - Key architectural choices and rationale
  • ADRs - Architecture Decision Records

Development

Contributing to the plugin:

Deployment

Production deployment guides:

API Reference


Need help? Open an issue on GitHub or check CONTRIBUTING.md for development guidelines.