Create an Instance
After you install Blockchain Platform Manager, you can create an instance of Oracle Blockchain Platform Enterprise Edition for Hyperledger Besu.
Deploying the stack (or manually installing the distribution package) creates Blockchain Platform Manager, which you can use to provision, configure, and manage instances of Oracle Blockchain Platform Enterprise Edition for Hyperledger Besu. Instance nodes run on a set of available Kubernetes worker nodes.
You use Blockchain Platform Manager to complete the following tasks:
- Create, start, stop, and delete instances of Oracle Blockchain Platform Enterprise Edition for Hyperledger Besu.
- View details about all instances and activity records for all instances.
- Configure, activate, and use the LDAP service. You can use the built-in OpenLDAP service or your own LDAP server.
- Create and save user accounts.
Before You Begin
Review the Application Information page, which shows details about the Blockchain Platform Manager, Kubernetes cluster, and Terraform output.
- Note the ingress gateway IP address, which is used for Blockchain Platform Manager, and the ingress IP address for instance services, which is used by the service console and RPC gateway.
- Full job logs, including jump host details and Terraform logs, are available under Jobs.
To ensure proper host name resolution, add entries to your local
etc/hosts or C:\Windows\System32\drivers\etc\hosts file for Blockchain Platform Manager and OpenLDAP fully-qualified domain names. For a production environment, use DNS and certificates instead of etc/hosts file mappings. Add entries similar to the following example, where the the ingress IP address is the ingress gateway IP address shown in the installation output.<ingress-ip> controlplane.<domainname> openldap.<domainname> auth.<domainname> To create an instance: