HowToDeploy
How to deploy
-
Deploy in Azure Cloud
- Azure Container App.
Suggested Method
Azure Container Apps is a fully managed container orchestration service that allows you to easily deploy, manage, and scale containerized applications in Azure.
- Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS) is a managed Kubernetes service that you can use to deploy and manage containerized applications. You need minimal container orchestration expertise to use AKS. AKS reduces the complexity and operational overhead of managing Kubernetes by offloading much of that responsibility to Azure.
- Azure Container App.
-
Deploy in Amazon Cloud
- Amazon Elastic Container Service (ECS)
Suggested Method
Amazon Elastic Container Service (ECS) is a fully managed container orchestration service that helps you to more efficiently deploy, manage, and scale containerized applications. It deeply integrates with the AWS environment to provide an easy-to-use solution for running container workloads in the cloud and on premises with advanced security features using Amazon ECS Anywhere.
- Amazon Elastic Kubernetes Service
Amazon Elastic Kubernetes Service (Amazon EKS) is a fully-managed, certified Kubernetes conformant service that simplifies the process of building, securing, operating, and maintaining Kubernetes clusters on AWS. Amazon EKS integrates with core AWS services such as CloudWatch, Auto Scaling Groups, and IAM to provide a seamless experience for monitoring, scaling, and load balancing your containerized applications.
- Amazon Elastic Container Service (ECS)
-
Google Cloud Run
Cloud Run is a managed compute platform that lets you run containers directly on top of Google's scalable infrastructure.
-
Cloud Virtual machines/ On Premise Server
-
Linux Server Planvisage applications are deployed as Linux containers, allowing them to run natively on Linux machines. Prerequisite: Container runtime environments.
-
Windows Server / Windows 10 / Windows 11 For testing, development, or QA purposes only. #### Not recommended for production environments.
Linux containers can be executed on Windows servers using WSL (Windows Subsystem for Linux). For Azure VMs, ensure that the VM series supports nested virtualization.
Install one of the following container management applications for simplified usage
-
Using Docker Desktop - Container application ( Docker container)
-
Using Podman Desktop - container application ( Podman Desktop)
-