Copyright © 2026 Cloud Native Bergen. All rights reserved.
Powered by Konf
Senior Platform engineer
With 40+ years experience in the ICT field, Pip has been recognised by IBM as an OS/2 Warp Engineer and a Lotus Notes Principal Engineer, by RedHat as a Certified Engineer (RHCE) and a Certified Specialist in OpenShift and more recently by the Linux Foundation as a Golden Kubestronaut.
He is a long time user of containers and Kubernetes and has previously been providing on-site trainings for RedHat OpenShift.
As a Platform Engineer, Pip works with a focus on security, reliability and automation for complex infrastructures.
Traditional application deployment to Kubernetes platforms typically relies upon ArgoCD or Flux, alongside tools like Kustomize, Helm, or Jsonnet. While this does the job, the black box nature of these rendering tools obscures the final manifests, making auditing and troubleshooting significantly more complex.
By adopting the Rendered Manifest Pattern (RMP), manifest construction is shifted from the deployment phase to the integration phase (shift-left). This approach removes the magic from the deployment process by ensuring that the code in your version control system directly reflects the state of the cluster. Consequently, this enhances transparency and streamlines both quality assurance and auditing.
In this session we will provide a comparison of the traditional pattern and the newly proposed pattern. By examining the advantages and limitations of both, the aim is to provide the audience with a deeper understanding of how the rendered manifest pattern can improve operational clarity and deployment reliability.