Posts tagged k8s

Native K8s Sidecar Containers with gluetun

I tried to use the new Kubernetes native Sidecar Containers introduced since v1.29. The initContainers and pod were stuck in PodInitializing state and the other containers were not starting up.

Read more ...


External-DNS Policy flag

The behavior of the external-dns --policy flag is not documented in the external-dns docs. After looking at the code and experimentation the flags work like this:

Read more ...


Cert-manager can’t find route53 secret

It seems I did something to delete the original cert-manager Route53 secret, renewals and new certs failed with this error:

Read more ...


Kubernetes tips

The problem is solved by removing the leading slash after the podname colon separator:

Read more ...