Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ UDS Core establishes a secure baseline for cloud-native systems and ships with c
- [Grafana](https://grafana.com/oss/grafana/) - Monitoring
- [Istio](https://istio.io/) - Service Mesh
- [Loki](https://grafana.com/oss/loki/) - Log Aggregation
- [Metrics Server](https://github.com/kubernetes-sigs/metrics-server) - Metrics
- [Metrics Server](https://github.com/kubernetes-sigs/metrics-server)* - Metrics
- [Neuvector](https://open-docs.neuvector.com/) - Container Security
- [Pepr](https://pepr.dev) - UDS policy engine & operator
- [Prometheus Stack](https://github.com/prometheus-operator/kube-prometheus) - Monitoring
- [Promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) - Log Aggregation

*Supports component deselection to use a Kubernetes distribution provided metrics-server.

#### Future Applications

- [Authservice](https://github.com/istio-ecosystem/authservice) - Authorization
Expand Down
3 changes: 2 additions & 1 deletion packages/standard/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ components:

# Metrics Server
- name: metrics-server
required: true
# default instead of required to support deselection to use a distro-default metrics-server
default: true
import:
path: ../../src/metrics-server

Expand Down