0
点赞
收藏
分享

微信扫一扫

Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍


文章目录

  • ​​1. 前期准备​​
  • ​​2. 机器准备​​
  • ​​3. 创建集群​​
  • ​​3.1 注册google cloud​​
  • ​​3.2 配置本地关联google cloud​​
  • ​​3.3 申请机器并创建集群​​
  • ​​3.4 管理k8s集群​​
  • ​​4. k8s安全框架​​
  • ​​5. docker容器​​

资源地址:
​​​https://github.com/killer-sh/cks-course-environment​​

1. 前期准备

Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_安全框架
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_github_02

Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_github_03

2. 机器准备

Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_kubernetes_04
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_docker_05

Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_kubernetes_06

3. 创建集群

3.1 注册google cloud

3.2 配置本地关联google cloud

3.3 申请机器并创建集群

3.4 管理k8s集群

Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_kubernetes_07

4. k8s安全框架

Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_docker_08
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_github_09
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_kubernetes_10
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_安全框架_11

root@master:~# ls -l /etc/kubernetes/pki/
total 60
-rw-r--r-- 1 root root 1261 Jan 18 19:27 apiserver.crt
-rw-r--r-- 1 root root 1135 Jan 18 19:27 apiserver-etcd-client.crt
-rw------- 1 root root 1679 Jan 18 19:27 apiserver-etcd-client.key
-rw------- 1 root root 1675 Jan 18 19:27 apiserver.key
-rw-r--r-- 1 root root 1143 Jan 18 19:27 apiserver-kubelet-client.crt
-rw------- 1 root root 1679 Jan 18 19:27 apiserver-kubelet-client.key
-rw-r--r-- 1 root root 1066 Jan 18 19:27 ca.crt
-rw------- 1 root root 1675 Jan 18 19:27 ca.key
drwxr-xr-x 2 root root 4096 Jan 18 19:27 etcd
-rw-r--r-- 1 root root 1078 Jan 18 19:27 front-proxy-ca.crt
-rw------- 1 root root 1675 Jan 18 19:27 front-proxy-ca.key
-rw-r--r-- 1 root root 1103 Jan 18 19:27 front-proxy-client.crt
-rw------- 1 root root 1679 Jan 18 19:27 front-proxy-client.key
-rw------- 1 root root 1675 Jan 18 19:27 sa.key
-rw------- 1 root root 451 Jan 18 19:27 sa.pub

5. docker容器

Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_kubernetes_12
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_kubernetes_13
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_github_14
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_github_15
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_安全框架_16
Kubernetes CKS 2021 Complete Course + Simulator笔记【1】---k8s架构介绍_docker_17

举报

相关推荐

0 条评论