Platform Application Dependencies
Dependencies between workspace applications
Platform applications that are deployed to a workspace’s attached clusters can depend on each other. It is important to note these dependencies when customizing the workspace platform applications to ensure that your applications are properly deployed to the clusters. For more information on how to customize workspace platform applications, see Workspace Platform Applications.
When deploying or troubleshooting platform applications, it helps to understand how platform applications interact and may require other platform applications as dependencies.
If a platform application’s dependency does not successfully deploy, the platform application requiring that dependency does not successfully deploy.
The following sections detail information about the workspace platform application.
Foundational Applications
Provides the foundation for all platform application capabilities and deployments on managed clusters. These applications must be enabled for any platform applications to work properly.
The foundational applications are comprised of the following platform application:
cert-manager: Automates TLS certificate management and issuance.
reloader: A controller that watches changes on ConfigMaps and Secrets, and automatically triggers updates on the dependent applications.
traefik: Provides an HTTP reverse proxy and load balancer. Requires cert-manager and reloader.
Platform Application | Required Dependencies |
---|---|
cert-manager | - |
reloader | - |
traefik | cert-manager, reloader |
Logging
Collects logs over time from Kubernetes and applications deployed on managed clusters. Also provides the ability to visualize and query the aggregated logs.
fluent-bit: Open source and multi-platform log processor tool which aims to be a generic Swiss knife for logs processing and distribution.
grafana-logging: Logging dashboard used to view logs aggregated to Grafana Loki.
grafana-loki: A horizontally-scalable, highly-available, multi-tenant log aggregation system inspired by Prometheus.
logging-operator: Automates the deployment and configuration of a Kubernetes logging pipeline.
rook-ceph and rook-ceph-cluster: A Kubernetes-native high performance object store with an S3-compatible API that supports deploying into private and public cloud infrastructures.
Platform Application | Required Dependencies | Optional Dependencies |
---|---|---|
fluent-bit | - | - |
grafana-logging | grafana-loki | - |
grafana-loki | rook-ceph-cluster | - |
logging-operator | - | - |
rook-ceph | - | - |
rook-ceph-cluster | rook-ceph | kube-prometheus-stack Users can override the configuration to remove the dependency, as needed. |
Monitoring
Provides monitoring capabilities by collecting metrics, including cost metrics, for Kubernetes and applications deployed on managed clusters. Also provides visualization of metrics and evaluates rule expressions to trigger alerts when specific conditions are observed.
kubecost: provides real-time cost visibility and insights for teams using Kubernetes, helping you continuously reduce your cloud costs.
kubernetes-dashboard: A general purpose, web-based UI for Kubernetes clusters. It allows users to manage applications running in the cluster, troubleshoot them and manage the cluster itself.
kube-prometheus-stack: A stack of applications that collect metrics and provide visualization and alerting capabilities.
NOTE: Prometheus, Prometheus Alertmanager and Grafana are included in the bundled installation.
nvidia-gpu-operator: The NVIDIA GPU Operator manages NVIDIA GPU resources in a Kubernetes cluster and automates tasks related to bootstrapping GPU nodes.
prometheus-adapter: Provides cluster metrics from Prometheus.
Platform Application | Required Dependencies |
---|---|
kubecost | - |
kubernetes-dashboard | - |
kube-prometheus-stack | - |
prometheus-adapter | kube-prometheus-stack |
nvidia-gpu-operator | - |
Security
Allows management of security constraints and capabilities for the clusters and users.
gatekeeper: A policy Controller for Kubernetes.
Platform Application | Required Dependencies |
---|---|
gatekeeper | - |
Single Sign On (SSO)
Group of platform applications that allow enabling SSO on attached clusters. SSO is a centralized system for connecting attached clusters to the centralized authority on the management cluster.
kube-oidc-proxy: A reverse proxy server that authenticates users using OIDC to Kubernetes API servers where OIDC authentication is not available.
traefik-forward-auth: Installs a forward authentication application providing Google OAuth based authentication for Traefik.
Platform Application | Required Dependencies |
---|---|
kube-oidc-proxy | cert-manager, traefik |
traefik-forward-auth | traefik |
Backup
This platform application assists you with backing up and restoring your environment.
velero: An open source tool for safely backing up and restoring resources in a Kubernetes cluster, performing disaster recovery, and migrating resources and persistent volumes to another Kubernetes cluster.
Platform Application | Dependencies |
---|---|
velero | rook-ceph-cluster This is an optional dependency. Users can override the config to remove the dependency, as needed. |
Service Mesh
Allows deploying service mesh on clusters, enabling the management of microservices in cloud-native applications. Service mesh can provide a number of benefits, such as providing observability into communications, providing secure connections, or automating retries and backoff for failed requests.
istio: Addresses the challenges developers and operators face with a distributed or microservices architecture.
jaeger: A distributed tracing system used for monitoring and troubleshooting microservices-based distributed systems.
kiali: A management console for an Istio-based service mesh. It provides dashboards, observability, and lets you operate your mesh with robust configuration and validation capabilities.
Platform Application | Required Dependencies | Optional Dependencies |
---|---|---|
istio | kube-prometheus-stack | - |
jaeger | istio | - |
kiali | istio | jaeger (optional for monitoring purposes) |
knative | istio | - |
DKP Insights
Analyses your cluster’s health, detects current and future anomalies, and creates alerts that offer root cause analysis and recommended solutions.
dkp-insights: Also called DKP Insights Engine, collects events and metrics on your cluster and uses rule-based heuristics to detect potential anomalies of varying criticality.
dkp-insights-management: Also called DKP Insights Management, collects anomaly alerts from one or several clusters and displays root cause analysis and recommended solutions in the UI.
Platform Application | Required Dependencies | Optional Dependencies |
---|---|---|
dkp-insights | Management/Essential Cluster
Workspace
| - |
dkp-insights-management | kubefed | - |
DKP AI Navigator Cluster Info Agent
Coupled with the AI Navigator, it analyses your cluster’s data to include live information on queries made through the AI Navigator chatbot.
ai-navigator-info-api
: This is the collector of the application’s API service, which performs all data abstraction data structuring services. This component is enabled by default and included in the AI Navigator.ai-navigator-info-agent
: After manually enabling this platform application, the agent starts collecting Essential or Management cluster data and injecting it into the Cluster Info Agent database.
Platform Application | Required Dependencies | Optional Dependencies |
---|---|---|
ai-navigator-info-agent | On the Management/Essential Cluster
| - |