Hi I have a doubt for eg: "k run httpd --image=httpd:alpine --port 80 --expose"- . . .

PR:
Hi I have a doubt for eg: “k run httpd --image=httpd:alpine --port 80 --expose”->‘https pod’ and ‘https service’ is created here. Can we create a pod and service with different name

unnivkn:
I believe, this option is not available. Either you have to create pod & svc in different steps with different name or you can edit svc name in its yaml once you created using single script with same name(as you given above).