Making the Decision: EC2 vs. Lambda for Your Cloud Computing Needs

Servers have always been the backbone of all computing environments, be it on-prem or in the cloud. But servers need to be monitored and managed, updates need to be made regularly, the data needs to be stored properly, backed up, made accessible to the right people, and above all, secured. The coming of Serverless Computing […]
Kubernetes Security 101: Understanding RBAC and Service Accounts

Kubernetes’ API only responds to requests that it can authenticate. This means that in order to properly secure your Kubernetes API, you need to secure your Role Based Access Control (RBAC) policies. RBAC is basically a mechanism that allows access to only users, i.e. as per permissions that have been set by you as admin. […]