Kubernetes Cluster System Components
Overview
JovianX manages Kubernetes clusters
Container Logging | Elastic + FluentD
Monitoring | Prometheus + Grafana
Cluster Access Gateway | Ambassador + Cert-Manager
Installing Ambassador Gateway
Note: Configure nodeSelector to run Ambassador on the jovianx-system node pool. Note that node selector has
To view current labels on the nodes run $ kubectl get nodes --show-labels
. then
Note that nodeSelector has to escape dot(.
)char.
Last updated