What problem does it solve? Deploying and managing cloud infrastructure across multiple platforms requires deep knowledge of different CLIs, configuration formats, and best practices, which slows down shipping and increases misconfiguration risk. ## Core Features & Use Cases - Multi-Platform Deployment: Deploy serverless apps to Cloudflare Workers/Pages, containers to Docker and GCP Cloud Run/GKE, and workloads to Kubernetes with kubectl and Helm. - Reference Library: In-depth guides covering Cloudflare Workers, R2, D1, KV, Browser Rendering, Docker multi-stage builds, Docker Compose, gcloud CLI, and Kubernetes security, GitOps, and troubleshooting. - Automation Scripts: Includes cloudflare_deploy.py for automated Worker deployments with environment support and dry-run mode, plus docker_optimize.py for analyzing Dockerfiles for security and size issues. - Use Case: Containerize a Node.js app with an optimized multi-stage Dockerfile, deploy it to Cloud Run with gcloud, and manage the surrounding Kubernetes cluster with kubectl and Helm charts. ## Quick Start Ask the agent to deploy your application to Cloudflare Workers or build and run it as a Docker container on GCP Cloud Run.