From 0a9a16edfa5289522f2360f7b6535688922e5d56 Mon Sep 17 00:00:00 2001 From: Matt Reeves Date: Sun, 26 May 2024 05:13:58 +0000 Subject: [PATCH] Update FAQ --- FAQ.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 811eb94..5524ef2 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,4 +8,8 @@ Harbormaster almost pulls this off, however it requires changing path mappings i Duin just notifies you if there's an update, which you then manually update it. Again this is a no-go. -This homelab prioritizes security and adopts a more controlled approach to updates by leveraging Drone CI and Renovate bot. This combination allows for automated dependency updates and controlled deployments through a dedicated CI/CD pipeline, ensuring both security and stability. \ No newline at end of file +This homelab prioritizes security and adopts a more controlled approach to updates by leveraging Drone CI and Renovate bot. This combination allows for automated dependency updates and controlled deployments through a dedicated CI/CD pipeline, ensuring both security and stability. + +## Why not just Kubernetes and Flux? + +Personally I don't think Kubernetes is needed in a Homelab, especially if you follow KISS like I do. I have spun up a few clusters and played around trying to switch all my services from Docker to Kubernetes, but I just always seem to migrate back to native Docker. Maybe one day, but I like my custom automation for CD now. \ No newline at end of file