Tag Archives: nginx

From ingress to gateway api

We use ingress for traffic into our Kubernetes clusters. The next step is to migratie to gateway api. This requires some attention since not all implementations of gateway api support the features we need. On the k8s website there is … Continue reading

Posted in Uncategorized | Tagged , , , , | Leave a comment

Show container info on hosted static webpage with nginx server side includes

We are creating a CICD pipeline for apps hosting on Kubernetes. One of the things we like to do is to have the build number or any other version information visible in the UI. To achieve this with static webpages … Continue reading

Posted in Development | Tagged , , , | Leave a comment