Validate the Certificate Hub installation deployed or updated on Kubernetes.
Checking the process execution
Run the following command.
kubectl get pods –n <NAMESPACE>You should get something like the followingNAME READY STATUS RESTARTS AGEacm-api-564d85889d-ttj6x 1/1 Running 0 3mcm-entry-78784c6b44-f7kk5 1/1 Running 0 3mexternal-api-9cbc67d6b-7scdt 1/1 Running 0 3mflyway-5pch9 0/1 Completed 0 3mlemur-864d6fdd6-qhsjj 0/1 Completed 0 3mpostgres-6dc7bb76db-tx9jh 1/1 Running 0 3mrole-update-vxvnf 0/1 Completed 0 3mui-556fd4dc7d-2cjx2 1/1 Running 0 3mOptionally, run the following command to free space by deleting completed pods and any associated stopped container.
kubectl delete pod -n <namespace> --field-selector=status.phase=SucceededCheck that the following persistent processes are running:
cm-entry
- external-api
- ui
- acm-api
- postgres
Other pods are ephemeral.
Checking the online UI
Open your browser in the URL defined when Configuring the deployment.
https://CERT_HUB_HOSTNAME/NAMESPACEYou should see the Certificate Hub login page.