Skip to content

Commit 2bbd443

Browse files
committed
restore intro that was deleted by TOC generator plugin
1 parent 71903b8 commit 2bbd443

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
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-11-04T17:05:05Z",
6+
"generated_at": "2024-11-08T08:23:37Z",
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": 115,
1299+
"line_number": 133,
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": 139,
1307+
"line_number": 157,
13081308
"type": "Secret Keyword",
13091309
"verified_result": null
13101310
}

platform/eks/README.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,35 @@ 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-
<!-- TOC depthfrom:3 depthto:3 withlinks:false updateonsave:false orderedlist:false -->
87

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
8+
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).
169

17-
<!-- /TOC -->a  digital certificate (10 min)](#4-manage-a-digital-certificate-10-min)
10+
## Included components
11+
The project uses the following components:
12+
- [IBM Operational Decision Manager](https://www.ibm.com/docs/en/odm/9.0.0?topic=operational-decision-manager-certified-kubernetes-900)
13+
- [Amazon Elastic Kubernetes Service (Amazon EKS)](https://aws.amazon.com/eks/)
14+
- [Amazon Relational Database Service (Amazon RDS)](https://aws.amazon.com/rds/)
15+
- [AWS Application Load Balancer (ALB)](https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html)
16+
17+
## Tested environment
18+
The commands and tools have been tested on Linux and macOS.
19+
20+
## Prerequisites
21+
First, install the following software on your machine:
22+
* [AWS CLI](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-install.html)
23+
* [eksctl](https://docs.aws.amazon.com/eks/latest/userguide/eksctl.html)
24+
* [Helm v3](https://helm.sh/docs/intro/install/)
25+
* [kubectl](https://kubernetes.io/docs/tasks/tools/)
26+
27+
Then, create an [AWS Account](https://aws.amazon.com/getting-started/).
28+
29+
## Steps to deploy ODM on Kubernetes from Amazon EKS
30+
<!-- TOC depthFrom:3 depthTo:3 withLinks:1 updateOnSave:1 orderedList:0 -->
31+
32+
- [1. Prepare your environment (20 min)](#1-prepare-your-environment-20-min)
33+
- [2. Create an RDS database (10 min)](#2-create-an-rds-database-10-min)
34+
- [3. Prepare your environment for the ODM installation (5 min)](#3-prepare-your-environment-for-the-odm-installation-5-min)
35+
- [4. Manage a  digital certificate (10 min)](#4-manage-a-digital-certificate-10-min)
1836
- [5. Install an IBM Operational Decision Manager release (10 min)](#5-install-an-ibm-operational-decision-manager-release-10-min)
1937
- [6. Access the ODM services](#6-access-the-odm-services)
2038
- [7. Track ODM usage with the IBM License Service](#7-track-odm-usage-with-the-ibm-license-service)

0 commit comments

Comments
 (0)