Is there a way to bind my app id service to my ibm containers service cluster? If not, are there plans to add this in the future, or is there a way I can configure my liberty app server to access it with put using bx cs cluster-service-bind?
Asked
Active
Viewed 118 times
1 Answers
0
Yes, you can bind App ID to your IBM Container Service Kubernetes cluster.
- Provision an instance of App ID
- Use
bx service list
to see list of services, you might need to target your org/space - Use
bx cs cluster-service bind {cluster-name} {kube-namespace} {appid-instance-name-or-guid}
- Use
kubectl get secrets
to see a new secret created by step 3 above. The secret name should bebinding-{appid-instance-name}

Anton
- 3,166
- 1
- 13
- 12