kubectl安装/Kubernetes介绍

This commit is contained in:
huanqing.shao
2019-10-05 14:43:29 +08:00
parent a10e72b94d
commit b3ac7c91b3
8 changed files with 157 additions and 4 deletions

View File

@ -1,6 +1,7 @@
---
vssueId: 9
layout: LearningLayout
sidebarDepth: 0
description: 本教程的主要依据是Kubernetes官网文档以及使用Kubernetes落地SpringCloud微服务并投产的实战经验在线答疑。适用人群_ Kubernetes 初学者_学习过 Kubernetes但在投产过程中仍有诸多疑虑和困惑的技术爱好者
meta:
- name: keywords
@ -20,6 +21,10 @@ meta:
</div>
</div>
## **Kubernetes 介绍**
* [什么是Kubernetes](/learning/k8s-bg/what-is-k8s.html)
## **Kubernetes 体验**
* [安装 Kubernetes 单Master节点](/install/install-k8s.html) 30分钟初学者也许需要更多
* 参照经过众多网友验证,不断优化的安装文档,迅速完成 Kubernetes 安装,拥有属于自己的 Kubernetes 集群。