-
Notifications
You must be signed in to change notification settings - Fork 48
CB Spider Service Address Configuration
ByoungSeob Kim edited this page Jul 20, 2021
·
3 revisions
- Server Address(SERVER_ADDRESS) 설정과 Service Address(SERVICE_ADDRESS) 설정이 존재한다.(설정위치:./setup.env)
- SERVICE_ADDRESS를 명시적으로 설정하지 않으면, SERVER_ADDRESS 설정 값과 동일하게 설정 된다.
- SERVICE_ADDRESS 명시적 설정은 주로 Kubernetes와 같은 이원화된 네트워크 환경에서 운영될 경우 사용한다.
-
CB-Spider 서버가 가동되는 주소 및 포트를 설정한다.
-
Default: SERVER_ADDRESS 설정 없음.
[설정 예시]
설정 값 Server IP Server Port examples 설정하지 않음(default) IP 획득 후 설정 1024 x.x.x.x:1024 "localhost" localhost 1024 localhost:1024 "localhost:3000" localhost 3000 localhost:3000 "1.2.3.4:3000" 1.2.3.4 3000 1.2.3.4:3000 ":3000" IP 획득 후 설정 3000 x.x.x.x:3000
-
SERVICE_ADDRESS를 명시적으로 설정하지 않으면, SERVER_ADDRESS 설정 값과 동일하게 설정 된다.(default)
-
Kubernetes 환경과 같이 서버 가동 주소와 외부로 오픈 되는 주소가 다른 환경에서 별도 설정한다.
-
Default: SERVICE_ADDRESS 설정 없음.
[설정 예시]
설정 값 Server IP Server Port examples 설정하지 않음(default) SERVER_ADDRESS IP와 동일 SERVER_ADDRESS Port와 동일 x.x.x.x:1024 "5.6.7.8:31024" 5.6.7.8 31024 5.6.7.8:31024 ":3000" IP 획득 후 설정 3000 x.x.x.x:3000
- (1) Default Configuration: Public 망에 연결된 VM에서 CB-Spider 서버를 운영하고자 하는 경우
- (2) Port Configuration: 특정 Port로 CB-Spider 서버를 운영하고자 하는 경우
- (3) Private Configuration: Private 망에 연결된 VM에서 CB-Spider 서버를 운영하고자 하는 경우
- (4) Closed Configuration: 특정 노드 내부에서만 CB-Spider 서버를 운영하고자 하는 경우
- (5) Dual Network Configuration: Docker Container 및 Kubernetes와 같은 이중 망에서 CB-Spider를 운영하고자 하는 경우
-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
-
Design
-
Developer Guide
-
Cloud Driver Developer Guide
- Cloud Driver Developer Guide-WIP
- VM SSH Key Development Guide-WIP
- VM User Development Guide
- What is the CSP SDK API Version of drivers
- Region Zone Info and Driver API
- Price Info and Driver API
- (StartVM TerminateVM) API Call Counts and Waiting
- StartVM and TerminateVM Main Flow of drivers
- VM Root Disk Configuration Guide
- Security Group Rules and Driver API
- Network Load Balancer and Driver API
- VM Snapshot, MyImage and Disk Overview
- Kubernetes and Driver API(PMKS, K8S)
- Tag and Cloud Driver API
- AnyCall API Extension Guide
-
Test Reports
- v0.2.8-for-espresso-release
- v0.3.0-espresso-release
- Azure:Terminating VM
- cb-user@VM: ssh login, sudo run
- v0.3.14 test for SG Source
- v0.4.0-cafemocha-release
- Test via REST API Gateway
- Test Reports of v0.4.11 (IID2 initial Version)
- Test Reports of v0.4.12 (Register & Unregister existing Resources)
- Test Reports for v0.6.0 Release
- How to ...
- How to provision GPU VMs
- How to Resolve the 'Failed to Connect to Database' Error
- How to test CB Spider with Mock Driver
- How to install CB Spider on WSL2 under 공유기/사설망
- How to install CB Spider on macOS
- How to run CB Spider Container on macOS
- How to install OpenStack on a VM for CB Spider Testing
- How to get Azure available Regions
- How to profile memory usage in Golang
- Deprecated:How to install protoc and plugins
- [For Cloud-Migrator]