devops

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

4|20|Updated Sep 27, 2025
One-click install
npx skills add https://github.com/tan-yong-sheng/cloudflare-image-mcp --skill devops-tan-yong-sheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/tan-yong-sheng/cloudflare-image-mcp/tree/main/.claude/skills/devops
Command: npx skills add https://github.com/tan-yong-sheng/cloudflare-image-mcp --skill devops-tan-yong-sheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill 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 potential errors.

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 microservice containerized with Docker to Google Cloud Run, configure its database on Cloud SQL, and set up a CI/CD pipeline using GitHub Actions.

Quick Start

Deploy the current project to Cloudflare Workers using the wrangler deploy command.

Frequently Asked Questions about devops

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

FAQPage Schema
How do I automate cloud infrastructure deployment across multiple platforms like GCP and Cloudflare?

Automate cloud infrastructure deployment across Cloudflare, Google Cloud, Docker, and Kubernetes by configuring platform-specific credentials and CLIs. This Skill streamlines multi-platform deployment of serverless functions and container orchestration while reducing manual configuration errors.

Can I deploy a Docker container to Google Cloud Run and configure Cloud SQL through CI/CD pipelines?

Yes, you can deploy a Docker container to Google Cloud Run and configure its database on Cloud SQL. It supports setting up automated CI/CD pipelines using GitHub Actions to manage the deployment and infrastructure configuration declaratively.

What do I need to set up before managing Kubernetes and Docker deployments with this approach?

You must configure platform-specific credentials and install the respective CLIs for execution. This prerequisite environment setup is required to automate container orchestration and manage infrastructure across Google Cloud, Cloudflare, and Docker.

Does GitOps workflow integration support declarative infrastructure management for Cloudflare Workers?

Yes, GitOps workflow integration supports declarative infrastructure management for Cloudflare Workers. You can manage serverless function deployments and infrastructure configurations declaratively using GitOps alongside automated CI/CD pipelines.

What is the best way to manage serverless functions and container orchestration without manual configuration?

Use automated CI/CD pipelines and GitOps workflows to manage serverless functions and container orchestration. This approach deploys applications to Cloudflare, Docker, Google Cloud, and Kubernetes declaratively, eliminating manual configuration and potential errors.