I have a Kubernetes IBM MQ deployment using ibm-mqadvanced-server-dev helm chart following this link.
Suppose I have a kdb in the Kubernetes's ibm pod. Now I want to add client cert to the key database. But I don't want to access the bash of the pod and execute IBM commands such as "runmqakm -cert -add".
I also want to execute some commands like "SET CHLAUTH ... " but similar to the part (1), without accessing the bash.
Does anyone have any suggestion that how can I solve these problems?
Thanks in advance.