gke-basics
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseGoogle Kubernetes Engine (GKE) Basics
Google Kubernetes Engine(GKE)基础
GKE is a managed Kubernetes platform on Google Cloud for deploying, scaling, and operating containerized applications. This skill defaults to the golden path Autopilot configuration — see gke-golden-path.md for defaults, rules, and guardrails.
GKE是Google Cloud上的托管Kubernetes平台,用于部署、扩缩容和运行容器化应用。本技能默认采用黄金路径Autopilot配置——有关默认设置、规则和防护措施,请参阅gke-golden-path.md。
Quick Start
快速开始
bash
gcloud services enable container.googleapis.com
gcloud container clusters create-auto my-cluster --region=us-central1
gcloud container clusters get-credentials my-cluster --region=us-central1
kubectl create deployment hello-server \
--image=us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0bash
gcloud services enable container.googleapis.com
gcloud container clusters create-auto my-cluster --region=us-central1
gcloud container clusters get-credentials my-cluster --region=us-central1
kubectl create deployment hello-server \
--image=us-docker.pkg.dev/google-samples/containers/gke/hello-app:1.0Reference Directory
参考文档目录
Load the relevant reference based on trigger keywords. Prefer the most specific match; if ambiguous, ask the user to clarify.
| Scenario | Trigger Keywords | Reference |
|---|---|---|
| Core Concepts | Autopilot vs Standard, architecture, pricing, what is GKE | core-concepts.md |
| Golden Path & Defaults | golden path, Day-0 checklist, production defaults, cluster defaults | gke-golden-path.md |
| Cluster Creation | create cluster, new cluster, provision GKE | gke-cluster-creation.md |
| Networking | private cluster, VPC, subnet, Gateway API, DNS, ingress, egress, datapath | gke-networking.md |
| Security & IAM | Workload Identity, Secret Manager, RBAC, Binary Auth, hardening, audit, gVisor, IAM roles | gke-security.md |
| Scaling | HPA, VPA, autoscaler, autoscaling, NAP, scale pods, scale nodes | gke-scaling.md |
| Compute Classes | ComputeClass, machine family, Spot fallback, GPU node pool, node selection | gke-compute-classes.md |
| Cost | cost, savings, Spot VMs, rightsizing, CUD, optimize spend, budget | gke-cost.md |
| AI/ML Inference | inference, model serving, LLM, GPU, TPU, GIQ, vLLM | gke-inference.md |
| Upgrades | upgrade, maintenance window, release channel, patching, version | gke-upgrades.md |
| Observability | monitoring, logging, Prometheus, Grafana, metrics, alerts, dashboards | gke-observability.md |
| Multi-tenancy | multi-tenant, namespace isolation, team access, enterprise, RBAC planning | gke-multitenancy.md |
| Batch & HPC | batch, HPC, job queue, high performance, MPI, parallel | gke-batch-hpc.md |
| App Onboarding | containerize, deploy app, Dockerfile, onboard, migrate to GKE | gke-app-onboarding.md |
| Backup & DR | backup, restore, disaster recovery, CMEK | gke-backup-dr.md |
| Storage | storage, PVC, persistent volume, StorageClass, Filestore, GCS FUSE | gke-storage.md |
| Reliability | PDB, health probe, liveness, readiness, topology spread, graceful shutdown | gke-reliability.md |
| Client Libraries | client library, client-go, kubernetes python, kubernetes java, kubernetes SDK | client-library-usage.md |
| Infrastructure as Code | Terraform, IaC, HCL, infrastructure as code | iac-usage.md |
| MCP Server | MCP tools, MCP server, MCP setup | mcp-usage.md |
| CLI / Tools | gcloud, kubectl, commands, how to | cli-reference.md |
| Production Audit | production readiness, compliance, golden path check | gke-cluster-creation.md |
If you need product information not found in these references, use the Developer Knowledge MCP server tool.
search_documents根据触发关键词加载相关参考文档。优先选择最匹配的文档;若存在歧义,请询问用户以明确需求。
| 场景 | 触发关键词 | 参考文档 |
|---|---|---|
| 核心概念 | Autopilot vs Standard、架构、定价、什么是GKE | core-concepts.md |
| 黄金路径与默认设置 | golden path、Day-0清单、生产环境默认配置、集群默认设置 | gke-golden-path.md |
| 集群创建 | 创建集群、新集群、部署GKE | gke-cluster-creation.md |
| 网络 | 私有集群、VPC、子网、Gateway API、DNS、ingress、egress、数据路径 | gke-networking.md |
| 安全与IAM | Workload Identity、Secret Manager、RBAC、Binary Auth、安全加固、审计、gVisor、IAM角色 | gke-security.md |
| 扩缩容 | HPA、VPA、自动扩缩容器、autoscaling、NAP、Pod扩缩容、节点扩缩容 | gke-scaling.md |
| 计算类别 | ComputeClass、机器系列、Spot fallback、GPU节点池、节点选择 | gke-compute-classes.md |
| 成本 | 成本、节省、Spot VMs、规格调整、CUD、优化支出、预算 | gke-cost.md |
| AI/ML推理 | 推理、模型服务、LLM、GPU、TPU、GIQ、vLLM | gke-inference.md |
| 升级 | 升级、维护窗口、发布通道、补丁、版本 | gke-upgrades.md |
| 可观测性 | 监控、日志、Prometheus、Grafana、指标、告警、仪表盘 | gke-observability.md |
| 多租户 | 多租户、命名空间隔离、团队访问、企业级、RBAC规划 | gke-multitenancy.md |
| 批处理与高性能计算 | 批处理、HPC、作业队列、高性能、MPI、并行 | gke-batch-hpc.md |
| 应用接入 | 容器化、部署应用、Dockerfile、接入、迁移至GKE | gke-app-onboarding.md |
| 备份与灾难恢复 | 备份、恢复、灾难恢复、CMEK | gke-backup-dr.md |
| 存储 | 存储、PVC、持久化卷、StorageClass、Filestore、GCS FUSE | gke-storage.md |
| 可靠性 | PDB、健康探针、存活探针、就绪探针、拓扑分布、优雅停机 | gke-reliability.md |
| 客户端库 | 客户端库、client-go、kubernetes python、kubernetes java、kubernetes SDK | client-library-usage.md |
| 基础设施即代码 | Terraform、IaC、HCL、基础设施即代码 | iac-usage.md |
| MCP服务器 | MCP工具、MCP服务器、MCP设置 | mcp-usage.md |
| CLI / 工具 | gcloud、kubectl、命令、操作方法 | cli-reference.md |
| 生产环境审计 | 生产就绪性、合规性、黄金路径检查 | gke-cluster-creation.md |
如果这些参考文档中未包含您需要的产品信息,请使用开发者知识MCP服务器的工具。
search_documents