873 B
873 B
Introduction
This is a Github Action using Docker, with the intention to efficiently deploy to a k3s or k8s cluster using kustomize.
Open Questions
- We use kustomize. 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.
- Advantages Github Actions:
- execution time should be faster
- it's closer to the mainstream
- Advantages Github Actions:
- Advantages Woodpecker:
- Current deployments use woodpecker already
- Simpler technology (This is debatable)