GitXplorerGitXplorer
v

k8s-image-dashboard

public
6 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
26ccf199c437f17317e836ed8cbbaf258017113b

Update k8s installation method

vvictorboissiere committed 6 years ago
Unverified
9bbf5d60e13031dab7e027e878b810481e6aae08

containers: Fix non schedule message

vvictorboissiere committed 6 years ago
Unverified
f5ddd98e603a6a17347c45b87f1bacadb6807389

Add new version to documentation

vvictorboissiere committed 7 years ago
Unverified
57447f57bb985a26d9ce4630a8dc56f848f44d07

Add rolling-update actions

vvictorboissiere committed 7 years ago
Unverified
499680330b5c355338f8ad6c34b99b8e271a70d7

Begin work on action pages

vvictorboissiere committed 7 years ago
Unverified
a5706ce0b82994374414425d4ead4f98777bd9ab

Update documentation and deployment version

vvictorboissiere committed 7 years ago

README

The README file for this repository.

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.