No description
Find a file
2021-06-18 16:04:12 +02:00
doc add try out image 2021-06-18 11:55:35 +02:00
image initial 2021-05-17 09:28:01 +02:00
public format html 2021-06-18 11:21:05 +02:00
src finished browser refactoring 2021-06-18 09:54:53 +02:00
.gitignore ignore my-auth 2021-05-28 13:18:02 +02:00
.gitlab-ci.yml activate frontend build 2021-06-18 11:50:10 +02:00
LICENSE add license 2021-06-18 16:04:12 +02:00
package.json version bump 2021-06-18 12:12:58 +02:00
project.clj version bump 2021-06-18 12:12:58 +02:00
README.md fix badge 2021-06-18 11:58:01 +02:00
shadow-cljs.edn activate frontend build 2021-06-18 11:50:10 +02:00
valid-auth.edn not used credentials 2021-05-28 09:49:38 +02:00
valid-config.edn keycloak deployment now may work 2021-05-21 17:59:44 +02:00

convention 4 kubernetes: c4k-keycloak

Clojars Project pipeline status

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

Purpose

c4k-keycloak ....

Rational

There are many comparable solutions for creating c4k 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 convention 4 kubernetes c4k-* 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/c4k-keycloak src/test/resources/valid-config.edn src/test/resources/valid-auth.edn | kubeval -
target/graalvm/c4k-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