Docs: add GKE document#361
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new “Deploy on GKE” getting-started document to the public operator docs and links it into the MkDocs navigation, aligning GKE guidance with the existing AKS/EKS deployment pages.
Changes:
- Add
Deploy on GKEpage under Preview → Getting Started. - Document GKE-specific configuration for
spec.environment: gke, storage class selection, and basic troubleshooting.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
mkdocs.yml |
Adds the new GKE page to the navigation tree. |
docs/operator-public-documentation/preview/getting-started/deploy-on-gke.md |
New GKE deployment/configuration guidance page. |
| kubectl get svc -n documentdb-instance-ns | ||
| kubectl describe svc documentdb-service-sample-documentdb -n documentdb-instance-ns |
| | Storage class | Disk type | Use case | | ||
| | -------------- | ------------- | ---------------------------------------------- | | ||
| | `standard-rwo` | `pd-balanced` | General purpose, balanced cost and performance | | ||
| | `premium-rwo` | `pd-ssd` | Production workloads requiring SSD performance | | ||
|
|
|
🤖 Auto-triaged by documentdb-triage-tool. Applied: Reasoningcomponent from path globs (docs); effort from diff stats (134+0 LOC, 2 files); LLM: Adds a new GKE deployment document, which is an important user-facing guide for a major cloud platform. If a label is wrong, remove it manually and ping |
No description provided.