Sharjeel Aziz

dad, techie, code crafter, neogeographer, OSMer, tinkerer, gadgeteer, ham (K0DEV), drones, 🏃🏻 & 🚴‍♂️.

@sharjeelaziz

Securing your Code for Production

When designing cloud-native security, you should start with the assumption that all systems can be compromised. The 4Cs (Cloud, Cluster, Container, Code) of cloud-native security adopt the defense in depth approach and divides it into four layers.

Posted July 8, 2021 by Sharjeel Aziz ‐ 3 min read

Admission Control in Kubernetes

Admission controllers are essential for security, governance, and configuration management in Kubernetes.

Posted June 28, 2021 by Sharjeel Aziz ‐ 7 min read

Kubernetes Authorization

Authorization grants you access permission for resources in the cluster. A Kubernetes cluster will only authorize your requests after authentication.

Posted June 11, 2021 by Sharjeel Aziz ‐ 6 min read

Kubernetes Authentication

Authentication in Kubernetes is about verifying the identity of users and services.

Posted June 4, 2021 by Sharjeel Aziz ‐ 4 min read