Skip to content

Instantly share code, notes, and snippets.

View srinivasannanduri's full-sized avatar

Srinivasan Nanduri srinivasannanduri

View GitHub Profile
@srinivasannanduri
srinivasannanduri / icp-3.2.0-mfp-installation-simple.md
Last active August 6, 2019 15:14
IBM MobileFirst Platform Foundation on IBM Cloud Private 3.2 (simple)- Installation notes

Provisioning compute resources

IBM Cloud Private is based on Kubernetes. Kubernetes requires a set of machines to host the Kubernetes control plane and the worker nodes where containers are ultimately run.

For this lab, I've picked up the following resources:

NAME          CPU        MEMORY   STORAGE     OS          
Master Node   16         32 GB    450 GB      Ubuntu 18.04
Worker-1 16 32 GB 250 GB Ubuntu 18.04
@srinivasannanduri
srinivasannanduri / a-icp-3.1.2-db2.md
Last active May 20, 2019 10:55
Setting up DB2 deployment

Single Instance DB2 deployment

Create a Pod Security Policy

Use the attached yaml files to create the Kubernetes resources

 kubectl create -f psp-db2.yaml
 kubectl create -f crb-db2.yaml

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout tls.key -out tls.crt -subj "/CN=<host-address>/O=<host-address>"

kubectl create secret tls --key tls.key --cert tls.crt

@srinivasannanduri
srinivasannanduri / icp-3.1.2-mfp-installation-simple.md
Last active May 21, 2019 11:00
IBM MobileFirst Platform Foundation on IBM Cloud Private 3.1.2 (simple)- Installation notes

Provisioning compute resources

IBM Cloud Private is based on Kubernetes. Kubernetes requires a set of machines to host the Kubernetes control plane and the worker nodes where containers are ultimately run.

For this lab, I've picked up the following resources:

NAME          CPU        MEMORY   STORAGE     OS          
Master Node   16         32 GB    450 GB      Ubuntu 18.04
Worker-1 8 16 GB 250 GB Ubuntu 18.04
@srinivasannanduri
srinivasannanduri / icp-3.1.1-mfp-installation.md
Last active May 20, 2019 08:48
IBM MobileFirst Platform Foundation on IBM Cloud Private 3.1.1 - Installation notes

Provisioning compute resources

IBM Cloud Private is based on Kubernetes. Kubernetes requires a set of machines to host the Kubernetes control plane and the worker nodes where containers are ultimately run.

For this lab, I've picked up the following resources:

NAME          CPU        MEMORY   STORAGE     OS          
Boot Node     8          8 GB     250 GB      Ubuntu 18.04
Master Node 8 16 GB 400 GB Ubuntu 18.04