Skip to content

ShotaKitazawa/kube-portal

Repository files navigation

kube-portal

License: MIT test

What is this?

kube-portal works as portal-site for links published by Kubernetes Ingress. You can also "customize the link's icon" and "set up private links" by setting annotations to Ingress object.

Quick Start

  • install
kubectl create namespace kube-portal
kubectl apply -f https://raw.githubusercontent.com/ShotaKitazawa/kube-portal/master/manifests/install.yaml
  • port-forward
kubectl -n kube-portal port-forward svc/kube-portal 8080:8080

Then, display like the below page when access to http://localhost:8080.

page-top

More informations