Search This Blog

Thursday, 24 March 2022

CustomResourceDefinitions

 

CustomResourceDefinitions


An extension of the Kubernetes API that defines the syntax of a custom resource.

 

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