Free KCNA Exam Braindumps (page: 3)

Page 2 of 42

What is the default value for authorization-mode in Kubernetes API server?

  1. --authorization-mode=RBAC
  2. --authorization-mode=AlwaysAllow
  3. --authorization-mode=AlwaysDeny
  4. --authorization-mode=ABAC

Answer(s): B



Let's assume that an organization needs to process large amounts of data in bursts, on a cloud-based Kubernetes cluster. For instance: each Monday morning, they need to run a batch of 1000 compute jobs of 1 hour each, and these jobs must be completed by Monday night. What's going to be the most cost-effective method?

  1. Run a group of nodes with the exact required size to complete the batch on time, and use a combination of taints, tolerations, and nodeSelectors to reserve these nodes to the batch jobs.
  2. Leverage the Kubernetes Cluster Autoscaler to automatically start and stop nodes as they're needed.
  3. Commit to a specific level of spending to get discounted prices (with e.g. “reserved instances” or similar mechanisms).
  4. Use PriorityСlasses so that the weekly batch job gets priority over other workloads running on the cluster, and can be completed on time.

Answer(s): B



What is a Kubernetes service with no cluster IP address called?

  1. Headless Service
  2. Nodeless Service
  3. IPLess Service
  4. Specless Service

Answer(s): A



CI/CD stands for:

  1. Continuous Information / Continuous Development
  2. Continuous Integration / Continuous Development
  3. Cloud Integration / Cloud Development
  4. Continuous Integration / Continuous Deployment

Answer(s): D






Post your Comments and Discuss Linux Foundation KCNA exam with other Community members:

KCNA Exam Discussions & Posts