List of questions
Related questions
Question 1 - CKAD discussion
Context
A web application requires a specific version of redis to be used as a cache.
Task
Create a pod with the following characteristics, and leave it running when complete:
• The pod must run in the web namespace.
The namespace has already been created
• The name of the pod should be cache
• Use the Ifccncf/redis image with the 3.2 tag
• Expose port 6379
A.
See the solution below.
Your answer:
0 comments
Sorted by
Leave a comment first