Following up from this, I also had to add /dev/shm
to Frigate. A SHM device is simply a temporary filesystem which uses RAM as a storage instead of a persistent storage.
In a pod definition this is …
I have been slowly migrating the containers in my homelab to kubernetes, and recently I have done Frigate. Frigate is not a standard container, it requires a few extra features to run. Internally it …
Some learnings from the webinar I attended yesterday:
You can tell the DNS resolver to not traverse the search path if you explicitly put a full stop …
All containers that are part of a pod have the same network namespace, and (can) bind to all IPs in that namespace. Kubernetes does not offer any implicit filtering between pod network namespace and …
At work we use CoreDNS to forward queries to the VPC resolver, as we run most of our services in Kubernetes. What that means is that we are routing all DNS queries through a few machines, and we …