Solved

You Are Using Deployment Manager to Create a Google Kubernetes

Question 85

Multiple Choice

You are using Deployment Manager to create a Google Kubernetes Engine cluster. Using the same Deployment Manager deployment, you also want to create a DaemonSet in the kube-system namespace of the cluster. You want a solution that uses the fewest possible services. What should you do?


A) Add the cluster's API as a new Type Provider in Deployment Manager, and use the new type to create the DaemonSet.
B) Use the Deployment Manager Runtime Configurator to create a new Config resource that contains the DaemonSet definition.
C) With Deployment Manager, create a Compute Engine instance with a startup script that uses kubectl to create the DaemonSet. With Deployment Manager, create a Compute Engine instance with a startup script that uses kubectl to create the DaemonSet.
D) In the cluster's definition in Deployment Manager, add a metadata that has kube-system as key and the DaemonSet manifest as value. In the cluster's definition in Deployment Manager, add a metadata that has as key and the DaemonSet manifest as value.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions