Pulsar Ping Pong
Introduction
PulsarPingPong is a tutorial project I created to demonstrate the use of Apache Pulsar on Kubernetes. This tutorial provides a step-by-step guide on setting up a PingPong application using Pulsar’s messaging system, deployed within a Kubernetes environment.
Project Scope
The project includes:
- Apache Pulsar Setup: Instructions for deploying Apache Pulsar on Kubernetes.
- PingPong Application: Implementation of a simple PingPong messaging application to demonstrate Pulsar’s capabilities.
- Kubernetes Deployment: Guidelines for deploying and managing the application within a Kubernetes cluster.
Features
- Apache Pulsar Deployment:
- Detailed steps to deploy Apache Pulsar in a Kubernetes environment.
- PingPong Application:
- Simple messaging application to illustrate Pulsar’s publish-subscribe mechanism.
- Kubernetes Management:
- Instructions on managing deployments, scaling, and monitoring within Kubernetes.