Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 266 Bytes

practice-questions.md

File metadata and controls

11 lines (6 loc) · 266 Bytes

Practice questions

A pod named memcached has already been created.

Create a service called "service1" to expose the pod through a service at the cluster level on port 6379.

kubectl expose po memcached --name=service1 --port=6379 --target-port=6379