website/content/zh-cn/docs/home/_index.md

113 lines
4.4 KiB
Markdown
Raw Permalink Normal View History

---
title: Kubernetes 文档
noedit: true
2019-06-12 13:57:32 +00:00
cid: docsHome
layout: docsportal_home
class: gridPage gridPageHome
# linkTitle: "Documentation"
linkTitle: "文档"
main_menu: true
weight: 10
2019-06-12 13:57:32 +00:00
hide_feedback: true
menu:
main:
title: "文档"
weight: 10
# description: >
# Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation.
description: >
Kubernetes 是一个开源的容器编排引擎用来对容器化应用进行自动部署、扩缩和管理。此开源项目由云原生计算基金会CNCF托管。
2023-02-12 05:45:31 +00:00
# overview:
# Kubernetes is an open source container orchestration engine for automating deployment, scaling, and management of containerized applications. The open source project is hosted by the Cloud Native Computing Foundation (<a href="https://www.cncf.io/about">CNCF</a>).
overview:
Kubernetes 是一个开源的容器编排引擎,用来对容器化应用进行自动化部署、扩缩和管理。该项目托管在 <a href="https://www.cncf.io/about">CNCF</a>
2023-02-12 05:45:31 +00:00
cards:
# - name: concepts
# title: "Understand Kubernetes"
# description: "Learn about Kubernetes and its fundamental concepts."
# button: "View Concepts"
# button_path: "/docs/concepts"
# - name: tutorials
# title: "Try Kubernetes"
# description: "Follow tutorials to learn how to deploy applications in Kubernetes."
# button: "View Tutorials"
# button_path: "/docs/tutorials"
2023-02-12 05:45:31 +00:00
- name: concepts
title: "了解 Kubernetes"
description: "了解 Kubernetes 及其基础概念。"
button: "查看概念"
button_path: "/zh-cn/docs/concepts"
- name: tutorials
title: "尝试 Kubernetes"
description: "按照教程学习如何在 Kubernetes 上部署应用。"
button: "查看教程"
button_path: "/zh-cn/docs/tutorials"
# - name: setup
# title: "Set up a K8s cluster"
# description: "Get Kubernetes running based on your resources and needs."
# button: "Set up Kubernetes"
# button_path: "/docs/setup"
# - name: tasks
# title: "Learn how to use Kubernetes"
# description: "Look up common tasks and how to perform them using a short sequence of steps."
# button: "View Tasks"
# button_path: "/docs/tasks"
2023-02-12 05:45:31 +00:00
- name: setup
title: "安裝 K8s 集群"
description: "基于你的资源情况和需要运行 Kubernetes。"
button: "安装 Kubernetes"
button_path: "/zh-cn/docs/setup"
- name: tasks
title: "了解如何使用 Kubernetes"
description: "查看常见任务以及如何使用简单步骤执行它们。"
button: "查看任务"
button_path: "/zh-cn/docs/tasks"
# - name: reference
# title: Look up reference information
# description: Browse terminology, command line syntax, API resource types, and setup tool documentation.
# button: View Reference
# button_path: /docs/reference
2019-06-12 13:57:32 +00:00
- name: reference
title: 查阅参考信息
description: 浏览术语、命令行语法、API 资源类型和安装工具文档。
2019-06-12 13:57:32 +00:00
button: 查看参考
button_path: /zh-cn/docs/reference
2023-02-12 05:45:31 +00:00
# - name: contribute
# title: Contribute to the Kubernetes
# description: Find out how you can help make Kubernetes better.
# button: See Ways to Contribute
# button_path: "/docs/contribute"
2019-06-12 13:57:32 +00:00
- name: contribute
title: 为 Kubernetes 作贡献
description: 了解如何帮助改善 Kubernetes。
button: 查看贡献方式
button_path: "/zh-cn/docs/contribute"
# - name: training
# title: "Training"
# description: "Get certified in Kubernetes and make your cloud native projects successful!"
# button: "View training"
# button_path: "/training"
- name: training
title: "培训"
description: "通过 Kubernetes 认证,助你的云原生项目成功!"
button: "查看培训"
button_path: "/zh-cn/training"
2023-02-12 05:45:31 +00:00
- name: Download
title: 下载 Kubernetes
description: 安装 Kubernetes 或将其升级到最新版本。
button: "下载 Kubernetes"
button_path: "/releases/download"
2023-02-12 05:45:31 +00:00
# - name: about
# title: About the documentation
# description: This website contains documentation for the current and previous 4 versions of Kubernetes.
# button: "See available versions"
# button_path: "/docs/home/supported-doc-versions"
2019-06-12 13:57:32 +00:00
- name: about
title: 关于文档
description: 本网站包含了当前及前 4 个版本的 Kubernetes 文档。
button: "查看可用版本"
button_path: "/zh-cn/docs/home/supported-doc-versions"
---