Search This Blog

Thursday, 9 April 2020

RHOCP 4 New Features (Red Hat Openshift Container Platform)

  • CoreOS as the mandatory operating system for all nodes, offering an immutable infrastructure optimized for containers
  • A brand new cluster installer which guides the process of installation and update
  • A self-managing platform, able to automatically apply cluster updates and recoveries without disruption
  • A redesigned application life-cycle management
  • An Operator SDK to build, test, and package Operators

Ansible_Notes

   ansible -i inventory.ini -m ping all   # inventory.ini it will ping to the hosts which are in inventory # ansible -i inventory.ini -m pin...