- Archive old docs to docs-old/ for reference - Create new top-down documentation structure: * Platform Overview: purpose, audience, product structure * Components: individual platform components (Forgejo, Kubernetes, Backstage) * Getting Started: onboarding and quick start guides * Operations: deployment, monitoring, troubleshooting * Governance: ADRs, project history, compliance - Add DOCUMENTATION-GUIDE.md with writing guidelines and templates - Add component template (TEMPLATE.md) for consistent documentation - Simplify root README and move technical docs to doc/ folder - Update test configuration: * Exclude legacy content from markdown linting * Relax HTML validation for theme-generated content * Skip link checking for legacy content in test:links * Keep 'task test' clean for technical writers (100% pass) * Add 'task test:full' with comprehensive link checking - Update home page with corrected markdown syntax - Fix internal links in archived content BREAKING CHANGE: Documentation structure changed from flat to hierarchical top-down approach
1.2 KiB
1.2 KiB
| title | linkTitle | weight | description |
|---|---|---|---|
| Kubernetes | Kubernetes | 2 | Container orchestration platform for deploying and managing applications. |
Overview
Kubernetes provides the foundation for container orchestration in the EDP, enabling deployment, scaling, and management of containerized applications.
Key Features
- Container orchestration and scheduling
- Service discovery and load balancing
- Storage orchestration
- Self-healing and automated rollouts
- Configuration and secret management
Purpose in EDP
Kubernetes serves as the runtime platform for all EDP components and user applications, providing standardized deployment and operations.
Getting Started
[To be documented: Quick start for deploying to Kubernetes in EDP]
Integration Points
- ArgoCD: Kubernetes deployment automation
- Crossplane: Infrastructure provisioning on Kubernetes
- VictoriaMetrics/Prometheus: Kubernetes metrics collection
- Backstage: Kubernetes resource visualization
Status
Maturity: Production
Documentation Notes
This is a template page. Team members should fill in:
- Cluster access procedures
- Namespace organization
- Resource quotas and limits
- Network policies
- Storage classes and PV management