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
jem ce72dc84eb pin postgres to version 13 3 years ago
doc pin postgres to version 13 3 years ago
src pin postgres to version 13 3 years ago
.gitignore refactor common parts 3 years ago
.gitlab-ci.yml tags are not on a branche! 3 years ago
LICENSE changed license 3 years ago
README.md pin postgres to version 13 3 years ago
package.json yaml multimethod, added postgres 3 years ago
project-cljs.clj version bump 3 years ago
project.clj version bump 3 years ago
shadow-cljs.edn moved hickory framework to commons 3 years ago

README.md

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
c4k-mastodon-bot 0.1 -
c4k-keycloak 0.2
c4k-jira 1.0 x x x
c4k-nextcloud 0.1

License

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