https://github.com/brakmic/keycloak_on_kubernetes
Running Keycloak with PostgreSQL on Kubernetes
https://github.com/brakmic/keycloak_on_kubernetes
helm keycloak kind kubernetes postgres postgresql
Last synced: 12 months ago
JSON representation
Running Keycloak with PostgreSQL on Kubernetes
- Host: GitHub
- URL: https://github.com/brakmic/keycloak_on_kubernetes
- Owner: brakmic
- License: mit
- Created: 2023-04-10T12:40:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T08:05:21.000Z (almost 3 years ago)
- Last Synced: 2025-07-07T01:02:56.957Z (12 months ago)
- Topics: helm, keycloak, kind, kubernetes, postgres, postgresql
- Language: Smarty
- Homepage: https://blog.brakmic.com/keycloak-with-postgresql-on-kubernetes/
- Size: 48.5 MB
- Stars: 16
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Keycloak on k8s

This repo contains configuration files from the [article on running Keycloak on k8s](https://blog.brakmic.com/keycloak-with-postgresql-on-kubernetes/).
The following packages and tools have been used to setup the system:
* Keycloak
* PostgreSQL
* Kind
* Helm
* Kubernetes Dashboard
### Manual installation
To install everything by hand, use the YAMLs located [here](./deployments/manual/README.md).
### Helm installation
For Helm installation go [here](./deployments/helm/README.md).
### Kubernetes Dashboard installation
To install Kubernetes Dashboard use the scripts located [here](./kube_dashboard/README.md).
### LICENSE
[MIT](LICNSE.md)