You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hadoop-hdds/docs/content/start/Kubernetes.md
+31-1Lines changed: 31 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,6 @@ weight: 22
25
25
* kubectl
26
26
{{< /requirements >}}
27
27
28
-
29
28
As the _apache/ozone_ docker images are available from the dockerhub the deployment process is very similar to Minikube deployment. The only big difference is that we have dedicated set of k8s files for hosted clusters (for example we can use one datanode per host)
30
29
Deploy to kubernetes
31
30
@@ -51,3 +50,34 @@ Now you can access any of the services. By default the services are not publishe
51
50
kubectl port-forward s3g-0 9878:9878
52
51
kubectl port-forward scm-0 9876:9876
53
52
```
53
+
54
+
## Apache Ozone Helm Chart
55
+
56
+
For a streamlined deployment of Apache Ozone on Kubernetes, consider using the [Apache Ozone Helm Chart](https://apache.github.io/ozone-helm-charts/). This Helm Chart simplifies the installation and management of an Ozone cluster by packaging best practices into a set of configurable Kubernetes resources.
57
+
58
+
1.**Add the Ozone Helm Repository**
59
+
60
+
First, add the Apache Ozone Helm repository and update your local Helm repo cache:
For more detailed documentation and advanced configuration options, please refer to the [Apache Ozone Helm Chart](https://apache.github.io/ozone-helm-charts/) documentation.
0 commit comments