Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 3.24 KB

faq.md

File metadata and controls

50 lines (34 loc) · 3.24 KB

FAQs From Bootcamps

Use this space to document all of the parking lot items that have been recorded and answered through the workshop. The intention here is to provide answers to frequently asked questions and potentially can be rolled into presentation and lab materials.

What is the statement of support for IBM Middleware on OpenShift versus ICP running on OpenShift

The full answer for this question has yet to be identified, but with recent RedHat partnership tells us that we should expect this support to be in place or forthcoming. Handle this request middleware by middleware.

What is the link to Eduardo's blog for Elastic Stack / Elk writing integrated with Splunk?

How to deploy Splunk to IBM Cloud Private

Where do I find the IBM community for managing RHEL

The IBM RHEL community can be found rom this wiki From that site there is the RHEL Linux Updates site Get the RHN yum repo script fresh from the IBM site or use the one we downloaded previously here. Download that

There is a limit for the number of systems you can register. Alternatively the ibm-yum.sh script can be used. Read the usage to set ftp3 credentials as environment variables.

Get fresh builds of RHEL at the RHN-RedHat Network

Is there a recipe for performing auto-scaling of ICP clusters (horizontally)

Need to find this link

Need to add a document and presentation materials for installing Ceph and Rook including architecture

Need to find this link

Need to show how ICP integrates with LDAPs externally

Will add to presentations abd link to documentation here

How do I Load Balance my master nodes during and post install and what are the options / best-practices

This needs a medium article and link

There is some confusion around the usage of service accounts

Link to additional information here

We must do a better job of introducing etcd quorum in the Backup and Restore topic

Add additional slides and provide a brief description

Stern seems interesting where do I get it?

Tail multiple pods in K8s using Stern

Where does Istio get installed?

Istio by default gets installed onto the Proxy Nodes in your cluster (all components)

Where / How can I change the default node port range in Kubernetes

See the notation from the Kubernetes documentation on networking search for the parameter --service-node-port-range

Where do I find Chaos Monkey Ping-Pong App

Eduardo has this linked in his external GitHub repo for chaos monkey

What is the ICP Router or Router Component

Hosts the management console and acts as the reverse proxy for all system components API. In other terms this component directs client API requests to the appropriate backend service or process.