Cluster Applications (Services) Single Page Dialer behind OAuth2 authentication
No Code, single page web application (SPA) with shortcuts (external links) genearted from ConfigMap
- A dialer to cluster internal applications.
- An engineering bookmark jump page.
- Create KIND Cluster
make create-kind-cluster
- Install NGINX Ingress COntroller
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/master/deploy/static/provider/kind/deploy.yaml
- Add to your /etc/hosts file:
127.0.0.1 kubedialer.kruz.io
- Install kube dialer
make helm-install
With Helm 3 run:
helm install --namespace kube-dialer kube-dialer deploy/charts/dialer
helm delete --namespace kube-dialer kube-dialer
And
kubectl delete ns kube-dialer