Neal Ormsbee c01fd4b4fd Revert to v1 of @date-io/date-fns to work with our datepicker. 5 éve
..
src 5c4c443131 Flattened Edit Controls 5 éve
.babelrc 96c3b99eba Open source Reports UI 5 éve
README.md 8bff852948 Updated ui/README with a link to the Helm install path. 5 éve
package-lock.json c01fd4b4fd Revert to v1 of @date-io/date-fns to work with our datepicker. 5 éve
package.json c01fd4b4fd Revert to v1 of @date-io/date-fns to work with our datepicker. 5 éve

README.md

Kubecost Open Source UI

The preferred install path for Kubecost is via Helm chart, and is explained here

To manually run an open source demo UI, follow the steps below.

Installation & Running

To run the UI, open a terminal to the cost-model/ui/ directory (where this README is located) and run

npm install

This will install required depndencies and build tools. To launch the UI, run

npx parcel src/index.html

This will launch a development server, serving the UI at http://localhost:1234 and targeting the data for an instance of Kubecost running at http://localhost:9090. To access an arbitrary Kubecost install, you can use

kubectl port-forward deployment/kubecost-cost-analyzer 9090

for your choice of namespace and cloud context.