Querying Resources

Challenge

Deploy a deployment named cache using the image memcached with 3 replicas

  • Expose the deployment on a port on the host (NodePort) that sends to port 11211 of the pod.
  • Output the endpoints in json format to q3.json
  • Tracking changes, scale the deployment to 5 replicas
  • Output the history of this deployment to a file called q3.txt

Expand here to see the solution