devops

Automate cloud infrastructure deployment across Cloudflare, Docker, Google Cloud, and Kubernetes.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/Hoang130203/Emgu_CV_automation --skill devops-hoang130203
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/Hoang130203/Emgu_CV_automation/tree/main/.opencode/skills/devops
Command: npx skills add https://github.com/Hoang130203/Emgu_CV_automation --skill devops-hoang130203

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the deployment and management of cloud infrastructure across multiple platforms, reducing manual configuration and ensuring consistency.

Core Features & Use Cases

  • Multi-Platform Deployment: Deploy applications to Cloudflare (Workers, R2, D1), Docker, Google Cloud (Cloud Run, GKE), and Kubernetes.
  • CI/CD & GitOps: Facilitates automated pipelines and declarative infrastructure management.
  • Use Case: Deploy a new version of your web application as a Docker container to Google Cloud Run, ensuring zero downtime through a rolling update strategy.

Quick Start

Deploy the current project to Cloudflare Workers using the wrangler CLI.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I deploy a Docker container to Google Cloud Run with zero downtime?

Deploying a Docker container to Google Cloud Run with zero downtime requires automating a rolling update strategy within a CI/CD pipeline. This Skill manages the deployment process by orchestrating container updates across Google Cloud infrastructure to prevent service interruption.

Can I manage Kubernetes container orchestration and GitOps workflows together?

Managing Kubernetes container orchestration and GitOps workflows together is supported through declarative infrastructure management. This Skill automates the synchronization of Kubernetes cluster states using GitOps principles to maintain deployment consistency across environments.

Does deploying to Cloudflare Workers require the wrangler CLI?

Deploying to Cloudflare Workers requires the wrangler CLI dependency to handle serverless function deployment. This Skill leverages wrangler to seamlessly deploy and manage Cloudflare Workers, R2 storage buckets, and D1 databases.

What environment variables do I need to configure for multi-platform cloud deployment?

Multi-platform cloud deployment requires configuring environment variables for target platforms and authentication credentials. This Skill needs specific access keys and environment settings for Google Cloud, Kubernetes, and Cloudflare to automate infrastructure provisioning.

When should I use serverless functions instead of Kubernetes for cloud infrastructure deployment?

Use serverless functions for lightweight, event-driven workloads and Kubernetes for complex container orchestration needs. This Skill supports both deployment patterns, allowing you to deploy serverless functions to Cloudflare or manage containerized applications via Kubernetes and GKE.

Are there limitations when automating CI/CD pipelines across Docker and Google Cloud?

Automating CI/CD pipelines across Docker and Google Cloud requires properly configured authentication credentials and platform-specific environment variables. Limitations arise if target platforms lack sufficient permissions or if container orchestration rules are not correctly defined.