Quick Start Installation

Get started with default settings using Kubernetes.

Overview

This workflow gets you started for POC purposes in a local kubernetes cluster. For more detailed installation instructions for your specific environment, see Edge Delta Installation.

  1. Create a local kubernetes cluster
  2. Sign up with Edge Delta
  3. Install the Edge Delta Pipeline
  4. Explore the Edge Delta Interface
  5. Edit the Pipeline Configuration

1. Create a Kubernetes Cluster

This workflow uses Docker, minikube and Helm.

First start the Docker daemon then create a kind cluster.

open -a docker
minikube start --driver docker

See Kubernetes Requirements

In this example, a workload is installed in the cluster, as well as Kube State Metrics and Node-Exporter. See Ingest Kubernetes Metrics

2. Sign Up

  1. Visit the Edge Delta application web site.
  2. Click Sign Up.
  1. Enter your account details and click Register. Alternatively, click Sign up with Google.

Your selected password must adhere to the criteria for validation.

Now you are ready to install an Edge Delta pipeline.

3. Install an Edge Delta Pipeline

  1. You can join an existing organization if they allow your email domain. For a quick start in your own test organization, click Create New Organization.
  1. Next you create a pipeline. Click New Pipeline.
  1. You can choose either cloud or edge. For a quick start, choose Edge.
  1. Next, you select the environment. In this instance choose Kubernetes.
  1. You name your pipeline in a way that helps you identify it such as the application name, cluster name and development stage. Then click Generate Deployment Command.
  1. A set of commands are generated that are specific to your pipeline and environment type. They include the agent version and the unique Pipeline ID. Run each command in turn.
  1. When your agents begin to transmit their health data, click View Pipeline to begin your data pipeline configuration.
  1. The pipeline configuration begins by creating a basic configuration and automatically detecting any sources in the cluster. Click View Sources Found.
  1. You select the sources you are interested in. For a quick start, select All Sources and click Add Sources.

The detected sources are configured in the pipeline and all the required node connections are completed for you. A new pipeline with the default configuration is now installed and configured in your cluster.

  1. Click to turn off Edit Mode. This will reveal pipeline statistics per node if enough time has passed:

4. Explore the Edge Delta Interface

With a new workload in your cluster your data might be limited as you explore the interface. You can also view the public Play environment, which is connected to Edge Delta managed workloads for demonstration purposes. The following section shows data populated in the Play environment.

  1. Click Dashboard and select the K8s Overview dash. It shows an overview of the Kubernetes components that are being monitored by the selected pipeline. See here for more information.
  1. Click the Logs page. It opens on the Search tab. You can search for specific logs on this page. See here for more information.
  1. Click the Patterns tab. This page displays detected patterns including those with a negative sentiment. See here for more information.

While the pipeline is still new there wont be anomalies yet on the Anomalies tab. Come back in a few hours after a baseline has been established if you want to view anomalies or you can see examples in the Play environment.

  1. Click Metrics to view the Metrics Explorer.
  1. Click the Inventory tab to view the Metrics Inventory: all the metrics being captured.
  1. Click Traces to view request traffic between services.
  1. Click Events to view Monitor Events.
  1. Click the Kubernetes Events tab to view events from Kubernetes.
  1. Click Monitors and select the Manage tab to view the default monitors which generate monitor events from across all pipelines and send you alerts about events.
  1. Click Service Map to view a map of the services within your application architecture and how they interconnect.
  1. Click Pipelines. This page lists the pipelines. See here for more information.

5. Edit the Pipeline Configuration

Click Edit Mode to make further changes to your pipeline. Configure a Pipeline contains a how-to on how to update the pipeline configuration to cater for your workflow. The Pipeline Components section provides detailed specifications for each node type.


Default Edge Delta Configuration

Edge Delta deploys with a default pipeline.