Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing KAFKA on the server #62

Open
SoyluAlaattin opened this issue May 24, 2024 · 0 comments
Open

Installing KAFKA on the server #62

SoyluAlaattin opened this issue May 24, 2024 · 0 comments
Labels
DevOps feature Proposal or implementation of new features low priority Minor issues, can be addressed later

Comments

@SoyluAlaattin
Copy link
Member

SoyluAlaattin commented May 24, 2024

Steps to Follow During Kafka Installation on Kubernetes and Kubesphere

  • Install Kafka and the necessary Zookeeper for Kafka to work.
  • For Zookeeper:
    • Create a Persistent Volume.
    • Create a Persistent Volume Claim.
    • Create a StatefulSet.
    • Create a Service.
  • For Kafka:
    • Create a Persistent Volume.
    • Create a Persistent Volume Claim.
    • Create a StatefulSet.
    • Create a Service.
  • Configure to consist of 1 replica.
  • Change the default username and password.
@octopos-prime octopos-prime added DevOps medium priority Important issues to be addressed soon waiting topic labels May 24, 2024
@SoyluAlaattin SoyluAlaattin added feature Proposal or implementation of new features low priority Minor issues, can be addressed later and removed medium priority Important issues to be addressed soon waiting topic labels May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps feature Proposal or implementation of new features low priority Minor issues, can be addressed later
Projects
None yet
Development

No branches or pull requests

3 participants