Rework GCP deployment doc for VM install, align with AWS/Azure#470
Merged
Conversation
Compute Engine no longer supports deploying a container as the VM OS, so the GCP guide now creates a standard Ubuntu VM and installs QuestDB over SSH using the release binary, mirroring the Azure guide. Restructures the page to match the AWS/Azure layout: Quick reference, Infrastructure (sizing/storage/networking), Deployment, Security, Operations, and Enterprise. Folds the GCP-specific storage content (Hyperdisk, Filestore, GCS, NetApp Volumes) into these sections and removes the stale Pulumi example. Removes the orphaned create-vm-docker and instance-available screenshots. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
🚀 Build success! Latest successful preview: https://preview-470--questdb-documentation.netlify.app/docs/ Commit SHA: 00eaff8
|
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Make the page consistently recommend ext4 as the default file system, with zfs/lz4 noted as the option for on-disk compression. Replace the zfs-leading FileSystemChoice partial with GCP-specific inline text and drop the now-unused import. - Clarify that the firewall rule opens only 9000/8812; 9009 is for ILP and 9003 should be reached over the VPC or SSH. - Normalize gcloud disk sizes to GiB to match the console steps and tables. - Remove a duplicate Enterprise Quick Start link. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
|
bluestreak01
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Compute Engine no longer supports deploying a container as the VM OS (the Deploy Container option at VM creation), so the GCP deployment guide is reworked to:
docker run, hardcoded credentials; AWS/Azure have no IaC section).create-vm-docker.webp(deprecated flow) andinstance-available.webpscreenshots.🤖 Generated with Claude Code