Adding authentication to your Kubernetes Web applications with Keycloak
13 min readMar 2, 2020
--
In this article, I will walk you thru the deployment of Keycloak, a user authentication and authorization tool and how to integrate this to any Kubernetes Web application without touching a single line of code from your app.
First, we will run Keycloak and configure it to have some users and groups then deploy a simple web application to your…