Before installing Usage Engine Private Edition, you need to set up a Kubernetes cluster on OCI OKE (Oracle’s managed Kubernetes service).
First, you need to create a basic Kubernetes cluster needs to be created. This You can be done do this in two different ways:
Using the
terraform
tool.Using the OCI management console.
In this guide, terraform
will be used. Mainly , mainly because it will enable you to create the basic Kubernetes cluster in minutes with just a single command.
Once the basic Kubernetes cluster has been created, you need to add additional infrastructure needs to be added. For this terraform
is also used. You can use terraform
for this as well.
Before proceeding, go to Release Information, and download the oci.tar.gz
file for the Usage Engine Private Edition version that is being installedyou want to install. Once downloaded, extract its content to a suitable location.
Assumptions
There are a few assumptions been made when using terraform to create cluster resources:
We assume that you have an existing parent domain i.e. , in the example below example.com, hosted on the same account as the cluster that we are going to create in the coming following section and that you wish want to access the cluster environment through via the hostname. Terraform will create a subdomain in the following format:
<cluster_name>.<domain>
.cluster name: uepe-oke
domain: example.com
final domain: uepe-oke.example.com
In addition, we We also assume that terraform is allowed to add a NS (NameServer) record to the parent domain . This which is needed to allow DNS delegation from the parent domain to subdomain.
Please note that in case your parent domain is not under the same account or your parent domain is hosted in another cloud provider, then you must set
auto_create_ns_record
to false in the terraform template to disable subdomain NS record auto creation in parent domain.The service hostname that created by Usage Engine Private Edition will be accessible in format
<service_name>.<cluster_name>.<domain>
i.e. desktop-online.uepe-oke.example.com.Terraform needs to persist the state of your provisioned infrastructure, by default the state file is stored locally on the computer that terraform is executed from. However if you have multiple person working on the infrastructure then it is recommended to store the state file on remote persistent such as Object Storage, see https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformUsingObjectStore.htm for more information.
We use the OCI File System service (NFS) as the default persistent storage for data needs to be persisted.
We use the OCI Managed PostgreSQL service for Usage Engine Private Edition database.
User Principle is used through out the entire installation. User must get ready with the private key file locally. User may Terraform needs to persist the state of your provisioned infrastructure. By default, the state file is stored locally on the computer that terraform is executed from. However, if multiple persons are working on the infrastructure, then it is recommended to store the state file using a remote persistence such as Object Storage, see https://docs.oracle.com/en-us/iaas/Content/API/SDKDocs/terraformUsingObjectStore.htm for more information.
The OCI File System service (NFS) is used as the default persistent storage for data that needs to be persisted.
The OCI Managed PostgreSQL service is used as the Usage Engine Private Edition database.
The user Principle is used throughout the entire installation. The user must prepare the private key file locally. The user can create and download the private key via the OCI console , through by selecting Profile | My Profile | API keys | Add API key.
Create Basic Cluster and additional infrastructure
The following steps explains how to To create a basic Kubernetes cluster with public and private VPC:
Go to
<the location <folder where you extracted the oci.tar.gz file>/oci/terraform
and copy theterraform.tfvars.example
toterraform.tfvars
.Edit the
terraform.tfvars
file.Specify the desired cluster
name
, OCIregion
andkubernetes_version
(please refer to the see Compatibility Matrix (4.12) to find out which Kubernetes versions that are compatible with this release of Usage Engine Private Edition). Also specify Specify your OCItenancy_ocid, user_ocid, fingerprint, compartment_ocid and private_key_path
(which can be found on the OCI dashboard’s Profile page), as well as the desired number of nodes per cluster (oke_num_nodes
).If you will be running with a database other are going to use another database than Derby also , specify
db_password
,db_version
anddb_username
.
terraform.tfvars | Where to get the value from? | ||
---|---|---|---|
| In the OCI management console, this the | ||
| Fingerprint is only available after when the user has created the API keys. Refer to , see In the OCI management console, this the | ||
| In the OCI management console, this | ||
| The full path to your private key file’s filename. To create and download your private key, go to | ||
| The region in which you will install your cluster. (, for example | ||
| A name for your cluster. Cluster names must start with a lowercase letter followed by up to 39 lowercase letters, numbers or hyphens. They can't end with a hyphen. The cluster name must be unique in the project. |
| Your existing domain name. In the OCI management console, this is the DNS name that is listed on page |
| Your existing domain name. In the OCI management console, this is the DNS name that is listed on The service hostname created by Usage Engine Private Edition will be accessible in the following format: | ||
| The kubernetes version for kubernetes in alpha numeric string (, for example “ | ||
| Number The number of cluster nodes in numeric (format, for example “ | ||
| Availability The availability domain name for the cluster. (, for example | ||
| Choose a secure password for the system database administrator.Minimum , minimum 10 characters. | ||
| Database The database version in numeric string (format, for example “ | ||
| The OCID of the image to be used for worker node instance creation. To find out see the available image under your compartment, use the command:
| ||
|
| ||
| Boolean flag to enable cloud SQL database resource creation. | ||
| Boolean flag to enable file storage resource creation. It is false by default. Set to true if persistent file storage is needed. |
...
| |
| |
Info | |||||||
---|---|---|---|---|---|---|---|
Example
| |||||||
Info |
Note |
---|
Note! If your parent domain zone is not under the same project: |
...
|
...
|
...
|
...
|
...
Run the following commands
Code Block |
---|
terraform init
terraform plan
terraform apply |
Wait for the terraform commands to finish.
...
language | text |
---|
...
Run the following commands:
Code Block |
---|
terraform init
terraform plan
terraform apply |
Wait until the terraform commands have completed and you see the following kind of information:
Code Block | ||
---|---|---|
| ||
Apply complete! Resources: 35 added, 0 changed, 0 destroyed.
Outputs:
backend_nsg = "ocid1.networksecuritygroup.oc1.eu-frankfurt-1.aaaaaaaacreo4kf5kd2n7nk4fn2kcsuv6kye2noowhpjypcmrqmms32gpg3a"
cluster_dns_zone_name = "test-uepe-cluster-1.stratus.oci.digitalroute.net"
cluster_dns_zone_name_servers = [
"ns1.p201.dns.oraclecloud.net.",
"ns2.p201.dns.oraclecloud.net.",
"ns3.p201.dns.oraclecloud.net.",
"ns4.p201.dns.oraclecloud.net.",
]
cluster_dns_zone_ocid = "ocid1.dns-zone.oc1..aaaaaaaacd5nsfzmir3efo5e2pcuga4t622vcxcqkc3ezizl64e5gofo7dza"
cluster_name = "test-uepe-cluster-1"
cluster_ocid = "ocid1.cluster.oc1.eu-frankfurt-1.aaaaaaaaerg6ctgepnuaipifispmuweqi5nvfhswxpu3luuctcvitslu3fea"
compartment_ocid = "ocid1.compartment.oc1..aaaaaaaa56wmblidgvvicamsqkf7sqcqu5yxdhvu3wlvomzgonhflcrv6kcq"
db_admin_user = "postgres"
db_endpoint = "db5j5pt3qwjqmmjgfremgugr7cxtsq-dbinstance-70c946d1330e.postgresql.eu-frankfurt-1.oc1.oraclecloud.com"
db_port = 5432
filesystem_mount_path = "/uepe"
filesystem_ocid = "ocid1.filesystem.oc1.eu_frankfurt_1.aaaaaaaaaais2zcnmzzgcllqojxwiotfouwwm4tbnzvwm5lsoqwtcllbmqwtgaaa"
kms_key_ocid = ""
loadbalancer_ocid = "ocid1.loadbalancer.oc1.eu-frankfurt-1.aaaaaaaanmx4u2yllufrjetacqt5bsgiyznkg7fif3bjfl36xoduyngesvra"
loadbalancer_subnet_ocid = "ocid1.subnet.oc1.eu-frankfurt-1.aaaaaaaapyqsowgik7gak3wkihsm3jtronnc5klbf46jerjnudrqsnlbco5q"
mount_target_IP_address = "10.0.4.212"
mount_target_subnet_ocid = "ocid1.subnet.oc1.eu-frankfurt-1.aaaaaaaaoh36ywx4rki7qtre33f53amjy2zylm6mnqeix6cydn5ul4shfqja"
region = "eu-frankfurt-1"
tenancy_ocid = "ocid1.tenancy.oc1..aaaaaaaamnl7f7t2yrlas2si7b5hpo6t23dqi6mjo3eot6ijl2nqcog5h6ha" |
Info |
---|
Make sure Ensure to save the output from terraform above . Reason being that it is since it will be used as input throughout the remainder of this installation guide. |
A basic Kubernetes cluster has now been set up successfully.A
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
An RDS PostgreSQL database instance is up and running on a private subnet VPC with default listening port 5432. The default database postgres
is accessible within the cluster at end point db5j5pt3qwjqmmjgfremgugr7cxtsq-dbinstance-70c946d1330e.postgresql.eu-frankfurt-1.oc1.oraclecloud.com
with admin username postgres
.
You can check see the status of the cluster, db and the other resources in the OCI dashboard.
Configure Cluster Access
To configure cluster access, run the following command:
Code Block | ||
---|---|---|
| ||
oci ce cluster create-kubeconfig --cluster-id <cluster ocid> --file ./kubeconfig.yaml --region eu-frankfurt-1 --token-version 2.0.0 --kube-endpoint PUBLIC_ENDPOINT |
The above oci
command will generate a A ./kubeconfig.yaml
file containing information on how to connect to your newly created cluster . Make sure to set will be generated. Set the KUBECONFIG
environment variable to point to that file by running the following command:
Code Block |
---|
export KUBECONFIG=<full path to ./kubeconfig.yaml> |
...
You can check the status of the cluster nodes like thisby running the following command:
Code Block |
---|
kubectl get nodes |
For In this example cluster, the output will looks look something like this:
Code Block |
---|
NAME STATUS ROLES AGE VERSION 10.0.2.111 Ready node 27h v1.29.1 10.0.2.158 Ready node 27h v1.29.1 10.0.2.230 Ready node 27h v1.29.1 |
...
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Now This section is now complete and you can proceed to the Kubernetes Cluster Add-ons - OCI (4.2) section.