Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Monitoring for Deis Workflow

License

NotificationsYou must be signed in to change notification settings

deis/monitor

Repository files navigation

Deis Workflow is no longer maintained.
Pleaseread the announcement for more detail.
09/07/2017Deis Workflowv2.18 final release before entering maintenance mode
03/01/2018End of Workflow maintenance: critical patches no longer merged
Hephy is a fork of Workflow that is actively developed and accepts code contributions.

Build StatusDocker Repository on QuayDocker Repository on QuayDocker Repository on Quay

Deis (pronounced DAY-iss) Workflow is an open source Platform as a Service (PaaS) that adds a developer-friendly layer to anyKubernetes cluster, making it easy to deploy and manage applications on your own servers.

For more information about the Deis Workflow, please visit the main project page athttps://github.com/deis/workflow.

We welcome your input! If you have feedback, pleasesubmit an issue. If you'd like to participate in development, please read the "Development" section below andsubmit a pull request.

About

This repository aims to contain all the necessary components for a production quality monitoring solution that runs on top of the kubernetes cluster scheduler. It provides part of theTICK stack which is produced by the influxdata team.

Current State

Currently this repo provides only 3 components (Influxdb, Telegraf, and Grafana). Telegraf is the metrics collection agent that runs using the daemon set API. For more infomation please readthis.

Also provided is an Influxdb container which only runs 1 instance of the database. It also does not write any data to the host filesystem so it is not a durable system right now. For more information please readthis

Lastly, Grafana is a stand alone graphing application. It natively supports Influxdb as a datasource and provides a robust engine for creating dashboards on top of timeseries data. We provide a few out of the box dashboards for monitoring Deis Workflow and Kubernetes but please feel free to use them as a starting point for creating your own dashboards.

Architecture Diagram

                        ┌────────┐                        │ Router │                  ┌────────┐                        └────────┘                  │ Logger │                            │                       └────────┘                        Log file                        │                            │                           │                            ▼                           ▼┌────────┐             ┌─────────┐    logs/metrics   ┌─────┐│App Logs│──Log File──▶│ fluentd │───────topics─────▶│ NSQ │└────────┘             └─────────┘                   └─────┘                                                        │                                                        │┌─────────────┐                                         ││ HOST        │                                         ▼│  Telegraf   │───┐                                ┌────────┐└─────────────┘   │                                │Telegraf│                  │                                └────────┘┌─────────────┐   │                                    ││ HOST        │   │    ┌───────────┐                   ││  Telegraf   │───┼───▶│ InfluxDB  │◀────Wire ─────────┘└─────────────┘   │    └───────────┘   Protocol                  │          ▲┌─────────────┐   │          ││ HOST        │   │          ▼│  Telegraf   │───┘    ┌──────────┐└─────────────┘        │ Grafana  │                       └──────────┘

[8]ページ先頭

©2009-2025 Movatter.jp