Deploy Pulse Core Services

You can deploy the Pulse Core services by sending an API request to the Pulse Manager Server using the curl command.

This request updates the Custom Resource (CR) in the background. The Pulse Operator then automatically detects the changes and deploys the specified services to the Pulse Server running on the Kubernetes cluster node.

Add the Core Services You Want to Deploy

Add the required services to the core list in the API request. The following core services are available.

Service NameIdentifier
GraphQLad-graphql
New UIad-pulse-ui
Streamingad-streaming
Hydraad-hydra
AxnServerad-axnserver
Notificationsad-notifications
Alertsad-alerts
Dashplots (Core)ad-dashplot
Dashplots (UI)ad-dashplot-ui

Deploy Using the Core Services API

Use the following curl command to deploy the services. Replace the placeholders as described below.

Bash
Copy

Replace the Placeholders

PlaceholderDescription
<Ingress API for the manager Server>The external URL for the Manager service (exposed via Ingress)
<clustername>Name of your target cluster
extra_hostsMapping of Pulse host IPs to hostnames (used internally for networking)

What Happens Next?

  • The Manager Server updates the CR behind the scenes with the listed services.
  • The Pulse Operator detects this update and automatically deploys the services to the cluster nodes.

Important Notes

  • Ensure Ingress and authentication are correctly configured before running the command.
  • To verify deployment, use kubectl get pods -n <namespace>.
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard