Urunner - a Kubernetes open source project URunner is a Kubernetes utility in order to auto restart pods on image digest change even if the tag remain the same.
From Kubernetes ingress controller to Istio through Gateway API (a very loooong journey) A very long journey with personal thoughts about applications networking complexity.
How to pass CKAD (Certified Kubernetes Application Developer) All CKAD tips you need to pass the CKAD exam as smoothly as possible based on my experience.
Easy cache your applications in Kubernetes > There are only two hard things in Computer Science: cache invalidation and naming things. - Phil Karlton Problem How many times would you have liked caching static data that never (or at least almost never) change? A classic example are labels to show in a front-end select box. Labels
Kubernetes Best Practices Table of contents 0. Intro 1. Before to start 1.1 12 Factor 1.2 Lint your manifests 1.3 Liveness readiness 1.4 Scan container images 1.5 Do not use root user in your containers 2. Security 2.1 Use Pod Security Policies 2.2 Upgrade to the