ConfigMaps and Secrets Management Quiz Home โบ Kubernetes CKA & CKAD โบ ConfigMaps and Secrets Management ๐๏ธ Kubernetes (CKA & CKAD) – ConfigMaps and Secrets Management 20 questions ยท 15 min timer ยท Explanations included ยท Free 1. How can you ensure that a ConfigMap is only accessible by specific namespaces? By setting the 'namespaceSelector' field in the ConfigMap. By using NetworkPolicies to restrict access. By creating the ConfigMap in the specific namespaces. By setting namespace-specific labels on the ConfigMap. None Show Hint Creating the ConfigMap in specific namespaces ensures that only resources within those namespaces can access it. 2. How can you ensure that a Secret is only accessible by a specific Pod in Kubernetes? By labeling the Secret with the Pod's name. By mounting the Secret as a volume only in the specific Pod's manifest. By using RBAC to restrict access to the Secret. By setting the Secret's access policy to 'PodOnly'. None Show Hint Mounting the Secret as a volume in the specific Pod's manifest ensures that only that Pod has access to the Secret. Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Loading questions... Click Submit to see your final score! Previous Start Quiz Next Time's up