Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This document provides a comprehensive guide to upgrading monitoring services in Kubernetes cluster, including Grafana for visualization, Loki for log management, and Prometheus for metrics and alerting. The guide covers the essential steps for upgrading these services using Helmfile, along with the necessary configurations to ensure a smooth upgrade process.

Prerequisites

Before proceeding with the upgrade, ensure you have the following tools installed and configured:

  • Helmfile: A declarative spec for deploying Helm charts, which manages and deploys Helm releases via a simple, unified YAML file. Installing Helmfile

  • Helm: A package manager for Kubernetes, used to define, install, and upgrade complex Kubernetes applications. Installing Helm

  • kubectl: A command-line tool for interacting with Kubernetes cluster, allowing you to deploy applications, manage cluster resources, and view logs. Installing Kubectl

  • No labels