momo-jun commented on code in PR #18015: URL: https://github.com/apache/pulsar/pull/18015#discussion_r1000288986
########## site2/docs/deploy-kubernetes.md: ########## @@ -1,10 +1,39 @@ --- id: deploy-kubernetes -title: Deploy Pulsar on Kubernetes +title: Overview sidebar_label: "Kubernetes" --- -To get up and running with these charts as fast as possible, in a **non-production** use case, we provide -a [quick start guide](getting-started-helm.md) for Proof of Concept (PoC) deployments. +The Apache Pulsar [Helm chart](https://github.com/apache/pulsar-helm-chart) provides one of the most convenient ways to deploy and operate Pulsar on Kubernetes. With all the required components, the Helm chart is scalable and thus suitable for large-scale deployments. -To configure and install a Pulsar cluster on Kubernetes for production usage, follow the complete [Installation Guide](helm-install.md). \ No newline at end of file +The Apache Pulsar Helm chart contains all components to support the features and functions that Pulsar delivers. You can install and configure these components separately. + +- Pulsar core components + - ZooKeeper + - Bookies + - Brokers + - Function workers + - Proxies +- Control center + - Pulsar Manager + - Prometheus + - Grafana + + +## What's Next? + +* To get up and running with Pulsar Helm chart as fast as possible for Proof of Concept (PoC) in a **non-production** use case, see the [quick start guide](getting-started-helm.md). Review Comment: I think it's okay to leave the link here as a quick start option and it's up to the readers to the next move. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
