You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Clemens Geibel 00ab3c3e2f Added postgres deployment 3 years ago
doc Update Development.md 3 years ago
image initial 3 years ago
public initial 3 years ago
src Added postgres deployment 3 years ago
.gitignore initial 3 years ago
.gitlab-ci.yml fix credentials for verified group 3 years ago
README.md initial 3 years ago
package.json initial 3 years ago
project.clj use verified clojars groupname 3 years ago
shadow-cljs.edn initial 3 years ago
valid-auth.edn mob 3 years ago
valid-config.edn keycloak deployment now may work 3 years ago

README.md

k8s-keycloak

Clojars Project pipeline status

DeltaChat chat over e-mail | team@social.meissa-gmbh.de team@social.meissa-gmbh.de | Website & Blog

Purpose

k8s-keycloak ....

Rational

There are many comparable solutions for creating k8s deployments like helm or kustomize. Why do we need another one?

  • We like the simplicity of kustomize. Yaml in, yaml out, the ability to lint the result and the option to split large yaml files into objects. But a simple overwriting per environment may not be enough ...
  • We like helm packages. A package encapsulates the setup for an application. On the one hand, but on the other hand we don't like the idea of having to program and debug in a template language. We can program much better in real programming languages.

Our k8s-* tools combine the advantages of both approaches:

  • Packages for one application
  • Programming in clojure
  • yaml / edn as input and output, no more magic
  • good validation, integration as api, cli or in the browser

Try out

Click on the image to try out live in your browser:

Try it out

Your input will stay in your browser. No server interaction is required.

You will also be able to try out on cli:

target/graalvm/k8s-keycloak src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubeval -
target/graalvm/k8s-keycloak src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubectl apply -f -

License

Copyright © 2021 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License") Pls. find licenses of our subcomponents here