Skip to content

Yodata/kubeless-ui

 
 

Repository files navigation

kubeless-ui

CircleCI Slack

Graphical User Interface for Kubeless, a serverless framework for Kubernetes.

Development

Project based on davezuko/react-redux-starter-kit

Install dependencies It is recommended that you use Yarn for deterministic installs.

yarn install    # Install project dependencies
yarn run dev    # Launch and watch server

(npm will also work if you really want)

Dev server with Hot Module Replacement should run at http://localhost:3000

Production

You can bundle the app in dist/ folder

This will also run linter and tests.

yarn run build

Now you just have to serve the dist/ folder with node (yarn run start) or with an nginx.

Docker image

Exists and automated build that you can find on DockerHub, Quay.io and Gcloud Registry by his name: bitnami/kubeless-ui

Snapshot

kubeless-ui-snapshot

About

Graphical User Interface for Kubeless

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • CSS 12.3%
  • HTML 0.7%