iuliana commented on a change in pull request #1100:
URL: https://github.com/apache/brooklyn-server/pull/1100#discussion_r429915370



##########
File path: locations/container/README.md
##########
@@ -0,0 +1,30 @@
+
+# Kubernetes Location
+
+Brooklyn Container Location has an extensive support for Kubernetes deployments
+In particular, it supports
+
+- KubernetesResource
+- KubernetesHelmChart
+- KubernetesContainer
+
+## Kubernets Helm Chart
+
+Here's an example of an Helm based blueprint 
+
+```YAML
+location:
+  kubernetes:
+    endpoint: https://localhost:6443
+    kubeconfig: /home/user/.kube/config
+services:
+- type: org.apache.brooklyn.container.entity.kubernetes.KubernetesHelmChart
+  name: jenkins-helm
+  chartName: jenkins

Review comment:
       Not sure yet, solving the dependency hell is still onlgoing.

##########
File path: locations/container/README.md
##########
@@ -0,0 +1,30 @@
+
+# Kubernetes Location
+
+Brooklyn Container Location has an extensive support for Kubernetes deployments
+In particular, it supports
+
+- KubernetesResource
+- KubernetesHelmChart
+- KubernetesContainer
+
+## Kubernets Helm Chart
+
+Here's an example of an Helm based blueprint 
+
+```YAML
+location:
+  kubernetes:
+    endpoint: https://localhost:6443
+    kubeconfig: /home/user/.kube/config
+services:
+- type: org.apache.brooklyn.container.entity.kubernetes.KubernetesHelmChart
+  name: jenkins-helm
+  chartName: jenkins

Review comment:
       Not sure yet, solving the dependency hell is still ongoing.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to