docs/doc/source/container_integration/kubernetes/integrate-the-application-with-notification-client-sidecar.rst
Juanita-Balaraj 63cd4f5fdc CephFS RWX Support in Host-based Ceph
Incorporated patchset 1 review comments
Updated patchset 5 review comments
Updated patchset 6 review comments
Fixed merge conflicts
Updated patchset 8 review comments

Change-Id: Icd7b08ab69273f6073b960a13cf59905532f851a
Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
2021-05-03 16:39:45 -04: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>.