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.
- 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.