-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add central services managed by dNation
Fixes SovereignCloudStack/issues#516 Signed-off-by: Roman Hros <roman.hros@dnation.cloud>
- Loading branch information
1 parent
906a51c
commit 306e591
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |