cnti-testcatalog / testsuite

📞📱☎️📡🌐 Cloud Native Telecom Initiative (CNTI) Test Catalog is a tool to check for and provide feedback on the use of K8s + cloud native best practices in networking applications and platforms
https://wiki.lfnetworking.org/display/LN/Test+Catalog
Apache License 2.0
169 stars 70 forks source link

[MAINTENANCE] Jaeger components should not be installed into default namespace #2074

Open barmull opened 2 weeks ago

barmull commented 2 weeks ago

Description Currently, the Jaeger components are installed into the default namespace. Kubernetes best practices recommend isolating components into their specific namespaces for better organization, security, and resource management.

Reproduce This spec test has jaeger installation: crystal spec --tag observability_jaeger_pass

image

Suggestion We should modify the deployment configuration to install Jaeger components in a dedicated namespace, e.g., jaeger-system.