docs/doc/source/guest_integration/kubernetes/integrate-application-with-notification-client-sidecar.rst
Ron Stone f4155c4bb1 Sidecar page
Added notification client sidecar page and _includes dependency.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: I7df696ea0e21831fc0fc4fc3e113f6bfbe69e4a6
2021-06-01 17:50:07 -04:00

1.4 KiB

Integrate the Application with Notification Client Sidecar

partner

The integration between the application is done with the use of a Sidecar. The Sidecar runs as a container along with the application in the same pod. The application and the Sidecar communicate via a REST API. See the figure below.

partner

The following prerequisites are required before the integration:

  • The cloud is configured with a node that supports the Subordinate mode (Slave mode).
  • The cloud is labeled with ptp-registration=true, and ptp-notification=true.
  • The ptp-notification-armada-app application is installed successfully.
  • The application supports the Notifications API.

image