authentication

SSO Authentication in Serverless
Serverless refers to a cloud-native application development model in which developers build and run cloud-native applications based on microservices and running on platforms like Kubernetes. These serverless applications are software systems that ...

5 Laws of Cloud-Native Authorization
In a microservices world, each service needs to verify that a subject (user or machine) has permission to perform an operation on a resource that the service manages. But in an agile ...

Auth In the Age of Kubernetes
Kubernetes! It seems like the whole world is excited about this new software deployment platform. And why not? From the docs, we know that “Kubernetes is a portable, extensible, open source platform ...

The Basics of Serverless User Authentication
Serverless is growing in popularity, with Amazon Lambda dominating the industry as a serverless runtime. While serverless has many advantages, it also raises a variety of challenges and forces developers to do ...

Zero-Trust for Kubernetes
Zero-trust is a new security paradigm that is adopted by the world’s biggest and most technically advanced organizations, including Google, Microsoft, and Amazon Web Services (AWS). It is being applied to virtually ...

5 Methods for Kubernetes Application Access Control
As Kubernetes adoption increases, so too, has the need for developers to put more secure access controls and authentication in place to protect their containerized applications. Let’s take a look at some ...