I have a grpc service running in Kubernetes. I need a Kubernetes cronjob to invoke this service using grpcurl command. My Kubernetes cronjob yaml file looks as mentioned bellow.
When I run this cronjob in kubernetes, I receive "/bin/sh: grpcurl: not found" error. How should I Install/get access to grpcurl for my kubernetes cronjob?