Skip to content

A simple web application listing installed pods with version.

License

Notifications You must be signed in to change notification settings

holzeis/daphnis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daphnis

A simple web application listing installation information to installed pods.

ci

Daphnis Service Overview

Running Daphnis

Daphnis will only work executed from within a kubernetes cluster as it will try to access the default service account for authentication against the kubernetes api.

If you have RBAC enabled on your cluster, use the following snippet to create role binding which will grant the default service account view permissions.

kubectl create clusterrolebinding default-view --clusterrole=view --serviceaccount=default:default

Install Daphnis

helm install daphnis chart

Go to http://example.local/info/default to list all pods within the default namespace.

About

A simple web application listing installed pods with version.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published