Search This Blog

Thursday, 24 March 2022

OSDK(Operator SDK) - Operator Software Development Kit

 

OSDK(Operator SDK) - Operator Software Development Kit    


  1. An open source toolkit for building, testing, and packaging operators 
  2.  Provides a set of Golang libraries and source code examples that implement common patterns in operator applications. It also provides a container image and playbook examples that allow ou to develop operators using Ansible.  

 


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...