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 following
NAME READY STATUS RESTARTS AGE
acm-api-564d85889d-ttj6x 1/1 Running 0 3m
cm-entry-78784c6b44-f7kk5 1/1 Running 0 3m
external-api-9cbc67d6b-7scdt 1/1 Running 0 3m
flyway-5pch9 0/1 Completed 0 3m
lemur-864d6fdd6-qhsjj 0/1 Completed 0 3m
postgres-6dc7bb76db-tx9jh 1/1 Running 0 3m
role-update-vxvnf 0/1 Completed 0 3m
ui-556fd4dc7d-2cjx2 1/1 Running 0 3m
Optionally, 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=Succeeded
Check 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/NAMESPACE
You should see the Certificate Hub login page.