File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ To try out a8s you will need:
10
10
- one [ StorageClass] [ storage-class ] marked as ` default ` in the Kubernetes cluster
11
11
- one AWS S3 bucket for storing Backups
12
12
13
+ If you want your data service instances to have IPs reachable from outside the K8s cluster
14
+ (by using the feature described
15
+ [ here] ( ./application-developers/advanced_configuration.md#usage-outside-the-kubernetes-cluster ) ),
16
+ the K8s cluster must support [ external load balancers] [ k8s-load-balancer-services ] .
17
+
13
18
To access the included Dashboards (Grafana, OpenSearch Dashboards) it is also
14
19
recommended to deploy an Ingress Controller on your cluster. To access the
15
20
Dashboards you can then expose the Dashboard Services, for more information on
@@ -55,3 +60,4 @@ marginally.
55
60
56
61
[ storage-class ] : https://kubernetes.io/docs/concepts/storage/storage-classes/
57
62
[ k8s-ingress ] : https://kubernetes.io/docs/concepts/services-networking/ingress/
63
+ [ k8s-load-balancer-services ] : https://kubernetes.io/docs/concepts/services-networking/service/#loadbalancer
You can’t perform that action at this time.
0 commit comments