Skip to content

victorboissiere/k8s-image-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8S Image Dashboard

Simple dashboard to list all pods and associated images to quickly check which version of your images you are using.

This project aims to quickly check the state of your deployed images.

Overview

Configuration

Available environment variables

(optional) PORT: Running application port. Default: 3000

(optional) EXCLUDE_NAMESPACES: Do not show pods in the selected namespaces

Example: EXCLUDE_NAMESPACES:kube-system,kube-public

(optional) REPO_REGEX: Link to your own repository

Add a link to a specific image by using a matching regex.

Example: REPO_REGEX=gitcommit/([a-zA-Z-_]+)|https://github.com/victorboissiere/$1

K8S deployment

kubectl create -f https://raw.githubusercontent.com/victorboissiere/k8s-image-dashboard/master/k8s/deployment.yaml

The default service type is ClusterIP. Feel free to update the yaml configuration files to your needs.