Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 2.35 KB

File metadata and controls

53 lines (32 loc) · 2.35 KB

Multi Cluster Observability AddOn

Description

The multicluster-observability-addon is a pluggable addon working on OCM based on the extensibility provided by addon-framework which automates the collection and forwarding of observability signals to central stores.

This is acheived through the installation on the spoke clusters of dedicated operators for each observability signal:

The logging-ocm-addon consists of one component:

  • Addon-Manager: Not only manages the installation of the AddOn on spoke clusters. But also builds the manifests that will be deployed to the spoke clusters.

Getting started

Prerequisite

  • OCM registration (>= 0.5.0)
  • cert-manager operator
  • multicluster-observability-operator (for metrics)

Steps

Installing via Kustomize

  1. Install the AddOn using Kustomize
$ kubectl apply -k deploy/
  1. The addon should now be installed in you hub cluster
$ kubectl get ClusterManagementAddOn multicluster-observability-addon
  1. The addon can now be installed it managed clusters by creating ManagedClusterAddOn resources in their respective namespaces

Demo

Steps to deploy a demo of the addon can be found at demo/README.md

References