본문 바로가기
IT Tech/Cloud Native

[CKA] TLS

by _><- 2022. 3. 17.
728x90

# Server Certificate

- Kube-API Server : admin, Kube-scheduler, Kube-controller manager, kube-proxy 등과 인증

- ETCD Server

- Kubelet Server

 

# Client Certificate

- admin, Kube-scheduler, Kube-controller manager, kube-proxy 등

 

# 인증서 정보

cat /etc/kubernetes/manifests/kube-apiserver.yaml

 

# Health Check

https://github.com/mmumshad/kubernetes-the-hard-way/tree/master/tools

 

GitHub - mmumshad/kubernetes-the-hard-way: Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts. - GitHub - mmumshad/kubernetes-the-hard-way: Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.

github.com

 

kubernetes-certs-checker.xlsx
0.09MB

반응형

'IT Tech > Cloud Native' 카테고리의 다른 글

[CKA] Authorization : Role, RoleBinding  (0) 2022.03.17
[CKA] KubeConfig  (0) 2022.03.17
[CKA] Security - 인증, 권한  (0) 2022.03.16
[CKA] Software Version  (0) 2022.03.15
[CKA] Cluster Maintenance  (0) 2022.03.15