Search code examples
deploymentmicroserviceskeycloakkeycloak-services

Keycloak should be deployed as a separate microservice, what does it mean?


What can it be for, what logic can be there? I suppose there should be a connection to keycloak, maybe checking access to create roles and users, am I right or wrong?


Solution

  • It may mean that you need to deploy Keycloak in its own container, separate from the apps.