echonesis commented on code in PR #313: URL: https://github.com/apache/ozone-site/pull/313#discussion_r2751260177
########## .markdownlint.yaml: ########## @@ -74,6 +74,7 @@ proper-names: - Datanodes - S3 Gateway - HDDS + - HDDs Review Comment: nit: `HDDs` should be under the "Acronyms" section since it refers to "Hard Disk Drives" (general hardware term), not an Ozone component. ########## docs/05-administrator-guide/01-installation/03-hardware-and-sizing.md: ########## @@ -1,3 +1,150 @@ # Hardware and Sizing -**TODO:** File a subtask under [HDDS-9859](https://issues.apache.org/jira/browse/HDDS-9859) and complete this page or section. +This guide outlines the hardware requirements and sizing recommendations for Apache Ozone clusters of different scales. Proper hardware selection is critical for achieving optimal performance, reliability, and cost-effectiveness. + +> **Note**: Apache Ozone can run on a single node inside Kubernetes and serve all functionality for development, testing, and small workloads. The hardware specifications in this guide reflect common configurations for production deployments. Your choice of hardware should depend on your desired scale, performance requirements, and workload characteristics. Review Comment: We could use Admonitions `:::note`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
