navegante

command module
v0.0.0-...-f6c6508 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 15, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

README

Navegante

Navegante is a work-in-progress tool that aims to monitor and observe containers running on a Docker host. It is written in Golang, and follows some of the Clean Architecture principles.

Some of the planned features are:

  • Viewing containers executed in the host, showing exposed ports, volumes and stats;
  • Executing actions in the containers (run, start, stop, kill);
  • Showing container logs, with the possibility to monitor files inside the containers;
  • Exposing container and custom logs to an external applications such as Graylog and Logstash;
  • Network traffic monitoring (This is a very conceptual idea that still needs validation)

Architecture

The application is being designed to run in three tiers, with a back-end (REST API), a front-end (web UI) and a webhook server. I am still deciding if it will need a database tier, but if it needs it's probably going to be something like SQLite.

My idea is to run everything in a single container, to make things more organized, but I might separate it in two or three images, if the need arises.

Screen prototypes

Here are a couple of screen prototypes to demonstrate the planned web UI for the system.

Main Screen

Prototype for the initial screen, showing the containers running and the actions you can execute

Log monitoring and exporting screen

Prototype for the log screen, showing the container logs and some additional custom logs

(Experimental) Network monitoring screen

Prototype for the networking screen, showing a bunch of containers, the communication between them and the Internet

Future

The application is being designed to isolate the container API calls with containergateway. The goal with this is to allow to use other container platforms and schedulers besides Docker. Some of the planned features are:

  • Docker Swarm integration. I believe this would be the next logical step since the Docker integration by itself application might not be very useful when running on a single Docker host.
  • Kubernetes integration. Since I believe Kubernetes is more popular at the moment, this would make the tool useful for more people. Although I believe there might be better tools for observing Kubernetes clusters.

Requirements

Some tools are needed for development:

Initial setup

make install

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api
core
gateway
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL