본문 바로가기

Computer Science/Kubernetes(CKA) 자격증 준비

Kubernetes 정리 166: Practice Test Service Accounts

Q1. How many Service Accounts exist in the default namespace?

Q2. What is the secret token used by the default service account?

Q3. We just deployed the Dashboard application. Inspect the deployment. What is the image used by the deployment?

Q4. Wait for the deployment to be ready. Access the custom-dashboard by clicking on the link to dashboard portal.

Q5. What is the state of the dashboard? Have the pod details loaded successfully?

Q6. What type of account does the Dashboard application use to query the Kubernetes API?

Q7. Which account does the Dashboard application use to query the Kubernetes API?

Q8. Inspect the Dashboard Application POD and identify the Service Account mounted on it.

Q9. At what location is the ServiceAccount credentials available within the pod?

Q10. The application needs a ServiceAccount with the Right permissions to be created to authenticate to Kubernetes. The default ServiceAccount has limited access. Create a new ServiceAccount named dashboard-sa.