Which statement is true for the Cloud Pak for Business Automation standard capabilities logging?
The Cloud Pak for Business Automation standard capabilities logging is enabled to collect and forward standard output to the specified logging destination when configured. This logging is not stored in a dedicated persistent data store unless specified, and is viewable only by the OpenShift Container Platform (OCP) web console.
Which component can have its certificate refreshed after install?
After install, the certificate of the etcd component can be refreshed. etcd is a key-value store that stores the Kubernetes cluster state and is used to secure communication between Kubernetes components.
When setting up a demo environment an identity provider may not be known. What can be used to replace the default admin user with a simple identity provider?
When setting up a demo environment an identity provider may not be known. In this case, htpasswd can be used to replace the default admin user with a simple identity provider. Htpasswd is an Apache utility for creating and updating user authentication files for the Apache web server. It uses a combination of plaintext passwords and a hashing algorithm to store its credentials.
Container Application Software for Enterprises (CASE) is a specification that defines what?
Container Application Software for Enterprises (CASE) is a specification that defines the metadata and structure for packaging, managing, and unpacking containerized applications. CASE allows the creation of a standard format for containerized applications that can be easily shared and deployed across different environments. It defines the metadata, structure, and packaging of containerized applications, and provides a way to manage and distribute them across different platforms and environments.
https://developer.ibm.com/blogs/container-application-software-for-enterprises-packaging-spec/
What kind of probe can be used to determine if an application running in a pod is healthy?
The most suitable probe in this case would be a liveness probe. This type of probe is used to detect if an application is running correctly and is able to respond to requests. It is usually used in conjunction with a readiness probe to ensure that the application is both healthy and ready to serve requests.