Create a Pod and expose it via Service in the same time in Kubernetes

kubectl run httpd --image=httpd:alpine --port=80 --expose