Dash0 Raises $110M Series B at $1B Valuation
For monitoring your Kubernetes cluster and workloads there is no faster and easier way than using Dash0's Kubernetes Operator.
The Dash0 Kubernetes operator is designed to easily gather telemetry from your cluster and its deployed workloads. It comes with built-in best practices for Kubernetes, automatic workload identification and instrumentation, and support for configuration as code.
The Dash0 operator for Kubernetes is 100% open source, made of several OpenTelemetry components optimized to provide a great out-of-the-box experience monitoring your Kubernetes workloads.
You can learn more about the Dash0 K8s operator in our documentation.
The operator manager pod is logging errors at an elevated rate
The operator manager pod {{ $labels.k8s_pod_name }} logs errors in cluster {{ $labels.k8s_cluster_name }}.
The Dash0 operator reports issues when synchronizing resources with the Dash0 API
The Dash0 operator reports issues when synchronizing resources with the Dash0 API in cluster {{$labels.k8s_cluster_name}}.
The Dash0 operator manager pod is not ready, according to the k8s.container.ready metric
The Dash0 operator manager pod in cluster {{ $labels.k8s_cluster_name }} is not ready, according to the k8s.container.ready metric.
Dash0 operator pods are in a CrashLoopBackOff state
Pods in {{ $labels.k8s_cluster_name }}/{{ $labels.k8s_namespace_name }} are in a CrashLoopBackOff.
Dash0 Operator PrometheusRule reconciliation rate is unusually high
Alert triggers when PrometheusRule reconciliation rate is unusually high, which may indicate issues with the operator or configuration changes.
Let's get the Dash0 Kubernetes Operator installed. It only takes a few minutes!
Add the Helm chart for the Dash0 operator to your Helm repository.
You need a Dash0 authorization token to connect to Dash0's servers for data transmission. We recommend to store it securely within a Kubernetes secret in the namespace where you will install the Dash0 operator.
Next, let's deploy the Dash0 operator via its Helm chart.
When installing the Dash0 operator on GKE Autopilot, you should also add --set operator.gke.autopilot.enabled=true.
Observability with the Dash0 operator must be enabled for each namespace that you want to monitor with Dash0. To start
monitoring a namespace, create a Dash0Monitoring resource in the namespace, like this:
Consult the Dash0 documentation or the Helm chart documentation to learn more about the features of the Dash0 operator.