ClusterIP
kubectl describe svc kubernetes
How many Endpoints are attached on the kubernetes service?
답 : 1
07. How many Deployments exist on the system now?
in the current(default) namespace
ask >> 1
08. What is the image used to create the pods in the deployment?
(
kubectl get pod
kubectl describe pod simple-webapp-deployment-b56f88b77-j7pbg
)
ask >> kodekloud/simple-webapp:red
09.
Are you able to accesss the Web App UI?
Try to access the Web Application UI using the tab simple-webapp-ui above the terminal.
ask >> NO
'CKA (Certified Kubernetes Administrator) > Kode Kloud' 카테고리의 다른 글
02 Scheduling - Taints and Tolerations (0) | 2022.01.19 |
---|---|
02.Scheduling - Labels and Selectors (0) | 2022.01.19 |
02 Scheduling - Manual Scheduling (0) | 2022.01.19 |
01.CoreConcepts - Imperative Commands (0) | 2022.01.19 |
CKA - kode kloud 문제 풀이 [0] (0) | 2022.01.19 |