Cloud Pak for Integration

Cloud Pak for Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

GET INFORMATION ABOUT INSTALLED BASE IN OPENSHIFT - KUBERNETES

By Cesar Ricardo Guerra Arnaiz posted Fri April 26, 2024 06:24 PM

  

GET INFORMATION ABOUT INSTALLED BASE IN OPENSHIFT - KUBERNETES:

GITHUB: https://github.com/maktup/GET-INFORMATION-INSTALLED-BASE-OCP-KUBE.git

1. CONTEXT:

For those of us who work with clients that manage containerized environments (OPENSHIFT/KUBERNETES), it is very important to have the complete details of said environments, to know information about: OS, ENVIRONMENT, PLATFORM, EXACT VERSIONS, CAPABILITIES (CP4I: MQ, APIC, ACE) , etc.

2. EXECUTION:

The execution would be as follows:

$ chmod 777 *.sh
$ dos2unix *.sh
$ sed -i 's/\r$//' *.sh
$ sh ./Script_Main.sh

IMPORTANTThe Script_Main.sh Shell will internally call the Shell: Script_getBaseInstalled.sh to execute through Backgound and generate the Report called: ReporteCluster.txt (an example is shared to see how it looks).

alt text

alt text

alt text

alt text

This will speed up and minimize the number of times that the Operations person has to execute in PRODUCTION, it will only be enough to execute one Shell and share the generated report file with us, to obtain all the information on the cluster carrier.

0 comments
10 views

Permalink