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

op-guide: Add Kubernetes Deployment #593

Merged
merged 7 commits into from
Sep 5, 2018
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
- [Docker Deployment](op-guide/docker-deployment.md)
- [Docker Compose Deployment](op-guide/docker-compose.md)
- [Cross-Region Deployment](op-guide/location-awareness.md)
- [Google Kubernetes Engine](op-guide/google-kubernetes-engine.md)
morgo marked this conversation as resolved.
Show resolved Hide resolved
+ Configure
- [Configuration Flags](op-guide/configuration.md)
- [Configuration File Description](op-guide/tidb-config-file.md)
Expand Down
15 changes: 15 additions & 0 deletions op-guide/google-kubernetes-engine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: TiDB Google Kubernetes Engine Deployment
morgo marked this conversation as resolved.
Show resolved Hide resolved
summary: Use Google Kubernetes Engine (GKE) to quickly deploy a TiDB cluster using TiDB Operator
morgo marked this conversation as resolved.
Show resolved Hide resolved
category: operations
---

# Google Kubernetes Engine (GKE)

[TiDB Operator](https://github.com/pingcap/tidb-operator) manages TiDB clusters on [Kubernetes](https://kubernetes.io)
and automates tasks related to operating a TiDB cluster. It makes TiDB a truly cloud-native database. The TiDB Operator
tutorial for GKE runs directly in the Google Cloud Shell.

> **Warning:** Currently, TiDB Operator is work in progress [WIP] and is NOT ready for production. Use at your own risk.

[![Open in Cloud Shell](https://gstatic.com/cloudssh/images/open-btn.png)](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/pingcap/tidb-operator&tutorial=docs/google-kubernetes-tutorial.md)