moai-domain-cloud

Design multi-cloud serverless and containerized architectures with infrastructure-as-code.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/jg-chalk-io/Nora-LiveKit --skill moai-domain-cloud-jg-chalk-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-domain-cloud
Source: https://github.com/jg-chalk-io/Nora-LiveKit/tree/main/.claude/skills/moai-domain-cloud
Command: npx skills add https://github.com/jg-chalk-io/Nora-LiveKit --skill moai-domain-cloud-jg-chalk-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides enterprise cloud architecture patterns across AWS, GCP, and Azure with IaC guidance.

Core Features & Use Cases

  • Multi-cloud: unified deployment patterns.
  • Serverless & containers: Lambda, Cloud Run, Functions, Kubernetes.
  • IaC: Terraform, Pulumi, CDK.

Quick Start

Create a basic serverless function in AWS and a containerized microservice in Kubernetes with Terraform config.

Frequently Asked Questions about moai-domain-cloud

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

FAQPage Schema
How do I design cloud architecture across AWS, GCP, and Azure?

Multi-cloud architecture balances workloads and vendor dependencies across platforms. This Skill provides unified deployment patterns, infrastructure-as-code templates in Terraform and Pulumi, and production-ready patterns for serverless functions, containers, databases, and security controls across all three cloud providers.

Can I use Terraform to deploy serverless and containerized workloads together?

Yes. Terraform unifies infrastructure-as-code for both serverless compute—Lambda, Cloud Run, Azure Functions—and container orchestration like Kubernetes and ECS. This Skill covers deploying mixed workloads with shared IaC, cost optimization, and disaster recovery across multi-cloud environments.

What's the best way to implement infrastructure-as-code for multi-cloud deployments?

Use Terraform or Pulumi to codify infrastructure across AWS, GCP, and Azure simultaneously. This approach enforces consistency, enables version control, automates provisioning of serverless and containerized systems, applies security patterns, and simplifies disaster recovery in production environments.

Does Kubernetes work with AWS Lambda and Google Cloud Run?

Kubernetes manages containerized workloads independently; Lambda and Cloud Run are managed serverless alternatives. This Skill covers when to use each—Kubernetes for complex orchestration, serverless for simpler event-driven functions—and how to mix them in multi-cloud setups with unified IaC and observability.

How do I optimize costs across multiple cloud providers?

Multi-cloud cost optimization involves right-sizing compute instances, choosing serverless over always-on containers where appropriate, and leveraging provider-specific pricing models. This Skill provides cost optimization patterns, infrastructure-as-code best practices, and architecture trade-offs for AWS, GCP, and Azure deployments.

What security patterns should I implement for production cloud workloads?

Production security across clouds requires identity and access control, encrypted data in transit and at rest, network segmentation, and compliance automation. This Skill delivers security patterns, infrastructure-as-code implementations, and observability controls for serverless, containerized, and database workloads in multi-cloud production environments.