InterviewSolution
Saved Bookmarks
| 1. |
What service and namespace are referred to in the following file? |
|
Answer» apiVersion: v1 kind: ConfigMap metadata: name: some-configmap data: some_url: silicon.chip It is clear from the above file that the service “silicon” is a reference to a namespace called “chip”. |
|