Skip to content

Reference

This section collects system-level configuration, port documentation, version compatibility matrices, API entry points and a glossary for readers who need to verify details or tune behavior on demand, rather than reading it through as a workflow.

Quick Navigation

SectionContentWhen to Read
Environment VariablesEnvironment variables and default valuesDeployment, tuning, troubleshooting startup issues
Logs & TroubleshootingViewing logs, locating issues by request IDLocate failures from logs when issues occur
PortsPurpose of each port and how to change itNot sure which port to access in the browser, or want to change ports
System ConfigurationSystem configuration items and default valuesAdjust default behavior
Menu DisableHide unnecessary menu items per userSimplify the end-user view
Resource AvailabilityAuto-detect whether a resource type is installed in the clusterBlock creation entry points of unavailable resources early
K8s Capability DetectionProbe available capabilities by cluster versionAssess affected features before a cluster upgrade
Version MatrixCompatibility with each Kubernetes versionConfirm feasibility before an upgrade
RBAC ScopesThe three permission scopesDesign role authorization rules
API DocumentationSwagger UI API entrySecondary development and automation integration
GlossaryQuick reference of 10 core termsNew users understand documentation wording
  1. Deployment / startup — start with Environment Variables; on startup issues, follow Troubleshooting to view logs; which port to access in the browser is covered in Ports
  2. Runtime tuning — adjust default behavior through System Configuration, and simplify the end-user view with Menu Disable
  3. Cluster compatibility — before upgrading Kubernetes, assess the impact against the Version Matrix and Capability Detection
  4. Permission design — read RBAC Scopes before designing roles
  5. Secondary development / automation — start from API Documentation, and look up unfamiliar terms in the Glossary

Relationship to other sections

The Reference is cross-cutting capability documentation that does not depend on any particular business flow. Consult it on demand during usage rather than reading it end to end.