본문 바로가기

IT 잡지식72

[CKA] KodeKloud - Rolling Updates and Rollbacks 안녕하세요, 쯀리입니다.오늘은 Application Lifecycle에서 Rolling Updates and Rollbacks에 관해 알아보는 시간을 가져보겠습니다.Kubernetes에서 Rolling Update를 빼먹을순 없죠. 핵심 개념에 대해 알아보겠습니다. https://kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/ Performing a Rolling UpdatePerform a rolling update using kubectl.kubernetes.io     Rolling Updates and Rollbacks Rolling Updates (무중단 배)Rolling Updates는 애플리케이션의 새로운 버전을 점진적.. 2024. 7. 1.
[CKA] KodeKloud - Managing Application Logs 안녕하세요, 쯀리입니다.오늘은 Application logs를 Managing하는 방법을 알아보겠습니다.  https://kubernetes.io/docs/reference/kubectl/generated/kubectl_logs/ kubectl logsProduction-Grade Container Orchestrationkubernetes.io  Quiz.1. We have deployed a POD hosting an application. Inspect it. Wait for it to start.controlplane ~ ➜ k get podsNAME READY STATUS RESTARTS AGEwebapp-1 1/1 Running 0 24s.. 2024. 6. 25.
[CKA] KodeKloud - Monitor Cluster Components 안녕하세요, 쯀리입니다.오늘은 Monitor Cluster Components에 관해 알아보겠습니다. https://github.com/kodekloudhub/kubernetes-metrics-server GitHub - kodekloudhub/kubernetes-metrics-server: Development environment deployment of metrics-serverDevelopment environment deployment of metrics-server - kodekloudhub/kubernetes-metrics-servergithub.com Quiz.1. We have deployed a few PODs running workloads. Inspect them.Wait for t.. 2024. 6. 23.