Kubernetes

Which service and in which namespace the following file is referencing?

apiVersion: v1
kind: ConfigMap
metadata:
  name: some-configmap
data:
  some_url: samurai.jack

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

It's referencing the service "samurai" in the namespace called "jack".