TenkaCloud Docs

ランタイム対応マトリクス Preview

パックは、必要とする (provider, engine) ランタイムを宣言します。以下のマトリクスは、 @tenkacloud/problem-runtime/capabilitiesRUNTIME_CAPABILITIES から生成される 規範的リファレンスです。

マトリクス

ProviderEngineModeRecognizedAdapter wiredExecutableLive verifiedMaturityBlocking issuesEvidence
awscloudformationcloudyesyesyesyesStableDefault competitor-account CloudFormation lifecycle is production and live verified.
azurebicepcloudyesyesnonoPreview#2081Adapter, credential wiring, and inline-ARM-template materialization (precompiled JSON or a Bicep compile, fail-closed when neither is available) ship; live acceptance remains open.
dockercomposelocalyesyesyesyesPreviewExecutable and verified through the AWS-free make local lifecycle; never cloud deployed.
gcpinfra-managercloudyesyesnonoPreview#2081Adapter, WIF wiring, and Terraform source materialization to GCS ship; only live acceptance remains open.
sakuraappruncloudyesyesyesnoPreview#2081Adapter and current AppRun API wire contract ship; real-account lifecycle acceptance remains open.

独立した capability 事実

  • Recognized — メタデータと schema が正確な provider / engine の組を受理します。 デプロイ実装が存在することまでは意味しません。
  • Adapter wired — 具体的な adapter と credential / composition の配線が repository に 含まれます。artifact 処理や provider API 契約の正しさを証明するものではありません。
  • Executable — materialization から provider wire までの経路が、宣言された mode (cloud または local) で実行可能です。
  • Live verified — mock ではなく実際の lifecycle が実証済みです。unit / mock test は 必須の回帰証拠ですが、live verification の代わりにはなりません。

Azure、GCP、Sakura は adapter-wired です。 multicloud acceptance #2081 が open の間は live verified ではありません。Azure と GCP は、表に示す artifact / output の blocker が閉じるまで executable でもありません。Sakura は #2746 後に API 契約上 executable ですが、実 account lifecycle が #2081 に添付されるまでは競技 ready としません。

ローカルの docker/composemake local mode で独立に executable / verified ですが、 クラウドランタイムではありません。AWS CloudFormation は既定の stable / live-verified クラウドランタイムです。

関連: 問題メタデータリファレンス