Skip to main content

Using Arvancloud’s Container Service Command Line

You can use the standard protocols of Kubernetes and OpenShift to control the process of deployment on your cloud container. Download your commmand line for Linux or Mac to deploy your applications.

After downloading, place the command line in your PATH and make it executable. Then, create a new Access (API) key or use an already existing one. Finally, use the login command to enter the system command line:

arvan login

All of the executable commands of the arvancloud.irmand Line are accessible with PaaS:

arvan paas -h

One of the easiest ways of deploying an application with a command line is the new-app command. If you have a git-repository that holds your software codes, you can use the new-app command to deploy it onto the Container Service:

arvan paas new-app the-example-app.nodejs --cpu=1 --ram=0.5G --temp-storage=2G