Journal
Writing down the things I learned. To share them with others and my future self.
Home
All Posts
About
Tags
kubernetes
19
Feb 2021
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 applicati...
05
Feb 2021
Set Default Annotations with Kyverno
Kyverno is a policy engine for kubernetes. It allows you to implement ValidatingAdmissionWebhooks and MutatingAdmissionW...
30
May 2020
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....
08
May 2020
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 Sc...