LogoLogo
English
English
  • AppPaaS
    • Introduction
    • Get Started
    • What are Projects and Services?
    • Inter-Service Communication
    • External Access to Deployed Services
    • Service Build and Deployment Settings
    • Limitations for Beta
  • FRAMEWORKS
    • Spring Boot
    • Django / Python
    • React
    • MySQL
Powered by GitBook
LogoLogo

ⓒ NHN Cloud Corp. All rights reserved.

On this page

Was this helpful?

Export as PDF
  1. AppPaaS

Inter-Service Communication

As described in [What are projects and services?], if you want to compose one product with multiple services, you need communication between each service within AppPaaS.

To support this internal communication, AppPaaS provides internal DNS information. You can see the internal domain information on the service details page.

<그림1>

You can use internal domains to separate services that you want to make public from services that you want to manage privately internally.

Service Visibility

As described above, communication between internal services is possible through internal DNS. However, this visibility is only allowed between services created within the same account. If you try to connect to the internal domain of a service created from another account, the connection will be denied.

PreviousWhat are Projects and Services?NextExternal Access to Deployed Services

Last updated 1 year ago

Was this helpful?