Hello - I am new to this and working on a lab. I started a pod with image redis1 . . .

Sandeep Panchal:
now I need to apply this config on pod to update the image

Sandeep Panchal:
@Tej_Singh_Rana

Tej_Singh_Rana:
> after that i did “kubectl edit pod redis” and updated image to redis from redis123
above step is sufficient to update the image

kubectl patch pod redis -p ‘{“spec”:{“containers”:[{“name”: “redis”,“image”: “redis”}]}}’

try this one, it will replace the image name from redis123 to redis.