Skip to main content

Build Application

Deploying an application is one of the first steps you can take in the Arvancloud Container. By removing the configuration, preparation, and setting processes Cloud Container helps you to develop your software ideas in any language and with any framework without worrying about the infrastructure and turn them into products with just a few clicks.

There are multiple ways to create an application:

  • Container Image

    If you are working with Docker, you can use images of public or private Docker repositories in this section. The guide to Building applications with Container Images will help you through this.

  • Manifest

    If you have already used Kubernetes and written the necessary manifests for different parts of your application, you can deploy them directly to Arvancloud's Cloud Container. The guide to Building Applications with Manifest will help you through this.

  • Kubectl

    If you prefer working with Kubectl, you can connect to the Cloud Container cluster and manage your containers via the CLI by getting Kubeconfig.

  • Helm Chart

    In Arvancloud Cloud Container, Helm is also supported. Helm is a package manager for Kubernetes that provides users with a simpler way to define, install, update, and manage applications. Also, Chart is a package in Helm that includes resources such as Deployment, Service, Pod, etc. In other words, all the necessary components to install an application in Kubernetes can be found in the Helm Chart.

  • One-Click Applications

    More than 60 ready-made HA and clustered Helm Charts are available for large organizations in the Arvancloud container panel. To install these Helm Charts, just modify the Values.yaml file according to your needs.