https://github.com/pasdam/playground-k8s-keycloack
Playground to test Keycloak on a local k8s cluster
https://github.com/pasdam/playground-k8s-keycloack
Last synced: about 1 year ago
JSON representation
Playground to test Keycloak on a local k8s cluster
- Host: GitHub
- URL: https://github.com/pasdam/playground-k8s-keycloack
- Owner: pasdam
- License: gpl-3.0
- Created: 2021-03-18T12:15:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-18T14:52:30.000Z (about 5 years ago)
- Last Synced: 2025-02-01T05:41:11.340Z (over 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-k8s-keycloack
Playground to test Keycloak on a local k8s cluster.
## Requirements
* [k3d](https://k3d.io/)
## Usage
To spin up the kubernetes cluster with Keycloak installed:
```sh
./create.sh
```
When the script completes you can open [localhost:8081](http://localhost:8081)
to access the admin console (use `admin` for both username and password).