Git Product home page Git Product logo

hubble-ui's Introduction

Hubble UI

Hubble UI is open source user interface for Cilium Hubble.

Installation

Hubble UI is installed as part of hubble, please see Hubble Getting Started Guide for details.

Why Hubble UI?

Troubleshooting microservices application connectivity is a challenging task. Simply looking at "kubectl get pods" does not indicate dependencies between each service or external APIs or databases.

Hubble UI enables zero-effort automatic discovery of the service dependency graph for Kubernetes Clusters at L3/L4 and even L7, allowing user-friendly visualization and filtering of those dataflows as a Service Map.

See Hubble Getting Started Guide for details.

Service Map

Development

Backend

If you want to point frontend to backend deployed into minikube, then just do next port forward: kubectl port-forward -n kube-system deployment/hubble-ui 8081.

Otherwise, if you want to change something in Go backend there are additional steps:

  1. Go to backend directory cd ./backend, execute ./ctl.sh run, wait build and server running
  2. In another terminal go to server directory with envoy config cd ./server and execute envoy -c ./envoy.yaml (envoy must be installed)
  3. In another terminal do port forward to hubble-relay kubectl port-forward -n kube-system deployment/hubble-relay 50051:4245

To build the docker image run:

  1. make hubble-ui-backend

Frontend

  1. Install deps npm install
  2. Start development server npm run watch
  3. Open http://localhost:8080

To build the docker image run:

  1. make hubble-ui

Community

Learn more about Cilium Community

Perform a release

Push a tag into GitHub and ping a maintainer of the project to accept the GitHub action run which will push the images built into the official repositories.

License

Hubble UI is Apache License, Version 2.0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.