Useful Notes for September and October 2023

Hi everyone, I’ve been heads down working on Multiarchitecture Compute and the Power platform for IBM.

How to add /etc/hosts file entries in OpenShift containers

You can add host aliases into the Pod Definition which is handy if the code is hard coded with a DNS entry.

      hostAliases:
      - ip: "127.0.0.1"
        hostnames:
        - "home"
     - ip: "10.1.x.x"
        hostnames:
        - "remote-host"
https://access.redhat.com/solutions/3696301

Infrastructure Nodes in OpenShift 4

A link to Infra nodes which provide a specific role in the cluster.

https://access.redhat.com/solutions/5034771

Multiarchitecture Compute Research

Calling all IBM Power customers looking to impact Power modernization capabilities. The IBM Power Design Team is facilitating a study to understand customer sentiment toward Multi-Architecture Computing (MAC) and needs your help.

https://community.ibm.com/community/user/powerdeveloper/blogs/erica-albert/2023/10/11/multi-architecture-computing-research-recruit 

This is an interesting opportunity to work with customers on IBM Power and OpenShift as they mix the architecture workloads to meet their needs.


Posted

in

,

by

Tags:

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.