diff --git a/README.md b/README.md index 5f6350ad8d7d0690d83a083dd2183fdbb03d7f0f..de97f8bc4c33514c49c1abe0aa267ef9ea8297c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # 从Docker到Kubernetes进阶 从 Docker 入门一步步迁移到 Kubernetes 的进阶课程 +在线浏览:[https://k8s.qikqiak.com/](https://k8s.qikqiak.com/) + +GitHub地址:[https://github.com/cnych/kubernetes-learning/](https://github.com/cnych/kubernetes-learning/) + +视频课程在线地址:[https://www.haimaxy.com/course/6n8xd6/](https://www.haimaxy.com/course/6n8xd6/) + + ## 介绍 [Kubernetes](http://kubernetes.io/)是Google基于Borg开源的容器编排调度引擎,作为[CNCF](http://cncf.io/)(Cloud Native Computing Foundation)最重要的组件之一,它的目标不仅仅是一个编排系统,而是提供一个规范,可以让你来描述集群的架构,定义服务的最终状态,`Kubernetes` 可以帮你将系统自动地达到和维持在这个状态。`Kubernetes` 作为云原生应用的基石,相当于一个云操作系统,其重要性不言而喻。 @@ -21,11 +28,6 @@ * 最后我们会实现基于 Kubernetes 的 CI/CD -GitHub地址:[https://github.com/cnych/kubernetes-learning/tree/master/docs](https://github.com/cnych/kubernetes-learning/) - -视频课程在线地址:[https://www.haimaxy.com/course/6n8xd6/](https://www.haimaxy.com/course/6n8xd6/) - - ## 社区&读者交流 * 博客:[阳明的博客](https://blog.qikqiak.com/)