Skip to content

Commit

Permalink
Add central services managed by dNation
Browse files Browse the repository at this point in the history
Fixes SovereignCloudStack/issues#516

Signed-off-by: Roman Hros <roman.hros@dnation.cloud>
  • Loading branch information
chess-knight committed Jan 11, 2024
1 parent 906a51c commit 306e591
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions community/central-services/plusserver-gx-scs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Central services

This document gives an overview of what SCS central services are deployed and who is responsible for them in plusserver gx-scs infrastructure.

## Project p500924-harbor

### K8s clusters

#### Harbor

Responsibility: [@SovereignCloudStack/vp06c](https://github.com/orgs/SovereignCloudStack/teams/vp06c)

Services:

- SCS Registry <https://registry.scs.community/>
- [k8s-harbor](https://github.com/SovereignCloudStack/k8s-harbor/tree/main/envs/public)

Utilization:

- Instances: 7
- VCPUs: 32
- RAM: 64GB

Spec:

- version: v6.0.0 - R5
- management cluster:
- 1 instance: SCS-2V:4:20
- image: Ubuntu 22.04 (20230416)
- k8s: v1.25.3 - KinD
- workload cluster:
- 6 instances:
- 3 control-planes: SCS-2V:4:20
- 3 workers: SCS-8V:16:100
- image: ubuntu-capi-image-v1.27.5
- k8s: v1.27.5

#### Monitoring

Responsibility: [@SovereignCloudStack/vp06c](https://github.com/orgs/SovereignCloudStack/teams/vp06c)

Services:

- [k8s-observability](https://github.com/SovereignCloudStack/k8s-observability)

Utilization:

- Instances: 7
- VCPUs: 32
- RAM: 64GB

Spec:

- version: v6.0.0 - R5
- management cluster:
- 1 instance: SCS-2V:4:20
- image: Ubuntu 22.04 (20231010)
- k8s: v1.27.3 - KinD
- workload cluster:
- 6 instances:
- 3 control-planes: SCS-2V:4:20
- 3 workers: SCS-8V:16:100
- image: ubuntu-capi-image-v1.27.5
- k8s: v1.27.5

0 comments on commit 306e591

Please sign in to comment.