Skip to content

kckecheng/k8s-svclist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Service List

We have a large num. of services running on Kubernetes. Most users only need to cosume services running on Kubernetes but has no need to access Kubernetes itself. Our Kubernetes cluster is on premise and there is no plan to add load balance setup - it is tough for end users to remember Kubernetes node addresses and service ports which are not well known.

This simple web based application lists all services (from all namespaces) running on the Kubernetes cluster and refreshes services every half an hour to find new services.

Usage

go build
export KUBECONFIG=path/to/kubeconfig/file
export LISTEN=8888
./k8s-svclist

About

List Kubernetes services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages