[Link] Architecture best practices for your small team Yesterday, I published a longer text in the blog of my employer. I wrote how to structure your software architecture, as a small team …
Explore Container Images Without A Shell A best practice in building container images is to add as little dependencies as possible into the image. Most application don’t need a …
Set Default Annotations with Kyverno Kyverno is a policy engine for kubernetes. It allows you to implement ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks by creating …
Managing Kubernetes Ingress JSON Log Format with Sanity The nginx ingress supports a custom log format. The option can be set via the log_format field in the ingress configmap. As you can see, the …
On Using Fluentd to Parse Elastic Common Scheme from Kubernetes Pod Logs Today I had to parse the JSON logs of our containers in Kubernetes. Our application are logging in the Elastic Common Scheme format to …