Skip to content

Instantly share code, notes, and snippets.

@thospfuller
Last active June 12, 2022 00:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thospfuller/45ae041864c63f01f10289d588bb0f99 to your computer and use it in GitHub Desktop.
Save thospfuller/45ae041864c63f01f10289d588bb0f99 to your computer and use it in GitHub Desktop.
Practice Exam for Certified Kubernetes Application Developer (CKAD) Certification Question 2 ConfigMap Yaml
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment