Skip to content
forked from kumahq/kuma-gui

🐻 A GUI built on Vue.js for use with Kuma.

License

Notifications You must be signed in to change notification settings

robraux/kuma-gui

Repository files navigation

Twitter FOSSA Status

Kuma GUI

This is the source code for the Kuma GUI. It's proudly built on Vue.js and leverages the Kongponents component library.

When running Kuma itself, the GUI is automatically served on port :5683 and is accessible in your browser at http://localhost:5683/. If you would like to run the GUI isolated and in development mode, this repository allows you to do so. This allows you to inspect the Vue.js components with tools like Vue.js devtools, which is available for both Firefox and Google Chrome.

The Kuma GUI documentation provides you with a walkthrough of what the GUI offers.

What is Kuma?

Kuma is a platform agnostic open-source control plane for Service Mesh and Microservices. It can run and be operated natively across both Kubernetes and VM environments, making it easy to adopt by every team in the organization.

Bundling Envoy as a data-plane, Kuma can instrument any L4/L7 traffic to secure, observe, route and enhance connectivity between any service or database. It can be used natively in Kubernetes via CRDs or via a RESTful API across other environments like VMs and Bare Metal.

While being simple to use for most use-cases, Kuma also provides policies to configure the underlying Envoy data-planes in a more fine-grained manner. By doing so, Kuma can be used by both first-time users of Service Mesh, as well as the most experienced ones.

Built by Envoy contributors at Kong 🦍.

Need help? Installing and using Kuma should be as easy as possible. Contact and chat with the community in real-time if you get stuck or need clarifications. We are here to help.

Installation | Documentation | Slack Chat | Community | Blog | Kong

Getting up and running

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Run your end-to-end tests

yarn run test:e2e

Run your unit tests

yarn run test:unit

License

FOSSA Status

About

🐻 A GUI built on Vue.js for use with Kuma.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 68.8%
  • JavaScript 27.2%
  • SCSS 3.8%
  • Other 0.2%