No description
Find a file
2022-05-11 14:52:17 +02:00
doc pin postgres to version 13 2021-10-08 11:41:46 +02:00
src Changed letsencrypt issuer stages from keywords to strings. 2022-05-11 14:14:29 +02:00
.gitignore refactor common parts 2021-06-18 15:49:43 +02:00
.gitlab-ci.yml fix gpg less deploy 2022-02-25 11:43:30 +01: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 version bump 2022-05-11 14:23:54 +02:00
project.clj version bump 2022-05-11 14:23:54 +02:00
README.md Updated README.md 2022-05-11 14:52:17 +02:00
shadow-cljs.edn moved hickory framework to commons 2021-09-03 12:59:28 +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

Refactoring & Module Overview

Module Version common postgres frontend script provider adapter backup as deployment speced c4k-common configs can be of type EDN and YAML
c4k-mastodon-bot 0.1 -
c4k-keycloak 0.2
c4k-jira 1.0 x x x
c4k-nextcloud 4.0 x x x x x

License

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