Skip to content

Commit 8faf112

Browse files
authored
update byoc arch and binary location (#548)
* update byoc arch and binary location * update byoc arch and binary location
1 parent 6711951 commit 8faf112

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/byoc.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The Timeplus BYOC (Bring Your Own Cloud) CLI tool enables you to deploy and mana
66

77
## Deployment Architecture
88

9+
The Timeplus BYOC (Bring Your Own Cloud) architecture enables customers to run Timeplus workloads entirely within their own AWS infrastructure for complete data sovereignty and security. The deployment consists of a Timeplus BYOC Cluster containing multiple Timeplus Nodes that operate within the customer's VPC, leveraging AWS services including EC2 for compute, EBS for storage, EKS for Kubernetes orchestration, and IAM for access management. All data processing and storage remain within the customer's cloud environment, ensuring that sensitive data never leaves their infrastructure boundaries. The planned control path connection to Timeplus-managed services for Management, Telemetry, and Troubleshooting capabilities, which is currently on the roadmap and under implementation to provide additional operational support while maintaining the data isolation that the BYOC model provides.
10+
11+
![BYOC architecture](/img/byoc_architecture_overview.png)
12+
913
By default, a duo-availability zone EKS cluster will be created as follows: the EKS Nodegroup resides in a single AZ to reduce cross-AZ network costs, while the EKS control plane remains distributed across both AZs.
1014

1115
![BYOC architecture with single-az nodegroup](/img/byoc_architecture_single_az_white.png)
@@ -80,6 +84,8 @@ Refer to the following document about AWS Service Limits:
8084

8185
## Quick Start
8286

87+
the BYOC cli `timeplus_byoc` can be found in the Timeplus enterprise release package (refer to [Deploy on Bare Metal](https://docs.timeplus.com/bare-metal-install) ) under `timeplus/bin` directory.
88+
8389
### Step 1: Initialize Configuration
8490

8591
Run the interactive configuration wizard, which will help generate configuration file of the cluster to be deployed.
230 KB
Loading

0 commit comments

Comments
 (0)