Title
Create new category
Edit page index title
Edit category
Edit link
Install Pulse Kubernetes Resources Manually
This page describes how to install Pulse Kubernetes resources by manually applying Kubernetes manifests.
Prerequisites
Before you begin, make sure that you have:
Access to the target Kubernetes cluster.
kubectlconfigured for the target cluster.The Pulse Kubernetes resource package (
k8s_tar).An Amazon ECR password generated from the Acceldata License Portal.
Create the Namespace
Create a namespace for the Pulse deployment.
Create the Docker Registry Secret
Create a Docker registry secret to allow Kubernetes to pull images from the Acceldata Amazon ECR registry.
Generate the Amazon ECR password from the Acceldata License Portal and replace <AWS-password> with the generated value.
Extract the Kubernetes Resource Package
Download and extract the k8s_tar package.
The package contains the following files:
Update namespace and registry values
Replace the namespace and registry secret placeholders in the YAML files.
Configure host aliases (optional)
If the Kubernetes cluster cannot resolve database server or Hadoop cluster hostnames through DNS, add host aliases to the pulse_manager_server.yaml deployment specification.
You can add a similar structure to the spec of the deployment of pulse_manager_server.yaml file for the manager server to be able to resolve the DB server hosts.
Configure the Pulse hostname
Update the PULSE_HOSTNAME environment variable in pulse_manager_server.yaml.
Replace the example value with the ingress hostname for your environment.
Configure the ADStream URL
Update the ADSTREAM_URL environment variable in pulse_manager_server.yaml.
Replace the example value with the ingress URL for your environment.
Apply the Kubernetes resources
Apply the RBAC resources.
Apply the Pulse custom resource definition (CRD).
Deploy the Pulse manager server and Pulse operator.
Verify the deployment
Verify that the Pulse pods are running.
Example output:
Verify that the services are created.
Example output:
For additional help, contact www.acceldata.force.com OR call our service desk +1 844 9433282
Copyright © 2026