「Kubernetes」- 企业级容器编排(Production-Grade Container Orchestration)

问题描述

该部分笔记侧重于集群的管理,不涉及使用;

解决方案

研究方法

教育培训:WIP

书籍文献
Kubernetes: Up and Running: Dive into the Future of Infrastructure
Kubernetes Cookbook: Building Cloud Native Applications
《Kubernetes Cookbook》- O’Reilly Media
>> http://shop.oreilly.com/product/0636920064947.do
>> https://github.com/k8s-cookbook/recipes
0voice/k8s_awesome_document: 【2021年新鲜出炉】K8s(Kubernetes)的工程师资料合辑,书籍推荐,面试题,精选文章,开源项目,PPT,视频,大厂资料

官方文档

https://kubernetes.io/docs/home
在官方主页中,主要由以下几个部分:
HOME – 基本介绍,文档分类,快速入口
GETTING STARTED – 快速开始,集群部署,最佳实践
CONCEPTS – 在集群中的一些基本概念。比如,API 对象,网络,集群组件等等。;
TASKS – 执行某些特定任务示例,相当于使用教程;
TUTORIALS – 与 TASK 类似,该部分包含使用讲解,更加偏向一些示例;
REFERENCE – 对象使用方法,调用 API 的方法。这一部分更加偏向于开发人员;
CONTRIBUTE – 文档的共享方法;

博客文章:WIP

代码仓库:https://github.com/kubernetes/kubernetes
访问社区:https://github.com/kubernetes/community
相关示例:http://kubernetesbyexample.com
在线练习:https://katacoda.com/courses/kubernetes/playground