KCNA Kubernetes and Cloud Native Associate ()

Loading demo links...

Showing 7–9 of 9 questions

Question 7

Which of the following components is part of the Kubernetes control panel

Select an option, then click Submit answer.

  • kubectl

  • kube-proxy

  • Service Mesh

  • kubelet

  • Cloud control manager

Question 8

Have a pod 'hello' and a container in that pod 'green'. Which of the following commands would get the logs for that container?

 

Select an option, then click Submit answer.

  • alias k='kubectl'
    k logs -p hello -c green
     

  • alias k='kubectl'
    k logs hello -c green
     

  • alias k='kubectl'
    k get logs -p hello -c green
     

  • alias k='kubectl'
    k logs -p hello green

Question 9

What is the default service type in Kubernetes?

Select an option, then click Submit answer.

  • CusterIP

  • NodePort

  • serviceType

  • loadBalancer