From acec8520102d1dc2146719778437e73d3f4ab5f2 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 1 Jan 2025 10:52:00 +0000 Subject: [PATCH] Add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..748de93 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Introduction + +This is a [Github Action](https://docs.github.com/en/actions/sharing-automations/creating-actions/creating-a-docker-container-action) +using Docker, with the intention to efficiently deploy to a k3s or k8s cluster using kustomize. + +# Open Questions + +- We use [kustomize](https://kustomize.io/). Is this overkill? As the complexity of deployments is not that high, usually, this may be more technical complexity than necessary. We could go back to using plain kubernetes manifests, and just have different ones for staging and prod. +- Is it worth using Github Actions? We could go back to using [woodpecker](https://woodpecker-ci.org/). + - Advantages Github Actions: + - execution time should be faster + - it's closer to the mainstream + - Advantages Woodpecker: + - Current deployments use woodpecker already + - Simpler technology (This is debatable) \ No newline at end of file