Search for articles...

Go to WebsiteControl Panel

Introducing applications

Description of application features in the NoVPS cloud platform environment

Applications are collections of resources that combine various services within a single scope. Suppose you have a website that requires a web server, queue worker, and several cron commands to run. In this case, you create a new application in NoVPS, within which you create several resources: a web service for the website, a worker for queue workers, and a cron job for each cron command.

If you are familiar with Kubernetes terminology, applications are namespaces within a cluster, and resources are pods.

All resources within a single application can interact with each other via internal DNS. You can find the internal address of a resource on the resource page itself.


You can also set global environment variables that will be available in all resources within a single application.











Read also

Getting Started

Quickstarts and tutorials to get started.

About Sample Applications

Not sure where to start? Take a look at our Sample Applications.

FastAPI Sample Application

An example of an application that requires a connection to a PostgreSQL database in order to function.