CKA (Certified Kubernetes Administrator)/Kode Kloud

01.CoreConcepts - Service

seulseul 2022. 1. 19. 09:55
 

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