Skip to main content

Console

All deployed applications on the ArvanCloud Container platform that have an image capable of using Shell have access to the console in the user panel. The console allows you to connect to the application terminal in the user panel. Using the terminal in this section, you can easily execute the commands you need.

Generally, there are two types of shells to connect to the containers: bash and sh. Since bash is a more advanced version of sh, it provides more features such as maintaining the history of commands and the ability to recall previous commands. If you automatically connect to sh but your container supports bash, you can start using bash by entering the following command:

bash

You can also connect to the consoles of your various applications through the "Quick Access" feature on any page of the Cloud Container panel.

By selecting the "Console" tab and then your desired application, you can execute your preferred commands.

The console is not considered a standard solution for connecting to applications. Therefore, it is recommended to use Kubectl for terminal access to applications.