ck:devops

Deploy cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/hotriluan/alkana_web --skill ck-devops-hotriluan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ck:devops
Source: https://github.com/hotriluan/alkana_web/tree/main/.opencode/skills/devops
Command: npx skills add https://github.com/hotriluan/alkana_web --skill ck-devops-hotriluan

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the deployment and management of cloud infrastructure across multiple platforms including Cloudflare, Docker, Google Cloud, and Kubernetes, enabling consistent workflows across environments.

Core Features & Use Cases

  • Cross-platform deployment orchestration across edge, container, and cloud platforms.
  • GitOps and CI/CD integration with platform-specific tooling (wrangler, docker, gcloud, kubectl/ Helm).
  • Security best practices and RBAC ready for multi-tenant deployments.
  • Use cases include deploying serverless apps to Cloudflare Workers, containerized apps with Docker, and managing GCP resources (Cloud Run, GKE) and Kubernetes clusters.

Quick Start

Create a Cloudflare Worker project and deploy it using wrangler to verify the setup.

Frequently Asked Questions about ck:devops

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

FAQPage Schema
How do I deploy cloud infrastructure across multiple cloud platforms?

Deploy cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes by using cross-platform orchestration. It automates serverless, containers, CI/CD pipelines, and GitOps workflows to ensure consistent environments.

Can I use this to deploy serverless apps to Cloudflare Workers?

Yes, you can deploy serverless apps to Cloudflare Workers. The setup uses platform-specific tooling like wrangler to manage and deploy edge applications alongside your container and cloud workloads.

How do I manage GCP resources like GKE clusters and Cloud Run?

Manage GCP resources by deploying containerized apps to Cloud Run and orchestrating GKE clusters. It integrates gcloud and kubectl commands to handle Kubernetes clusters and Google Cloud infrastructure.

Does this support GitOps workflows and CI/CD pipelines?

Yes, it supports GitOps workflows and CI/CD pipelines. The integration uses platform-specific tooling including Helm and kubectl to manage deployments across edge and container platforms.

What are the security best practices for multi-tenant Kubernetes deployments?

Security best practices for multi-tenant Kubernetes deployments are built-in through RBAC readiness. This ensures proper access control and isolation when managing clusters and containerized apps.

Do I need YAML frontmatter and automation scripts for cross-platform deployment?

Yes, YAML frontmatter-driven metadata and Python or JS automation scripts are supported. These components drive the deployment orchestration across Docker, Google Cloud, and Kubernetes environments.