Deployment
Deploying OpenG2P Registry on Kubernetes using Helm charts.
Last updated
Was this helpful?
Deploying OpenG2P Registry on Kubernetes using Helm charts.
The Registry is deployed over Kubernetes infrastructure that offers production-grade deployment along with powerful security, access control and operational features. Learn more about the deployment architecture here.
After the steps 1 and 2, since Rancher will be up and running it is recommend that deployment of Registry is done from Rancher UI.
Infastructure and environment is created as given above
You have full admin rights to the cluster and Rancher UI.
Login to Rancher console
Select the cluster and namespace (environment)
Under Apps -> Repositories make sure the repository https://openg2p.github.io/openg2p-helm/rancher is added
Under Apps->Charts refresh all repositories
Select "OpenG2P Registry" chart
Select the version (3 digit versions denote frozen versions, while version with -develop tag are moving versions).
On Install Step1
select namespace
give a name to the installation - 'registry' recommended
select 'Customize Helm options before install'
Next
Review all variables. Typically you will not need to change anything except for ID Generator where your ID types may be different.
Install
Wait for all pods to come up successfully
On browser open site 'registry.<you domain>'.
This should open the Keycloak login page. Give 'admin' as user name and 'admin' as password
You will be prompted to change the password. Change to a strong password.
You should see the Registry home/landing/dashboard page.
Last updated
Was this helpful?
Was this helpful?