Join us

ContentUpdates and recent posts about Flux..
Link
@anjali shared a link, 3 months, 1 week ago
Customer Marketing Manager, Last9

OTel Updates: Unroll Processor Now in Collector Contrib

The OTel unroll processor splits bundled log records into individual events. Now in Collector Contrib v0.137.0 for VPC and CloudWatch logs.

Unroll Processor
Story
@laura_garcia shared a post, 3 months, 1 week ago
Software Developer, RELIANOID

Tesco’s latest outage is a reminder: uptime IS the customer experience.

Shoppers across the UK faced checkout failures, broken order updates, and Clubcard access issues as Tesco’s digital platforms suffered “intermittent” instability. In modern retail, even brief disruptions damage trust, loyalty, and sales. At RELIANOID, we help retailers stay resilient with intelligen..

tesco outage
Link
@anjali shared a link, 3 months, 1 week ago
Customer Marketing Manager, Last9

Instrumentation: Getting Signals In

See how instrumentation in OpenTelemetry helps track app issues, know the difference between auto and manual methods, and when to use them.

otel_metrics_quarkus
 Activity
@devopslinks added a new tool Syft , 3 months, 1 week ago.
 Activity
@kaptain added a new tool KubeLinter , 3 months, 1 week ago.
 Activity
@devopslinks added a new tool Grype , 3 months, 1 week ago.
 Activity
@kaptain added a new tool Hadolint , 3 months, 1 week ago.
 Activity
@varbear added a new tool Bandit , 3 months, 1 week ago.
 Activity
@devopslinks added a new tool JFrog Xray , 3 months, 1 week ago.
 Activity
@devopslinks added a new tool OWASP Dependency-Check , 3 months, 1 week ago.
Flux is a Kubernetes-native GitOps toolkit designed to manage and automate infrastructure and application deployments using Git as the source of truth. It continuously watches Git repositories for changes to configuration files, then applies and reconciles those changes within Kubernetes clusters. This guarantees that the live state of the system always matches what’s defined in Git, providing a reliable, auditable, and repeatable deployment workflow.

Flux supports multi-tenancy, progressive delivery, and secure secrets handling, making it suitable for both simple and complex production environments. It integrates seamlessly with tools like Helm, Kustomize, and SOPS, and is built to scale across teams and clusters. Maintained under the CNCF, Flux is a core enabler of modern GitOps practices, used by organizations aiming for high automation, traceability, and operational stability in their cloud native infrastructure.