Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Google deployment and support. #103

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Empty file.
Empty file.
26 changes: 26 additions & 0 deletions docs/deployment_and_security/deployment/google/deploy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Deploy

## Installation process
The following information needs to be passed to YData team:

- The SA JSON file generated in the preflight-checklist.
- Project ID
- Region
- DNS Cloud Zone name
- Domain name - the domain that will be used to connect to the platform
- Login provider credentials (ex on google: Client ID, Client Secret, Domain)

## Wait for the installation to be done
YData team will take care of the deployment for you. As soon as it is finished the team will let you know.

## Post installation configuration

A DNS configuration is needed. For that, if you opt for the IP, you will need to create a record pointing to the Load Balancer IP,
as shown in the image below.
![google route53](../../../assets/deployment_security/google/google_route53_ex.png){: style="width:35%"}

## Connecting to YData Fabric

YData team will share with you the link/URL that you can now use to access YData Fabric.

🚀 Congratulations you are now ready to start exploring your data with **YData Fabric**!
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,11 @@ nav:
- 🕒 Pre-deploy checklist: 'deployment_and_security/deployment/azure/pre_deploy_checklist.md'
- 🔌 Deploy: 'deployment_and_security/deployment/azure/deploy.md'
- 💰 Billing: 'deployment_and_security/deployment/azure/billing.md'
- Google: 'deployment_and_security/deployment/google.md'
- Google:
- 🕒 Pre-deploy checklist: 'deployment_and_security/deployment/google/pre_deploy_checklist.md'
- Login, support & monitoring:
- Login providers: 'deployment_and_security/deployment/login_support/login_providers.md'
- Support: 'deployment_and_security/deployment/login_support/support.md'
- Security:
- 'deployment_and_security/security/index.md'
- Secure Build Materials (SBOM): 'deployment_and_security/security/security_building_materials.md'
Expand Down
Loading