You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/features/security/security.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ At Tobiko, we treat security as a first class citizen because we know how valuab
5
5
6
6
## Tobiko Cloud Standard Deployment
7
7
8
-
Our standard Tobiko Cloud deployment consists of several componenets that are each responbisble for different parts of the product.
8
+
Our standard Tobiko Cloud deployment consists of several components that are each responsible for different parts of the product.
9
9
10
10
Below is a diagram of the components along with their description.
11
11
@@ -16,6 +16,23 @@ Below is a diagram of the components along with their description.
16
16
-**Gateway**: Stores authentication to SQL Engine. Secured through encryption.
17
17
-**SQL Engine**: Processes and stores data based on the above instructions within the **customer’s** environment.
18
18
19
+
## Tobiko Cloud Hybrid Deployment
20
+
21
+
For some customers, our hybrid deployment option is a great fit. It provides a seamless experience with Tobiko Cloud but in your own VPC and infrastructure.
22
+
23
+
In a hybrid deployment, Tobiko Cloud does not execute tasks directly with the engine. Instead, it passes tasks to the executors hosted in your environment, which then execute the tasks with the engine.
24
+
25
+
Executors are Docker containers that connect to both Tobiko Cloud and your SQL engine. They pull work tasks from the Tobiko Cloud scheduler and execute them with your SQL engine.
26
+
27
+
Below is a diagram of the components along with their description.
-**Helm Chart**: For production environements, we provide a [Helm chart](./hybrid_executors_helm.md) that includes robust configurability, secret management, and scaling options.
33
+
-**Docker Compose**: For simpler environments or testing, we offer a [Docker Compose setup](./hybrid_executors_docker_compose) to quickly deploy executors on any machine with Docker.
34
+
35
+
19
36
## Internal Code Practices
20
37
21
38
Our coding standards are guidelines we enforce throughout the organization to write, maintain, and collaborate on code effecively. These practice ensure consistency, maintainability, realibility, and most importantly, trust.
0 commit comments