mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
ref config updates Adding generated YAML + modules from the RDS Reorganizing TOC Adding latest RDS updates RDS doc updates RDS YAML updates Shanes review latest updates + new components overview diagram David J's review comments CCS attributes update Ian's review comments adding Hari's deviations update updating 4.14 link URLs Generalizes scope and deviation topics for RAN and Core updates for RDS prod version update deviations wording Updating deviation and scope topics consolidate dev and scope topics + intro Adding link to ztp-site-generate procedure typo final changes for RDS typos Ian's comments update for RDS terminology remove core CRs note add GH core CRs link
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * telco_ref_design_specs/ran/telco-ran-du-overview.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="telco-reference-application-workload-characteristics_{context}"]
|
|
= {rds-caps} representative reference application workload characteristics
|
|
|
|
The representative reference application workload has the following characteristics:
|
|
|
|
* Has a maximum of 15 pods and 30 containers for the vRAN application including its management and control functions
|
|
|
|
* Uses a maximum of 2 `ConfigMap` and 4 `Secret` CRs per pod
|
|
|
|
* Uses a maximum of 10 exec probes with a frequency of not less than 10 seconds
|
|
|
|
* Incremental application load on the `kube-apiserver` is less than 10% of the cluster platform usage
|
|
+
|
|
[NOTE]
|
|
====
|
|
You can extract CPU load can from the platform metrics.
|
|
For example:
|
|
|
|
[source,text]
|
|
----
|
|
query=avg_over_time(pod:container_cpu_usage:sum{namespace="openshift-kube-apiserver"}[30m])
|
|
----
|
|
====
|
|
|
|
* Application logs are not collected by the platform log collector
|
|
|
|
* Aggregate traffic on the primary CNI is less than 1 MBps
|