Insert the redis.conf file provided in 01 - Create a Redis server image within a ConfigMap.
Use the Docker image created in the same lab to run a Redis container within a Pod. This Redis container has to be configured using the ConfigMap created earlier.
Artifacts to be created:
- redis-config-map.yaml (containing the key redis.conf)
- redis-deployment.yaml
- redis-service.yaml (type: NodePort)