No description
Find a file
2022-11-18 10:39:53 +01:00
doc refactor 2022-09-02 11:10:23 +02:00
src Use defn instead of multimethod for load-as-edn 2022-11-18 10:38:39 +01:00
.gitignore add .clj-kondo and .lsp 2022-10-19 09:18:44 +02:00
.gitlab-ci.yml Update CI to show failing tests 2022-09-02 10:13:52 +02:00
LICENSE changed license 2021-06-18 15:36:16 +02:00
package.json Fix test and update deps 2022-11-02 13:58:20 +01:00
project-cljs.clj Prep for release v3.1.1 2022-11-18 10:39:45 +01:00
project.clj Version 3.1.1 2022-11-18 10:39:53 +01:00
README.md Update Refactorings 2022-11-09 11:46:22 +01:00
shadow-cljs.edn Update CI to show failing tests 2022-09-02 10:13:52 +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 ....

Rationale

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

c4k-common provides the basic functionality for our c4k-modules.

Refactoring & Module Overview

Module Version common postgres frontend script backup as deployment use common pred. configs as EDN and YAML renamed test-helper common load-as-edn
c4k-mastodon-bot 0.1 -
c4k-keycloak 0.2
c4k-jira 1.1 x x x
c4k-nextcloud 2.0 x x x x x
c4k-jitsi 1.2
c4k-gittea 1.0 x x x x x x
c4k-shynet 1.0
c4k-website 0.1 x x 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