ck:devops

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python-dotenv, requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the complex and time-consuming process of deploying and managing applications across diverse cloud platforms and containerization technologies.

Core Features & Use Cases

  • Multi-Platform Deployment: Deploy to Cloudflare (Workers, R2, D1), Docker, Google Cloud (Cloud Run, GKE), and Kubernetes.
  • CI/CD & GitOps: Facilitates automated pipelines and infrastructure as code.
  • Use Case: Deploy a new version of your web application to Cloudflare Workers, containerize it with Docker for local testing, and then deploy it to Google Cloud Run for production.

Quick Start

Deploy the current project to Cloudflare Workers using the 'production' environment.

Frequently Asked Questions about ck: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 Docker and Kubernetes?

Multi-platform deployment to Cloudflare, Docker, GCP, and Kubernetes requires setting environment variables for platform credentials. It supports deploying containerized workloads, serverless applications, and CI/CD pipelines across these diverse cloud environments.

What's the best way to set up a GitOps workflow for Google Cloud Run and Cloudflare Workers?

Setting up a GitOps workflow for Google Cloud Run and Cloudflare Workers requires configuring infrastructure as code to facilitate automated CI/CD pipelines. This streamlines deploying application versions to serverless environments and containerized production workloads.

Can I use this approach to deploy a web application to Cloudflare R2 and GKE?

Yes, you can deploy web applications to Cloudflare R2 and GKE. This multi-platform capability supports Cloudflare's edge storage and Google Kubernetes Engine, allowing you to manage both serverless applications and containerized workloads effectively.

Do I need to configure specific environment variables to manage Google Cloud and Docker deployments?

Yes, configuring environment variables for target platforms and credentials is required. You must set up these variables to properly authenticate and manage automated deployments across Google Cloud, Docker, Kubernetes, and Cloudflare.

Does this deployment automation handle security auditing for Kubernetes and Docker containers?

Yes, security auditing is supported alongside deployment automation. The process handles security auditing for Kubernetes and Docker containers, ensuring that your cloud infrastructure and CI/CD pipelines remain secure during automated GitOps workflows.