반응형 -308 Udemy CKA 강의 정리 116: Self Healing Applications 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Kubernetes는 ReplicaSet 및 replication 컨트롤러를 통해 self-healing applications을 지원합니다. replication 컨트롤러는 POD 내의 애플리케이션이 충돌할 때 POD가 자동으로 재생성되도록 하는 데 도움을 줍니다. 애플리케이션의 충분한 replicas이 항상 실행되도록 하는 데 도움이 됩니다. Kubernetes는 POD 내에서 실.. 2023. 1. 13. Udemy CKA 강의 정리 110: Practice Test - Multi Container PODs 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. Identify the number of containers created in the red pod. Q2. Identify the name of the containers running in the blue pod. Q3. Create a multi-container pod with 2 containers. Use the spec given below. If the pod .. 2023. 1. 13. Udemy CKA 강의 정리 111: Solution - Multi Container PODs (optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. Q1. Identify the number of containers created in the red pod. $ kubectl get pod red Q2. Identify the name of the containers running in the blue pod. $ kubectl describe pod blue Q3. Create a multi-container pod with 2.. 2023. 1. 13. Udemy CKA 강의 정리 115: Solution - Init Containers (optional) 해당 내용은 Udemy의 Certified Kubernetes Administrator (CKA) with Practice Tests 강의를 공부한 내용입니다. 내용을 그대로 번역하기보다는, 제가 이해하기 쉬운 대로 수정한 부분들이 있습니다. ⚠️ 영어 독해가 많이 부족합니다. 틀린 내용이 있으면 알려주시면 감사하겠습니다. (보충필요) Q1. Identify the pod that has an initContainer configured. $ kubectl get pods $ kubectl describe pods Q2. What is the image used by the initContainer on the blue pod? $ kubectl describe pods blue Q3. What is t.. 2023. 1. 13. 이전 1 ··· 48 49 50 51 52 53 54 ··· 77 다음 반응형