Update FAQ

Matt Reeves 2024-05-26 05:13:58 +00:00
parent bfd4390d4a
commit 0a9a16edfa

4
FAQ.md

@ -9,3 +9,7 @@ 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. 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. 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.