count on a namespace ?
I want to use a namespace like a queue, if the queue is full old pods replaced by new pods
This is a very contrived use case, if you are looking for a generic job runner there are ways and products that'll do better
I'm trying to implement a pod pool for my review apps, a CI/CD pipeline will deploy application per each commit on review apps pool When the pool is full, old pods will replaced by new pods Currently I'm using gitlabCI to do all my CI/CD jobs on deployment stage, currently a new app instance will deploy on Kubernetes cluster (Development namespace) The problem is about merge requests Each merge request has a different deployment name, I need a strategy for removing merge request deployments automatically
Обсуждают сегодня