Join us

ContentUpdates and recent posts about Sigstore..
Course
@eon01 published a course, 4ย months, 4ย weeks ago
Founder, FAUN.dev

Cloud Native CI/CD with GitLab

GitLab GitLab CI/CD Helm Prometheus Docker GNU/Linux Kubernetes

From Commit to Production Ready

Cloud Native CI/CD with GitLab
Course
@eon01 published a course, 4ย months, 4ย weeks ago
Founder, FAUN.dev

Observability with Prometheus and Grafana

Prometheus Docker k3s Grafana GNU/Linux Kubernetes

A Complete Hands-On Guide to Operational Clarity in Cloud-Native Systems

Observability with Prometheus and Grafana
Course
@eon01 published a course, 4ย months, 4ย weeks ago
Founder, FAUN.dev

Cloud-Native Microservices With Kubernetes - 2nd Edition

Helm Jaeger OpenTelemetry Prometheus Docker Grafana Loki Grafana Kubernetes Kubectl

A Comprehensive Guide to Building, Scaling, Deploying, Observing, and Managing Highly-Available Microservices in Kubernetes

Cloud-Native Microservices With Kubernetes - 2nd Edition
Course
@eon01 published a course, 4ย months, 4ย weeks ago
Founder, FAUN.dev

Building with GitHub Copilot

GitHub Copilot Go Python

From Autocomplete to Autonomous Agents

Building with GitHub Copilot
Link
@anjali shared a link, 4ย months, 4ย weeks ago
Customer Marketing Manager, Last9

Instrument Jenkins With OpenTelemetry

Instrument Jenkins with OpenTelemetry to understand pipeline behavior, stage latency, and deploy steps using a single telemetry flow.

Otel_injector
ย Activity
@devopslinks added a new tool Fleet , 5ย months ago.
Course
@eon01 published a course, 5ย months ago
Founder, FAUN.dev

End-to-End Kubernetes with Rancher, RKE2, K3s, Fleet, Longhorn, and NeuVector

Rancher Longhorn Rancher Kubernetes Engine (RKE2) Rancher Kubernetes Engine (RKE) Fleet NeuVector k3s GNU/Linux Docker Traefik Kubectl

The full journey from nothing to production

End-to-End Kubernetes with Rancher, RKE2, K3s, Fleet, Longhorn, and NeuVector
Story
@laura_garcia shared a post, 5ย months ago
Software Developer, RELIANOID

๐Ÿ”ฅ ๐—•๐—น๐—ฎ๐—ฐ๐—ธ ๐—™๐—ฟ๐—ถ๐—ฑ๐—ฎ๐˜† ๐—ฎ๐˜ ๐—ฅ๐—˜๐—Ÿ๐—œ๐—”๐—ก๐—ข๐—œ๐——: ๐—˜๐˜…๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ฃ๐—ฟ๐—ผ๐—บ๐—ผ๐˜๐—ถ๐—ผ๐—ป๐˜€ ๐—”๐—ฟ๐—ฒ ๐—Ÿ๐—ถ๐˜ƒ๐—ฒ! ๐Ÿ”ฅ

This year, weโ€™re taking Black Friday to the next level โ€” with ๐˜๐—ฎ๐—ถ๐—น๐—ผ๐—ฟ๐—ฒ๐—ฑ ๐—ฝ๐—ฟ๐—ผ๐—บ๐—ผ๐˜๐—ถ๐—ผ๐—ป๐˜€ designed specifically for our users, partners, and customers, who will receive their ๐—ฒ๐˜…๐—ฐ๐—น๐˜‚๐˜€๐—ถ๐˜ƒ๐—ฒ ๐—ผ๐—ณ๐—ณ๐—ฒ๐—ฟ ๐—ฑ๐—ถ๐—ฟ๐—ฒ๐—ฐ๐˜๐—น๐˜† tomorrow, perfectly matched to their environment โžก๏ธ ๐ŸŽ ๐—–๐˜‚๐˜€๐˜๐—ผ๐—บ๐—ถ๐˜‡๐—ฒ๐—ฑ ๐—ข๐—ณ๐—ณ๐—ฒ๐—ฟ๐˜€ ๐—ณ๐—ผ๐—ฟ ๐—˜๐˜ƒ๐—ฒ๐—ฟ๐˜† ๐—ก๐—ฒ๐—ฒ๐—ฑ. ๐Ÿš€ ๐——๐—ผ ๐˜†๐—ผ๐˜‚ ๐˜„๐—ฎ๐—ป๐˜ ๐˜๐—ผ ๐—ธ๐—ป๐—ผ..

Story Trending
@thiagoterzi shared a post, 5ย months ago
CEO, dgt27

Overcoming Data Duplication in CRM Systems

Learn how to prevent and resolve CRM data duplication using automation, AI tools, and smart integrations like Marketo Salesforce integration to maintain cleaner data.

Overcoming Data Duplication in CRM Systems
Story
@laura_garcia shared a post, 5ย months ago
Software Developer, RELIANOID

๐Ÿš€ New Deployment Guide: RELIANOID Enterprise Edition v8 on Azure with Terraform

We're excited to share a 1-minute deployment guide showing how to quickly launch the RELIANOID Load Balancer Enterprise Edition v8 on Microsoft Azure using our official Terraform module. ๐Ÿ”ง Whatโ€™s inside the guide? Prerequisites (Terraform, Azure CLI, SSH keys) How to find the official Terraform modu..

terraform_relianoid_enterprise_azure_img2
Sigstore is an open source initiative designed to make software artifact signing and verification simple, automatic, and widely accessible. Its primary goal is to improve software supply chain security by enabling developers and organizations to cryptographically prove the origin and integrity of the software they build and distribute.

At its core, sigstore removes many of the traditional barriers associated with code signing. Instead of managing long-lived private keys manually, sigstore supports keyless signing, where identities are issued dynamically using OpenID Connect (OIDC) providers such as GitHub Actions, Google, or Microsoft. This dramatically lowers operational complexity and reduces the risk of key compromise.

The sigstore ecosystem is composed of several key components:

- Cosign: A tool for signing, verifying, and storing signatures for container images and other artifacts. Signatures are stored alongside artifacts in OCI registries, rather than embedded in them.

- Fulcio: A certificate authority that issues short-lived X.509 certificates based on OIDC identities, enabling keyless signing.

- Rekor: A transparency log that records signing events in an append-only, tamper-evident ledger. This provides public auditability and detection of suspicious or malicious signing activity.

Together, these components allow anyone to verify who built an artifact, when it was built, and whether it has been tampered with, using publicly verifiable cryptographic proofs. This aligns closely with modern supply chain security practices such as SLSA (Supply-chain Levels for Software Artifacts).

sigstore is widely adopted in the cloud-native ecosystem and integrates with tools like Kubernetes, container registries, CI/CD pipelines, and package managers. It is commonly used to sign container images, Helm charts, binaries, and SBOMs, and is increasingly becoming a baseline security requirement for production software delivery.

The project is governed by the OpenSSF (Open Source Security Foundation) and supported by major industry players.