P....

17,421
reputation
2
32
52

I come here to learn cool stuff from other users and help during my off time. Anything around DevOps or SRE interest me a lot.

  • If you are new to kubectl formatting, check this, covering multiple examples.
  • If you want to enable audit logs in your Kubernetes cluster, check this. The general answer for "who created the pod?"
  • want to learn about webhooks in Kubernetes, check this, this and this.
  • Pod resources and limits and priority, check this and this.

Ansible:

  • Check this to see how to write a custom module in ansible using shell script.
  • Check this to see how to write a custom module in ansible using python.