Skip to content

Commit 3908353

Browse files
committed
update doc
1 parent 48b11f7 commit 3908353

File tree

2 files changed

+19
-35
lines changed

2 files changed

+19
-35
lines changed

.secrets.baseline

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2024-10-11T08:53:41Z",
6+
"generated_at": "2024-11-04T17:05:05Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -1296,15 +1296,15 @@
12961296
"hashed_secret": "8b712744eee080d5fe6048e4f589235d00435559",
12971297
"is_secret": false,
12981298
"is_verified": false,
1299-
"line_number": 132,
1299+
"line_number": 115,
13001300
"type": "Secret Keyword",
13011301
"verified_result": null
13021302
},
13031303
{
13041304
"hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
13051305
"is_secret": false,
13061306
"is_verified": false,
1307-
"line_number": 156,
1307+
"line_number": 139,
13081308
"type": "Secret Keyword",
13091309
"verified_result": null
13101310
}

platform/eks/README.md

Lines changed: 16 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,17 @@ This project demonstrates how to deploy an IBM® Operational Decision Manager (O
44

55
<img src="./images/eks-schema.jpg" alt="Flow" width="2050" height="600" />
66

7-
The ODM on Kubernetes Docker images are available in the [IBM Cloud Container Registry](https://www.ibm.com/cloud/container-registry). The ODM Helm chart is available in the [IBM Helm charts repository](https://github.com/IBM/charts).
8-
9-
## Included components
10-
The project uses the following components:
11-
- [IBM Operational Decision Manager](https://www.ibm.com/docs/en/odm/9.0.0?topic=operational-decision-manager-certified-kubernetes-900)
12-
- [Amazon Elastic Kubernetes Service (Amazon EKS)](https://aws.amazon.com/eks/)
13-
- [Amazon Relational Database Service (Amazon RDS)](https://aws.amazon.com/rds/)
14-
- [AWS Application Load Balancer (ALB)](https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html)
15-
16-
## Tested environment
17-
The commands and tools have been tested on Linux and macOS.
18-
19-
## Prerequisites
20-
First, install the following software on your machine:
21-
* [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
22-
* [eksctl](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html)
23-
* [Helm v3](https://helm.sh/docs/intro/install/)
24-
* [kubectl](https://kubernetes.io/docs/tasks/tools/)
25-
26-
Then, create an [AWS Account](https://aws.amazon.com/getting-started/).
27-
28-
## Steps to deploy ODM on Kubernetes from Amazon EKS
29-
<!-- TOC depthFrom:3 depthTo:3 withLinks:1 updateOnSave:1 orderedList:0 -->
30-
31-
- [1. Prepare your environment (20 min)](#1-prepare-your-environment-20-min)
32-
- [2. Create an RDS database (10 min)](#2-create-an-rds-database-10-min)
33-
- [3. Prepare your environment for the ODM installation (5 min)](#3-prepare-your-environment-for-the-odm-installation-5-min)
34-
- [4. Manage a  digital certificate (10 min)](#4-manage-a-digital-certificate-10-min)
7+
<!-- TOC depthfrom:3 depthto:3 withlinks:false updateonsave:false orderedlist:false -->
8+
9+
- Prepare your environment (20 min)
10+
- Create an RDS database (10 min)
11+
- Prepare your environment for the ODM installation (5 min)
12+
- Manage a  digital certificate (10 min)
13+
- Install an IBM Operational Decision Manager release (10 min)
14+
- Access the ODM services
15+
- Track ODM usage with the IBM License Service
16+
17+
<!-- /TOC -->a  digital certificate (10 min)](#4-manage-a-digital-certificate-10-min)
3518
- [5. Install an IBM Operational Decision Manager release (10 min)](#5-install-an-ibm-operational-decision-manager-release-10-min)
3619
- [6. Access the ODM services](#6-access-the-odm-services)
3720
- [7. Track ODM usage with the IBM License Service](#7-track-odm-usage-with-the-ibm-license-service)
@@ -49,16 +32,16 @@ Set up your environment by [configuring the AWS CLI](https://docs.aws.amazon.com
4932
```bash
5033
aws configure 
5134
```
35+
Where you provide your `AWS Access Key ID`, `AWS Secret Access Key` and the `Default region name`.
5236

5337
#### b. Create an EKS cluster (20 min)
5438

5539
```bash
56-
eksctl create cluster <CLUSTER_NAME> --version 1.28 --alb-ingress-access
57-
40+
eksctl create cluster <CLUSTER_NAME> --version 1.30 --alb-ingress-access
5841
```
5942

6043
> **Note**
61-
> The tutorial has been tested with the Kubernetes version 1.28. Check the supported kubernetes version in the [system requirement](https://www.ibm.com/support/pages/ibm-operational-decision-manager-detailed-system-requirements) page.
44+
> The tutorial has been tested with the Kubernetes version 1.30. Check the supported kubernetes version in the [system requirement](https://www.ibm.com/support/pages/ibm-operational-decision-manager-detailed-system-requirements) page.
6245
6346
> **Warning**
6447
> If you prefer to use the NGINX Ingress Controller instead of the ALB Load Balancer to expose ODM services, don't use the --alb-ingress-access option during the creation of the cluster !
@@ -177,7 +160,7 @@ helm repo update
177160
```bash
178161
$ helm search repo ibm-odm-prod
179162
NAME CHART VERSION APP VERSION DESCRIPTION
180-
ibm-helm/ibm-odm-prod 24.0.0 9.0.0.0 IBM Operational Decision Manager
163+
ibm-helm/ibm-odm-prod 24.1.0 9.0.0.1 IBM Operational Decision Manager
181164
```
182165

183166
### 4. Manage a  digital certificate (10 min)
@@ -267,6 +250,7 @@ After a couple of minutes, the ALB reflects the Ingress configuration. You can
267250

268251
```bash
269252
export ROOTURL=$(kubectl get ingress mycompany-odm-ingress --no-headers |awk '{print $4}')
253+
echo $ROOTURL
270254
```
271255

272256
> **Note**

0 commit comments

Comments
 (0)