validate-release-ready-image-ciprod

Validate Prometheus Collector release images on the CI Prod cluster using kubectl, az CLI, and Playwright.

88|55|Updated Apr 26, 2021
One-click install
npx skills add https://github.com/Azure/prometheus-collector --skill validate-release-ready-image-ciprod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-release-ready-image-ciprod
Source: https://github.com/Azure/prometheus-collector/tree/main/.github/skills/validate-release-ready-image-ci-prod
Command: npx skills add https://github.com/Azure/prometheus-collector --skill validate-release-ready-image-ciprod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the validation of Prometheus Collector release images on the CI Prod cluster, ensuring they are healthy and ready for production.

Core Features & Use Cases

  • CI Prod Cluster Image Validation: Automates checks on the CI Prod cluster for Prometheus Collector release images.
  • Health and Readiness Verification: Checks for pod status, restarts, container logs, liveness/readiness probes, and configuration sources.
  • Metrics Ingestion and Grafana Verification: Confirms metrics are flowing and Grafana dashboards are displaying accurate data.
  • Use Case: Before deploying a new Prometheus Collector image to production, use this Skill to automate the validation process and ensure everything is functioning correctly.

Quick Start

Execute the 'validate-release-ready-image-ciprod' skill to verify the CI Prod cluster image readiness for Prometheus Collector release.

Frequently Asked Questions about validate-release-ready-image-ciprod

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate Prometheus Collector release readiness in an Azure Monitor Kubernetes cluster?

Validating Prometheus Collector release readiness involves running kubectl, az CLI, and Playwright commands to verify pod status, restarts, and metrics ingestion on the CI Prod cluster.

What health checks are needed for a Prometheus Collector deployment before production release?

Required health checks include verifying pod status, monitoring container restarts, inspecting logs, testing liveness and readiness probes, and validating configuration sources for the deployment.

How do I verify metrics ingestion and Grafana dashboard displays for Azure Monitor Prometheus?

You verify metrics ingestion and Grafana dashboards by confirming metrics are actively flowing from the cluster and validating that dashboard visualizations display accurate monitoring data.

Do I need Kubernetes and Azure resource access to automate CI Prod cluster image validation?

Yes, CI Prod cluster image validation requires Kubernetes and Azure resource access to execute kubectl and az CLI commands for comprehensive health and readiness verification.

What is the best way to automate release readiness checks for Prometheus Collector images?

The best way to automate release readiness checks is using this Skill to orchestrate kubectl, az CLI, and Playwright validations across the CI Prod cluster, ensuring comprehensive deployment verification.