2.0K followers
Postgraduate in Cyber Security with experience in Software Engineering and DevOps Operations.
Annotations in Kubernetes are a way to attach arbitrary non-identifying metadata to objects. They are key-value pairs, and unlike labels, they are not...
In Kubernetes, logging at the container and pod levels is essential for monitoring and debugging applications. Kubernetes captures logs from each...
Pod anti-affinity is a Kubernetes feature that allows you to specify that certain pods should not be scheduled on the same nodes as other specified...
Ephemeral storage in Kubernetes refers to the storage associated with a pod that exists only for the lifetime of that pod. It is typically used for...
Gitleaks is an open-source SAST tool designed to detect and prevent secrets (such as API keys, passwords, and other sensitive information) from being...
The with_fileglob module in Ansible is used to iterate over files in a directory that match a specified pattern on the Ansible controller machine....