Skip to content

Latest commit

 

History

History

07-keycloak

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Deploying Keycloak with Infinispan in Kubernetes

Here are sample configurations that can be used to deploy Keycloak in Kubernetes clusters.

This repo is intended to be used as a playground for a corresponding article:

Contents

  • .helm — a Helm chart with Kubernetes manifests for Keycloak (templates/keycloak-sts.yaml is for its StatefulSet, templates/keycloak-cm.yaml is for its ConfigMap) and Infinispan (templates/infinispan-sts.yaml, templates/inifinispan-cm.yaml);
  • werf.yaml — a simple werf configuration to build and deploy Keycloak with Infinispan that will have a newer version of the PostgreSQL driver (required for CockroachDB);
  • jar — JAR files used in werf.yaml.