Update FAQ
parent
bfd4390d4a
commit
0a9a16edfa
1 changed files with 5 additions and 1 deletions
6
FAQ.md
6
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.
|
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.
|
Reference in a new issue