Update README.md

This commit is contained in:
shenlan 2025-01-18 15:10:22 +08:00 committed by GitHub
parent 921a9c2735
commit bc912b0465

View File

@ -20,10 +20,10 @@ In this first phase, we focus on implementing OpenID Connect (OIDC) login functi
| Network | Cloud | Host Name | Public IP | VPN IP | Costs | Service |
|---------|-------|-------------------------|----------------|--------------|-------|-------------------------------------------------------------------------------------------|
| --- | ALI | cn-gateway.svc.plus | 8.130.10.142 | 10.254.0.1 | --- | cn-proxy.onwalk.net |
| --- | HW | hw-node.onwalk.net | 139.9.139.22 | --- | --- | images.onwalk.net </br> metrics.onwalk.net |
| --- | AWS | global-gateway.svc.plus | 52.196.108.28 | 10.255.0.1 | --- | tky-connector.onwalk.net </br> global-images.onwalk.net |
| --- | AWS | us-gateway.svc.plus | 54.183.199.99 | --- | --- | us-connector.onwalk.net </br> grafana.onwalk.net |
| --- | AWS | canada-gateway.svc.plus | 35.182.252.102 | --- | --- | ca-connector.onwalk.net </br>logs.onwalk.net |
| --- | HW | hw-node.onwalk.net | 139.9.139.22 | --- | --- | images.onwalk.net </br>metrics.onwalk.net |
| --- | AWS | global-gateway.svc.plus | 52.196.108.28 | 10.255.0.1 | --- | tky-connector.onwalk.net </br>global-images.onwalk.net |
| --- | AWS | us-gateway.svc.plus | 54.183.199.99 | --- | --- | us-connector.onwalk.net </br>grafana.onwalk.net |
| --- | AWS | canada-gateway.svc.plus | 35.182.201.252 | --- | --- | ca-connector.onwalk.net </br>logs.onwalk.net |
## Key Components Overview
@ -122,6 +122,20 @@ git submodule add --force https://github.com/svc-design/iac_modules.git
git submodule init
git submodule update
## New Ideas
CI Code Stages
- ctags
- https://github.com/KDAB/codebrowser
- SonarQube
- gitleaks
CD Deploy Stages
- IAC
- ArgoCD
- Ansible Playbook
Follow the links above to the documentation in your preferred language to get started with using this reference architecture.
## Contributing