SAE supports image-based deployment and code package-based deployment.
SAE does not support deploying applications by using Helm. Helm is a package management tool for Kubernetes, and SAE is not a standard Kubernetes cluster, so you cannot deploy Helm charts directly. If you previously used Helm to deploy applications in Container Service for Kubernetes (ACK), switch to image-based deployment after you migrate to SAE. Package your application into a Docker image, push the image to Container Registry (ACR), and then use the image to deploy the application in SAE.
Deploy applications using an image: Deploy a container image stored in an image registry to SAE. If you don't have an image, build one first.
Deploy applications using a code package: SAE provides specific versions of runtime environments for Java, PHP, Python, and .NET Core. If your code is compatible with one of these environments, create a code package that meets SAE requirements and deploy it to SAE.