Skip to content

Commit ade0ba0

Browse files
committed
chore(linting): markdown
1 parent af01050 commit ade0ba0

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/design/0005-namespace-filtering.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ Extend the operator to support a label selector for namespaces. The operator man
2525
**Advantage:** Flexible, scalable, and easy to maintain in dynamic environments.
2626

2727
### Option 4: One operator per cluster
28+
2829
Deploy a separate Kubernetes cluster for each environment, with one operator per cluster. This provides strong isolation between environments.
2930

3031
**Drawbacks:**
32+
3133
- Significantly higher resource usage and operational overhead.
32-
- Elasticsearch clusters must be exposed via ingress or other networking solutions for cross-cluster communication, increasing complexity and potential security risks.
34+
- Elasticsearch clusters must be exposed using ingress or other networking solutions for cross-cluster communication, increasing complexity and potential security risks.
3335

3436
## Decision Outcome
3537

@@ -68,7 +70,7 @@ metadata:
6870
environment: production
6971
```
7072
71-
Any resources (such as Elasticsearch, Kibana, etc.) in `my-namespace` will only be managed by the operator if the namespace itself has the correct label.
73+
Any resources (such as Elasticsearch, Kibana, and so on) in `my-namespace` will only be managed by the operator if the namespace itself has the correct label.
7274

7375
## Conclusion
7476

0 commit comments

Comments
 (0)