conventions.io

Tech Challenge

2026-08-15

☸️

Daily Tech Challenge

Kubernetes

medium
Question 1 of 5

You run the command below against the app.properties file shown. What keys does the resulting ConfigMap contain?

Example
# app.properties
LOG_LEVEL=debug
PORT=8080

$ kubectl create configmap app-config --from-env-file=app.properties

Saturday, August 15, 2026 · A new challenge drops every day