
Security News
OWASP 2025 Top 10 Adds Software Supply Chain Failures, Ranked Top Community Concern
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.
github.com/cloudposse/kube-prometheus-charts
Advanced tools
Helm charts for installing end-to-end Prometheus monitoring of Kubernetes clusters using the prometheus-operator project from CoreOS.
As the upstream projects are very much in an alpha state, so is this one. Everything is subject to change.
This repository contains four interrelated charts:
prometheus-operator: installs the Prometheus Operatorprometheus: installs a Prometheus instance using the Prometheus Operatoralertmanager: installs an Alertmanager instance using the Prometheus Operatorkube-prometheus: installs end-to-end cluster monitoring (not ready for use)opsgoodness chart repository:helm repo add opsgoodness http://charts.opsgoodness.com
helm repo update
(Optionally) Create custom prometheus-operator values file
Install prometheus-operator:
helm install opsgoodness/prometheus-operator [--namespace <namespace>] [-f prometheus-operator.yaml]
(Optionally) Create custom alertmanager values
Install alertmanager:
helm install opsgoodness/alertmanager [--namespace <namespace>] [-f alertmanager.yaml]
(Optional) Create custom prometheus values
Install prometheus:
helm install opsgoodness/prometheus [--namespace <namespace>] [-f prometheus.yaml]
FAQs
Unknown package
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.