Deploying API Platform Applications

API Platform apps are super easy to deploy in production thanks to the Docker Compose definition and to the Kubernetes chart we provide.

API プラットフォーム アプリは、Docker Compose 定義と提供されている Kubernetes チャートのおかげで、本番環境に非常に簡単にデプロイできます。

We strongly recommend using Kubernetes or Docker Compose to deploy your apps.

アプリをデプロイするには、Kubernetes または Docker Compose を使用することを強くお勧めします。

If you want to play with a local Kubernetes cluster, read how to deploy an API Platform project on Minikube.

ローカルの Kubernetes クラスターを試してみたい場合は、API プラットフォーム プロジェクトを Minikube にデプロイする方法をお読みください。

If you don't want to use Docker, keep in mind that the server application of API Platform is a standard Symfony project, while the Progressive Web Application is a standard Next.js project:

Docker を使用したくない場合は、API プラットフォームのサーバー アプリケーションは標準の Symfony プロジェクトであり、プログレッシブ Web アプリケーションは標準の Next.js プロジェクトであることに注意してください。

JWT screencast
Watch the Animated Deployment with Ansistrano screencast

Ansistrano スクリーンキャストによるアニメーション展開を見る

Alternatively, you may want to deploy API Platform on a PaaS (Platform as a Service):

または、PaaS (サービスとしてのプラットフォーム) に API プラットフォームをデプロイすることもできます。