-
Notifications
You must be signed in to change notification settings - Fork 47
Supported Compute Infrastructure Resources
ByoungSeob Kim edited this page May 10, 2024
·
22 revisions
-
- Basic Resources: Public Image, VM Spec, VPC/Subnet, Security Group, VM KeyPair
- VM Infrastructures: VM, NLB(Network Load Balancer), Disk, MyImage
- Container Infrastructures: PMKS(Provider-Managed K8S)
-
-
Basic Resources
Resources \ Features Create List Get Delete Price Info - O O - Region/Zone - O O - Public Image - O O - VM Spec - O O - VPC/Subnet O O O O SecurityGroup O O O O VM KeyPair O O O O -
VM Infrastructure
Resources \ Features Create List Get Delete Control VM O O O O Suspend -> Resume / Reboot Disk O O O O Attach / Detach MyImage O O O O Snapshot Network LB O O O O AddVMs / RemoveVMs ※ VM Lifecycle and State Transitions: - Start(Create): Creating -> Running - Terminate(Delete): Terminating -> Terminated - Suspend: Suspending -> Suspended - Resume: Resuming -> Running - Reboot: Rebooting -> Running
-
Container Infrastructure
Resources \ Features Create List Get Delete Control PMKS O O O O AddNodeGroup / RemoveNodeGroup
SetNodeGroupAutoScaling / ChangeNodeGroupScaling
UpgradeCluster※ PMKS Lifecycle and State Transitions: [Cluster] - CreateCluster: Creating -> Active - DeleteCluster: Inactive -> Deleting - UpdateCluster: Updating [NodeGroup] - AddNodeGroup: Creating -> Active - RemoveNodeGroup: Inactive -> Deleting - UpdateCluster: Updating
-
-
- (1) Request a new Kubernetes-Cluster of any Cloud via CB-Spider API
- (2) CB-Spider creates a Kubernetes-Cluster on the target Cloud
- (3) Deploy and manage workloads through your Kubernetes Tools after registering
Kubeconfig
-
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 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]