-
Notifications
You must be signed in to change notification settings - Fork 50
Version Check Guide
ByoungSeob Kim edited this page Mar 7, 2025
·
1 revision
-
$ cd $CBSPIDER_ROOT $ ./start.sh -vVersion: v0.10.2-83 Commit SHA: 65c87d05 Build Time: Fri Mar 7 14:19:29 KST 2025 -
curl -sX GET http://localhost:1024/spider/version | json_pp{ "Version" : "CB-Spider v0.10.2-83" }
-
Install & Start Guide
-
Features & Usage
- User Guide
- Public Image Info
- VM Spec Info
- VM Price Info
- VPC/Subnet Management
- Security Group Management
- KeyPair Management
- VM Management
- Disk Management
- Network Load Balancer(NLB) Management
- Kubernetes Cluster Management
- Object Storage(S3) Management
- Function Menu
- Cloud Driver Capability Info
- MetaDB Auto Backup
- How to get CSP Credentials
-
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
- 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 get Azure available Regions
- How to profile memory usage in Golang
- [For Cloud-Migrator]