-
Notifications
You must be signed in to change notification settings - Fork 50
CB Spider Service Address Configuration
ByoungSeob Kim edited this page Jul 19, 2021
·
3 revisions
- K8S 환경에서 CB-Spider PoD 운영시 AdminWeb 서비스가 불가능함.
- Spider Server IP:PORT와 Spider Service IP:Port가 서로 다름.
- LOCALHOST 설정 개선만으로는 불가능함.
- until v0.4.3: LOCALHOST
- 공유기 내부 사설 IP 환경에서 또는 방화벽 내부에서 운영시 외부 browser에서 AdminWeb 접속 불가 => LOCALHOST=ON 설정으로 같은 node에서 AdminWeb 운영가능하도록 설정
- IP, Port, IP:Port 등을 직접 설정 가능
- since v0.4.4: Server Address and Service Address, 필요시 2개의 주소 설정/운영
- SERVER_ADDRESS: 기존 LOCALHOST, ON|OFF 삭제, localhost도 SERVERADDRESS로 설정
- SERVICE_ADDRESS: 외부로 오픈 되는 주소:포트, K8S와 같은 특수 환경에서만 설정
- Default: SERVICE_ADDRESS 설정 없음.
- Address Configuration
- SERVER_ADDRESS=Server IP : Server Port
- SERVICE_ADDRESS=Service IP : Service Port

-
Install & Start Guide
-
Features & Usage
-
- AdminWeb Tool Guide
- CLI Tool Guide
- REST API Guide
- NLI 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
- (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 Use AWS S3 with Credentials
- How to Use Alibaba ECS i1.* Instance Types
- 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]