devops

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

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/chef0111/physthink --skill devops-chef0111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops
Source: https://github.com/chef0111/physthink/tree/main/.agents/skills/devops
Command: npx skills add https://github.com/chef0111/physthink --skill devops-chef0111

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, 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, simplifying complex DevOps workflows.

Core Features & Use Cases

  • Cloud Deployment: Deploy applications to Cloudflare (Workers, R2, D1), GCP (Cloud Run, GKE), and Kubernetes.
  • Containerization: Build and manage containerized applications using Docker and Docker Compose.
  • CI/CD & GitOps: Implement robust Continuous Integration/Continuous Deployment pipelines and GitOps workflows.
  • Security & Auditing: Enhance security posture with RBAC, network policies, and security audits.
  • Use Case: Deploy a new microservice containerized with Docker to Google Cloud Run, configure its CI/CD pipeline, and set up basic security policies.

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 Docker, Google Cloud, and Kubernetes?

Cloud infrastructure deployment across Docker, Google Cloud, and Kubernetes is automated by streamlining serverless applications, containerization, and GitOps workflows into unified CI/CD pipelines. This simplifies complex DevOps management across multiple platforms.

Can I deploy a containerized application to Google Cloud Run and configure its CI/CD pipeline?

Yes, you can deploy containerized Docker applications to Google Cloud Run while simultaneously configuring the CI/CD pipeline and establishing basic security policies. This facilitates seamless microservice deployment and management.

What is the best way to manage serverless applications on Cloudflare Workers?

Managing serverless applications on Cloudflare Workers is best achieved by automating deployments using direct commands like `wrangler deploy`. This facilitates rapid serverless execution alongside R2 storage and D1 database integration.

Does this approach support security audits and RBAC for Kubernetes clusters?

Yes, Kubernetes security audits and RBAC are fully supported alongside network policies. This enhances your overall security posture by automating vulnerability checks and access controls within your containerized infrastructure.

How do I select the right platform based on latency, storage, and orchestration needs?

Platform selection based on latency, storage, database, and orchestration needs is automated by evaluating your specific infrastructure requirements. It then matches these parameters to the optimal cloud environment across GCP, Cloudflare, or Kubernetes.

What are the limitations of using GitOps workflows for cloud infrastructure management?

GitOps workflow limitations depend on your chosen platform's orchestration capabilities and network policies. While it streamlines continuous deployment, complex microservice architectures may require manual security audit configurations and custom Docker Compose setups.