otel-data-gateway-deployment

Automate otel-data-gateway deployment to Kubernetes with Argo CD synchronization.

Updated Feb 12, 2026
One-click install
npx skills add https://github.com/stuartshay/otel-data-gateway --skill otel-data-gateway-deployment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: otel-data-gateway-deployment
Source: https://github.com/stuartshay/otel-data-gateway/tree/main/.github/skills/otel-data-gateway-deployment
Command: npx skills add https://github.com/stuartshay/otel-data-gateway --skill otel-data-gateway-deployment

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the complex, multi-step process of deploying the otel-data-gateway service, ensuring reliable updates and validation in a Kubernetes environment.

Core Features & Use Cases

  • End-to-End Deployment: Manages the entire lifecycle from PR merge to live validation.
  • GitOps Integration: Orchestrates updates to Kubernetes manifests via Argo CD.
  • Automated Validation: Performs health checks, version verification, and data query tests post-deployment.
  • Use Case: After merging a new feature for the otel-data-gateway, use this Skill to automatically build the Docker image, update Kubernetes manifests, sync with Argo CD, and validate the live deployment.

Quick Start

Use the otel-data-gateway-deployment skill to deploy the latest version of the otel-data-gateway service.

Frequently Asked Questions about otel-data-gateway-deployment

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

FAQPage Schema
How do I automate Apollo Server GraphQL BFF deployment in Kubernetes using Argo CD?

Automating Apollo Server GraphQL BFF deployment in Kubernetes with Argo CD involves orchestrating PR merges, Docker image builds, k8s-gitops manifest updates, and Argo CD synchronization. This Skill manages that entire lifecycle end-to-end, including live deployment validation.

What is the best way to automate Docker image builds and GitOps manifest updates after a PR merge?

The best way to automate Docker image builds and GitOps manifest updates after a PR merge is to use an automated deployment workflow. This Skill handles multi-arch image builds, pushes them, and updates Kubernetes manifests automatically before syncing.

How do I perform health checks and version verification for a live Kubernetes deployment?

Performing health checks and version verification for a live Kubernetes deployment requires automated post-deployment validation. This Skill executes health checks, verifies versions, and runs data query tests automatically after Argo CD synchronization completes.

Can I manage multi-arch Docker image builds and rollbacks within a Kubernetes GitOps workflow?

Yes, you can manage multi-arch Docker image builds and rollbacks within a Kubernetes GitOps workflow. This Skill orchestrates multi-arch builds and includes rollback procedures to handle failed deployments of the otel-data-gateway service.

Do I need Argo CD to synchronize Kubernetes manifests for otel-data-gateway?

Argo CD is required to synchronize Kubernetes manifests for otel-data-gateway. The Skill relies on Argo CD to apply k8s-gitops manifest updates and ensure the cluster state matches the desired configuration after Docker image pushes.