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.
