InterviewSolution
Saved Bookmarks
| 1. |
In the following file which service and in which namespace is referred? |
|
Answer» apiVersion: v1kind: ConfigMapmetadata: NAME: some-configmapdata: some_url: SILICON.chip Answer - It's referencing the SERVICE "silicon" in the NAMESPACE CALLED "chip". |
|