Pre-General Availability: 2026-03-13

A Application Information

After creating a stack in Oracle Cloud Infrastructure, all information about the created stack is available in its Application Information tab. You can get to this page from the OCI Resource Manager.

Table A-1 General

Variable Name Description Default
Title Clickable text that redirects the user to the marketplace listing. Oracle Blockchain Platform on Oracle Cloud Infrastructure Container Engine for Kubernetes
Description Simple text describing the stack. The stack deploys a new OCI Kubernetes Engine Cluster and hosts the Blockchain Platform on it
Informational Text Simple informational text to guide the user once they have run Apply on the stack. After deployment, copy the Domain Host Entry and add it to your client machine's hosts file. For created instances, append the hosts entry with
console.<instance-name>.<instance-domain> rpcproxy.<instance-name>.<instance-domain>
Navigate to the Blockchain Platform Manager for creating instances.

Table A-2 Blockchain Platform Details

Variable Name Description Default
Ingress Gateway IP IP address of the gateway created by the stack's OKE Cluster, used for DNS resolution.  
Domain Host Entry Entry to append to your hosts file.
  • MacOS and Linux: /etc/hosts
  • Microsoft Windows: C:\Windows\System32\drivers\etc\hosts

<ingress-gateway-ip> controlplane.<instance-domain> openldap.<instance-domain>

Example: 203.0.113.204 controlplane.example.com openldap.example.com auth.example.com

Documentation Documentation  
Blockchain Platform Manager URL to Blockchain Platform Manager on Kubernetes. https://controlplane.<instance-domain>/console/index.html

Example: https://controlplane.example.com/console/index.html

Table A-3 Kubernetes Cluster Details

Variable Name Description Default
OKE Cluster Name OKE cluster name, with the dynamic deployment ID of the stack apply job appended

<cluster-name> (<deployment-id>)

Example: TestCluster01 (tusf), TestCluster02 (Gd45)

OKE Cluster Compartment OCID Compartment OCID of the OKE cluster Example: ocid1.compartment.oc1..aaaaaaaa4wsjx5rugizog2i2bqlvd7ppcz7xmq4nybdsb5vgrwqsxigt2sia
OKE Cluster OCID

OCID of the OKE cluster

Example: ocid1.cluster.oc1.eu-milan-1.aaaaaaaa5tkfntba7ncdx774gl7yq4qvfhgwtncfy4cduglmlck7jkfm3y2q
Kubernetes Configuration

The Kubernetes configuration of the cluster.

Note: OCI CLI is necessary for the authentication for this configuration on the machine where it is used.

Table A-4 Terraform Deployment Details

Variable Name Variable Name Description
Deployment Id Randomly generated 4 character deployment ID, unique for each terraform job triggered. Example: tusf, Gd45
Stack Version Version of the stack.  
Deployed Region Corresponding region where the stack and its resources have been deployed (created).  

Table A-5 Jump Host and Bastion Details

Variable Name Description Default
Bastion Name Name of the bastion service used for accessing the jump host VM. Example: jumphost-bastion-43vg
Bastion OCID OCID of the bastion service used for accessing the jump host VM. Example: ocid1.bastion.oc1.eu-milan-1.amaaaaaahwdhddqasib2ahia3djn2ceoeqtkzfu6euexxefxylcumxnvc7mq
Jump Host Name Name of the jump host VM instance. Sample: besu-jump-host-43vg
Jump Host Public IP Public IP to access the jump host VM instance.

Example: 203.0.113.178