No description
Find a file
2021-07-09 18:58:42 +02:00
src fix test resource 2021-07-09 17:17:14 +02:00
.gitignore refactor common parts 2021-06-18 15:49:43 +02:00
.gitlab-ci.yml proved two artefacts 2021-06-18 16:52:59 +02:00
LICENSE changed license 2021-06-18 15:36:16 +02:00
package.json yaml multimethod, added postgres 2021-07-09 16:53:38 +02:00
project-cljs.clj yaml multimethod, added postgres 2021-07-09 16:53:38 +02:00
project.clj Version 0.2.1 2021-07-09 18:58:42 +02:00
README.md mob 2021-07-09 16:39:36 +02:00
shadow-cljs.edn mob 2021-07-09 16:39:36 +02:00

convention 4 kubernetes: c4k-common

Clojars Project Clojars Project pipeline status

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

Purpose

c4k-common ....

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

Usage

License

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