728x90 빚진 자처럼, 한결같이1593 [CKA] Multi Container Pod CKAD 커리큘럼에 포함된 내용 크게 3가지 패턴이 존재함 - side car pattern - adapter pattern - ambassador pattern 2022. 3. 15. [CKA] ALM # Rolling update Deployment Strategy - Recreate - Rolliong out # Roll back kubectl rollout undo deplyment/myapp-deploy # Env Value Types - Plain Key Value - ConfigMap - Secrets # ConfigMap 조회 kubectl get configmaps kubectl describe configmaps # Configmap in Pods - env - single env apiVersion: v1 kind: Pod metadata: name: dapi-test-pod spec: containers: - name: test-container image: k8s.gcr.io/bu.. 2022. 3. 15. [CKA] Logs # 로그 조회 kubectl logs -f 2022. 3. 15. [CKA] Monitor Cluster Components # 리소스 사용 모니터 명령어 kubectl top pop kubectl top node 2022. 3. 15. [CKA] Multiple Scheduler # scheduler 조회 명령 kubectl edit pod --namespace=kube-system kubectl edit pod kube-scheduler-controlplane --namespace=kube-system # Doc https://kubernetes.io/docs/tasks/extend-kubernetes/configure-multiple-schedulers/ Configure Multiple Schedulers Kubernetes ships with a default scheduler that is described here. If the default scheduler does not suit your needs you can implement your own scheduler.. 2022. 3. 12. 이전 1 ··· 208 209 210 211 212 213 214 ··· 319 다음 반응형