Skip to content

Commit 38603c2

Browse files
committed
improve <kubernetes>
1 parent 72e4815 commit 38603c2

13 files changed

+25
-1
lines changed

kubernetes/01.kubernetes.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
Kubernetes
3+
======
4+
5+
# 入门实践
6+
* [入门](https://kubernetes.io/zh/docs/setup/)
7+
* [为新集群选择容器运行时](https://kubernetes.io/zh/docs/setup/production-environment/container-runtimes/)
8+
* [集群设置的最佳实践](https://kubernetes.io/zh/docs/setup/best-practices/)
9+
* []()
10+
* []()
11+
* []()
12+
* []()

Kubernetes/1.10分钟看懂Docker和K8s.md kubernetes/1.10分钟看懂Docker和K8s.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
================
55
> 鲜枣课堂,2018-12-25
66
7-
上文:[10分钟看懂Docker](../Docker/1.10分钟看懂Docker和K8s.md)
7+
上文:[10分钟看懂Docker](../docker/1.10分钟看懂Docker和K8s.md)
88

99
好了,说完了Docker,我们再把目光转向K8s。
1010

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
Pods
3+
======
4+
_Pod_ 是可以在 Kubernetes 中**创建和管理的、最小的可部署的计算单元**
5+
6+
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
tasks-任务
3+
======
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
tutorials-教程
3+
======
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)