# See question 2 from the article entitled "Practice Exam for Certified Kubernetes Application Developer (CKAD) Certification". # # https://matthewpalmer.net/kubernetes-app-developer/articles/ckad-practice-exam.html # # Answered in the article entitled "Answers to Five Kubernetes CKAD Questions (2020)" here: # # https://thospfuller.com/2020/11/09/answers_to_five_kubernetes_ckad_questions_2020/ # apiVersion: v1 data: connection_string: localhost:4096 external_url: google.com kind: ConfigMap metadata: creationTimestamp: null name: app-config namespace: ggckad-s2