docs/doc/source/container_integration/kubernetes/integrate-the-application-with-notification-client-sidecar.rst
Adil 716f387f93 Fixed figure width.
Worked on the comments.
Corrected broken link in index.
Added container integration guide.

Signed-off-by: Adil <mohamed.adilassakkali@windriver.com>
Change-Id: Id9d8e1abd8f15a51d9069cf7543e1b559a118369
2021-03-26 11:19:41 -03:00

1.5 KiB

Integrate the Application with Notification Client Sidecar

This section describes the ptp-notification-demo, and provides instructions for enabling communication between the Sidecar and the application via a REST API.

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.

Note

In this demo, we provide a referenced API application.

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

For instructions on creating, testing and terminating a ptp-notification-demo, see, Create, Test, and Terminate |PTP| Notification Demo <create-test-and-terminate-a-ptp-notification-demo>.