一键导入
simple-deployment-on-vm
How to do simple but secure deployments using virtual machines on different cloud providers
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
How to do simple but secure deployments using virtual machines on different cloud providers
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Systematic process for analyzing and modernizing legacy applications to comply with the 12-Factor App methodology. Covers code analysis, configuration externalization, dependency management, and container/Kubernetes best practices.
Backup and recovery solution for K3s clusters. Includes scheduled, pre-shutdown, and manual backup strategies with recovery procedures.
Configure high-availability load balancing with HAProxy and NGINX reverse proxies. Covers health checks, automatic failover, sticky sessions, and stats monitoring for containerized backends.
Deploy serverless applications on Cloudflare Workers. Covers project setup, JavaScript handler patterns, routing, deployment with Wrangler, and API token configuration. Suitable for APIs, proxies, edge computing, and request transformation.
Deploy containerized applications to AWS EC2 and expose them publicly via Cloudflare Tunnel with automatic HTTPS. Eliminates need for load balancers, SSL certificates, or public inbound ports.
Guide for using Beads (bd), a dependency-aware issue tracker for AI agents. Issues chained together like beads.
基于 SOC 职业分类
| name | simple-deployment-on-vm |
| description | How to do simple but secure deployments using virtual machines on different cloud providers |
| license | MIT |
| tags | ["aws","deploy","security","dns","ec2","tls configuration"] |
| metadata | {"author":"Stakpak <team@stakpak.dev>","version":"1.0.2"} |
configure domain names (if requested)
if TLS is required
if using AWS
if using Cloudflare
deploy appropriate database type and version when required
prefer managed database services in the cloud provider of choice
configure proper database credentials and connectivity
credentials
monitor resource readiness before proceeding with downstream dependencies
test application functionality
make sure your deployments are secure and production-ready