Spent an hour trying to get minikube working with the docker driver on a fresh Fedora install. I stopped when a tutorial told me to turn off SELinux. After changing the driver to podman, it just worked as expected. No more docker for me.
@adrian_perez I've been trying to break my dependency on Docker. Nerdctl is good if you're working with containerd. The Finch project expands on top of that by acting as a container development tool. I haven't played around with Podman yet. LMK if you need help with containers in general.
@djsmith42 You might see some added latency due to cold start, but it will be milliseconds rather than seconds. I'm hoping there might be some more official comparisons for Java services. I remember this being such a pain point when working on that talking cylinder.
On hosts background processes that perform some function are called daemons. What are Lambda functions that periodically run as part of your service architecture called? Jobs?