This project is a prototype for the kAppNav application viewer, designed to provide visualization and interaction with applications on kubernetes.
These are the resource types the viewer reads. Install them.
kubectl apply -f crds
These are instances of the resource types the viewer reads. Install them or your own instances and see them in the viewer.
kubectl apply -f samples
npm install
npm run build
npm start
Your application is running at: http://localhost:3000/
in your browser.
Note: you must have kubectl installed locally and configured to access your target Kubernetes cluster.