CKA (Certified Kubernetes Administrator)/Kode Kloud 49

02.Scheduling - Resource Limits

LABS – CERTIFIED KUBERNETES ADMINISTRATOR WITH PRACTICE TESTS > SCHEDULING – Resource Limits Scheduling 01. Manual Scheduling 02. Labels and Selectors 03. Taints and Tolerations 04. Node Affinity 05. Resource Limits 06. DaemonSets 07. Static PODs 08. Multiple Schedulers 01. A pod called rabbit is deployed. Identify the CPU requirements set on the Pod in the current(default) namespace 정답 : 1 kube..

02.Scheduling - Node Affinity

LABS – CERTIFIED KUBERNETES ADMINISTRATOR WITH PRACTICE TESTS > SCHEDULING – NODE AFFINITY Scheduling 01. Manual Scheduling 02. Labels and Selectors 03. Taints and Tolerations 04. Node Affinity 05. Resource Limits 06. DaemonSets 07. Static PODs 08. Multiple Schedulers 01. How many Labels exist on node node01? ask : 5 # 클러스터의 노드를 레이블과 함께 나열하자. kubectl get nodes --show-labels root@controlplane:~# ..

02 Scheduling - Taints and Tolerations

LABS – CERTIFIED KUBERNETES ADMINISTRATOR WITH PRACTICE TESTS > SCHEDULING Scheduling Practice Test Manual Scheduling Practice Test Labels and Selectors Practice Test – Taints and Tolerations Practice Test – Node Affinity Practice Test Resource Limits Practice Test DaemonSets Practice Test – Static PODs Practice Test Multiple Schedulers 01. How many nodes exist on the system? Including the contr..

02.Scheduling - Labels and Selectors

LABS – CERTIFIED KUBERNETES ADMINISTRATOR WITH PRACTICE TESTS > SCHEDULING Scheduling Practice Test Manual Scheduling Practice Test Labels and Selectors Practice Test – Taints and Tolerations Practice Test – Node Affinity Practice Test Resource Limits Practice Test DaemonSets Practice Test – Static PODs Practice Test Multiple Schedulers 01. We have deployed a number of PODs. They are labelled wi..

02 Scheduling - Manual Scheduling

LABS – CERTIFIED KUBERNETES ADMINISTRATOR WITH PRACTICE TESTS > SCHEDULING Scheduling Practice Test Manual Scheduling Practice Test Labels and Selectors Practice Test – Taints and Tolerations Practice Test – Node Affinity Practice Test Resource Limits Practice Test DaemonSets Practice Test – Static PODs Practice Test Multiple Schedulers 01. A pod definition file nginx.yaml is given. Create a pod..

01.CoreConcepts - Imperative Commands

Core Concepts Practice Test Introduction (06:08) Practice Test – PODs Practice Test – ReplicaSets Practice Tests – Deployments Practice Test Namespaces Practice Test Services Practice Test – Imperative Commands 01. In this lab, you will get hands-on practice with creating Kubernetes objects imperatively. All the questions in this lab can be done imperatively. However, for some questions, you may..