IBM MQ Kubernetes Helm kdb

218 Views Asked by At

I have a Kubernetes IBM MQ deployment using ibm-mqadvanced-server-dev helm chart following this link.

  1. 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".

  2. 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.

0

There are 0 best solutions below