Home / Companies / Cloudsmith / Blog / April 2025

April 2025 Summaries

11 posts from Cloudsmith

Filter
Month: Year:
Post Summaries Back to Blog
Cloudsmith’s Enterprise Policy Management (EPM) is a programmable policy-as-code layer that controls security, compliance, and artifact flow across the software supply chain. It allows teams to codify rules once and apply them continuously across repositories, enabling continuous security and compliance enforcement without introducing friction. EPM uses data at every stage, provides detailed logs for audits and investigations, and includes compliance dashboards to surface insights in security, compliance, and policy activity. The solution is built on top of an engine that takes a policy-as-code approach using Rego, with support for open policy agent (OPA) integration. EPM enables teams to create automated vulnerability policies, enforce license compliance at scale, manage internal remediation SLAs with time-based policies, and implement practical examples of policies in line with their organization's compliance requirements. By aligning security, legal, and engineering teams around shared, automated rules, EPM removes friction and gives control, making governance part of the pipeline.
Apr 30, 2025 2,129 words in the original blog post.
Cloudsmith built Enterprise Policy Management (EPM) on Open Policy Agent (OPA) using Rego to define policies as code, which control how packages move through systems and are versioned, reviewable, and enforceable. EPM draws on extensive metadata collected from artifacts, including format, version, tags, license, vulnerability, malware scan results, and digital signatures. Policies tap into this data to take action based on what matters to teams. The policy code uses Rego rules to evaluate multiple risk indicators across all known vulnerabilities for a package, including CVSS and EPSS scores, patch availability, and CVE exclusion. The policy checks if the vulnerability exceeds configured thresholds for CVSS and EPSS scores and is older than a specified age threshold before triggering an action. Cloudsmith performs automated actions in response to a policy trigger, such as tagging the package as "risky" or quarantining it. The API offers instructions to manage policies using EPM, including simulating policies without enforcing them, while the decision log provides a transparent record of what happened and why.
Apr 30, 2025 1,057 words in the original blog post.
In the race to ship software faster, many teams have turned to automation, decentralized tools, and powerful pipelines, but this has introduced a growing Identity and Access Management (IAM) threat vector in modern CI/CD security. This vulnerability arises from managing numerous identities across interconnected systems, including source control, build agents, artifact repositories, and deployment targets, often leading to inconsistent, outdated, or overly permissive IAM policies. Several recurring IAM security issues emerge, including overly permissive identities, stale accounts, local identities, shared credentials, and external users, which can lead to compromise of a single identity holding excessive permissions, lateral movement potential, credential sprawl, orphaned accounts, compliance gaps, and unauthorised activities. To mitigate these risks, organisations must adopt IAM best practices, such as mapping all identities, auditing external users, enforcing least privilege access, eliminating stale access, federating identity management, disabling self-registration, and prioritising IAM as a security priority in CI/CD.
Apr 24, 2025 1,379 words in the original blog post.
With the recent shake-up around CVE funding and broader questions about long-term support for cybersecurity infrastructure, controlling what you can is more important than ever. Modern software development practices rely heavily on CI/CD systems, which serve as the primary conduit from a developer's local environment to production. The adoption of DevOps practices and microservices has diversified the CI/CD landscape, introducing a broader and more complex attack surface that threat actors are increasingly targeting. One key risk is Inadequate Flow Control, where an attacker exploits weak or missing safeguards within the CI/CD pipeline to push unauthorised or malicious code without triggering any manual checks or secondary validation. This can be achieved through various means such as committing code to a monitored branch that automatically triggers deployment, using manual triggers to deploy unauthorised code, or publishing malicious updates to shared libraries used in production. To mitigate this risk, businesses should establish controls that require multiple layers of validation, including enforcing strict branch protection rules, limiting and auditing auto-merge rules, requiring multi-person approval for deployments, and monitoring and detecting production drift. Integrating security-focused tools such as Sigstore, Scorecard, SLSA, and Allstar can also help strengthen the CI/CD security posture.
Apr 17, 2025 1,001 words in the original blog post.
Cloudsmith is a cloud-native artifact management platform designed for high scalability and reliability, delivering a highly available experience for teams of all sizes. By leveraging multi-region deployment, built-in edge caching, and elastic scaling, Cloudsmith enables automatic scaling without manual intervention, making it ideal for enterprise customers with massive engineering teams, aggressive automation, and exploding dependency trees. The platform's cloud-native architecture ensures simplicity in design, security by default, and genuine scalability, allowing teams to focus on development without worrying about infrastructure management. With built-in redundancy and global presence, Cloudsmith provides a seamless experience even during sudden load surges, making it an attractive solution for organizations seeking a secure software supply chain.
Apr 15, 2025 2,717 words in the original blog post.
Cloudsmith has announced a significant enhancement to its Maven repository support, allowing Java developers to upload and distribute arbitrary files using Maven repositories. This update unlocks more flexible workflows for projects, enabling the use of non-standard files such as custom dependencies, binary assets, configuration files, documentation bundles, or any other unconventional file type. Cloudsmith's improved Maven support now includes upstream repositories that can cache and serve arbitrary files from external sources, direct uploads for manual or automated uploads, and tooling support using native tools like Maven, Gradle, or SBT. This update aims to simplify build and deployment workflows for Java developers, providing a more flexible and powerful solution for managing projects.
Apr 14, 2025 375 words in the original blog post.
Fedora has announced a change proposal to make 99% of its package builds reproducible in its upcoming Fedora 43 release, aiming to ensure that 99% of its packages meet this standard by the time it ships. This effort is part of a bigger shift toward verifiable trust in the software supply chain, which touches anyone who builds, ships, or consumes software. Reproducible builds make it possible to verify package integrity, audit what's inside an artifact without reverse-engineering it, and protect against supply chain attacks. Fedora is standardizing timestamps and metadata using tools like add-determinism, adopting SOURCE_DATE_EPOCH to control build-time data, and building out infrastructure for independent verification. This effort overlaps with Cloudsmith's focus on cloud-native artifact management, which aims to provide trust, provenance, and control over the software that flows through the pipeline. Cloudsmith plans to participate in this effort by providing infrastructure to support reproducible builds, including signature verification, dependency scanning, access control, and metadata transparency.
Apr 12, 2025 760 words in the original blog post.
Kubernetes 1.33 is approaching, and it brings a significant number of enhancements, including improvements to security, scalability, and usability. Some key features include the ability to specify a new `--subresource` flag in `kubectl` commands for fetching and updating subresources like status, scale, and more; support for user-specific namespaces; in-place updates for Pod resource requests and limits; and several enhancements to the Kubernetes API, including support for declarative validation of Kubernetes native types using validation-gen. Additionally, there are improvements to scheduling, storage, and authentication, as well as a new feature gate for configurable tolerance in Horizontal Pod Autoscalers. The release is expected to unfold throughout April 2025, with key milestones including two release candidates on April 8 and 15, followed by the official v1.33 release on April 23rd.
Apr 08, 2025 5,564 words in the original blog post.
There’s something unmistakably electric about being at KubeCon in person. Maybe it’s the hallway chats, the animated late-night debates (helped along by the thump of House of Kube), or the shared momentum in the air – this year felt like a shift in the literal sense. Cloud-native isn’t just evolving; it’s maturing, solidifying, and meeting the pace of a world increasingly hungry for scale and simplicity. KubeCon + CloudNativeCon Europe 2025, held at ExCeL London from April 1 to 4, brought together thousands of practitioners to explore the state of Kubernetes and the cloud-native stack. Several clear themes emerged across keynotes, breakout sessions, and late-night conversations. This year’s focus areas included software supply chain security, the rise of WebAssembly (Wasm) in production environments, unified observability efforts, FinOps and cost optimization, and the ongoing reinvention of artifact management. The conference vibe was exuberant and technically charged. CNCF celebrated its tenth anniversary of Kubernetes with a look forward: how to keep bridging cloud-native innovation with real-world production needs. The Day 1 Keynote introduced a fun twist on professional development: the Golden Kubestronaut designation. This new CNCF program recognizes attendees completing all 13 CNCF certifications plus the LFCS Linux admin exam, showcasing their cloud-native mastery. If you saw folks wearing unique Kubestronaut beanies or jackets, now you know why. The challenging economic climate also underscored a focus on pragmatism: many hallway conversations compared notes on balancing cloud costs and complexity with on-prem solutions, highlighting that sometimes on-prem isn’t worth the trade-offs in agility. KubeCon London 2025 in numbers: ~12,000+ attendees, 229 sessions, and countless community meetups and parties (don’t worry, the famous House of Kube party returned for those who could snag an invite, sponsored again, of course, by Cloudsmith, along with our friends at Humanitec, Tailscale, Sysdig, and Chainguard). Read on for our curated highlights of sessions relevant; we’ve organized the recap into thematic sections for easy scanning. WebAssembly (Wasm) emerged as a star of the show, signaling that 2025 is the year Wasm goes from promise to production in cloud-native systems. A standout session was “Was I Right or Wasm I Wrong? A Review of the Wasm Ecosystem” by Taylor Thomas (Cosmonic) and David Justice (Microsoft). Both are co-chairs of the CNCF TAG Runtime Wasm working group, and their talk gave a whirlwind tour of how Wasm has evolved from a browser technology to a building block for cloud platforms. They reviewed Wasm’s journey and why it’s ready for prime time: Wasm offers portability, sandboxed security, and fast startup, making it ideal for cloud and edge deployments. Custom ABIs hampered early server-side Wasm experiments, but the new component model (with WASI 1.0 on the horizon) unlocks true interoperability. The talk highlighted a parade of projects leveraging Wasm today: wasmCloud – a CNCF project enabling a cloud-native Wasm application runtime; Spin by Fermyon – a developer tool for serverless Wasm apps; Kubewarden – a universal policy engine using Wasm modules for Kubernetes admission control; Kubernetes Wasm extension – demonstrating pluggable cluster scheduling logic in Wasm; Envoy & Nginx Wasm plugins – extending proxies with Wasm filters (e.g., Proxy-Wasm SDKs); Hyperlight – an OSS library running sandboxed functions blazingly fast via hypervisor protection; Cloudsmith – we’re experimenting with Wasm via OPA-based policy enforcement, a use case we’re watching closely as these technologies converge. The big takeaway: Wasm is no longer niche; it’s becoming a standard layer for extensibility in many systems. Thomas and Justice’s candid discussion of the new Wasm component model (with its strengths and weaknesses) helped the audience grasp how to use it today and what’s coming next. Keep an eye out for WASI 0.3 (mid-2025) with async support and eventually a stable WASI 1.0 (perhaps 2026) that promises no breaking changes. KubeCon London had a mini track of Wasm content for those hungry for more on Wasm. Brooks Townsend (Cosmonic) dived into wasmCloud’s road to standards in a talk cheekily titled “Wasm Whiplash: wasmCloud's Wild Ride To Standards.” And if you blinked, you might have missed a Lightning Talk by Joonas Bergius on mixing WebAssembly into Linkerd service mesh (“Meshin’ With WebAssembly: Taking Linkerd Beyond Containers,” 10 minutes of intriguing mashup). All these point to WebAssembly’s growing momentum: expect Wasm components powering plugins, microservices, and cloud functions in your architecture soon. Security was the #1 theme throughout KubeCon 2025. Nearly every keynote and many sessions hammered on safeguarding the software supply chain and production clusters. Multiple talks provided hands-on insights into tools and practices for artifact integrity, provenance, and vulnerability management. One notable session was “TUF-en Up Your Software Supply Chain” by Marina Moore (Edera) and Kairo de Araujo (Eclipse Foundation). This talk focused on The Update Framework (TUF), a CNCF graduate project aimed at secure software distribution (familiar to many via its use in PyPI, Docker Content Trust, and other systems). Moore and de Araujo highlighted how to distribute container images along with their SBOMs and attestations in a tamper-evident way. They explained TUF’s core design (multi-signature trust, freshness checks, repository consistency guarantees, etc.) to ensure images and metadata remain current and unmodified in transit. A live demo showed TUF working with in-toto for end-to-end verification, illustrating how an image’s SBOM and security attestations could be signed and verified as part of a secure CI/CD pipeline. The key takeaway is that signing everything is becoming table stakes. As one of our team noted, the specifics of which signing framework you use (TUF, Cosign, Notary v2, etc.) may matter less than just doing it. The consensus is that supply chain attacks are rising, and every organization must be proactive in defense. Where and how you store signed artifacts matters, especially as OCI 1.1 enables registries to store and reference metadata like SBOMs and signatures reliably. Cloudsmith (like others in the ecosystem) is exploring how to surface this metadata securely and natively inside OCI workflows. Another must-see was “Signed, Sealed, Delivered – Sign and Verify All the Things” by Jeremy Rickard (Microsoft). In this talk, Rickard tackled several scary scenarios (image tampering, unvetted YAML in prod, registry compromises) and then showed how to fight back using an arsenal of open-source tools. He wrote a story involving ORAS + Notary + Flux + Kyverno to ensure every artifact in your cluster is trusted (KubeCon + CloudNativeCon Europe 2025: Signed, Sealed, Delivered - Sign and Ver...). For example: ORAS – enabling OCI registry storage for arbitrary artifacts (not just container images, but also signatures, SBOMs, Helm charts, etc.) Notary (v2) – signing artifacts and storing signature metadata in registries Flux – GitOps operator (here, ensuring that only signed/approved configs make it to the cluster) Kyverno – a policy engine that can validate images have known good signatures (at admission time). Rickard walked through an end-to-end demo repository (promised on GitHub) showing how to set up production-grade signing and verification. Attendees left with a clearer idea of how to put these pieces together to “verify all the things” running in their clusters. Policy and enforcement were a common refrain across security talks this year. Other security-related highlights included: Project Lightning Talk: ORAS – Create and Distribute a Multi-platform Image with Security Posture by Feynman Zhou (Microsoft), covered a 5-minute demo of building a container image with SBOM and signing info as first-class OCI artifacts. Project Lightning Talk: Protect your Kubernetes Clusters with Ratify and Attestations by Yi Zha (Microsoft) covered a quick introduction to Ratify, a Kubernetes admission controller that checks image signatures/attestations before allowing deployments. Project Lightning Talk: Notary – Securing Binary Artifacts with Fine-grained Control (also by Yi Zha), likely covering the latest on Notary v2 project status and its integration with tooling. “Notary Project: The Key to Secure Software Supply Chain” by Joaquim Rocha and René Dudfield. A longer form talks about how Notary v2 is evolving as a cornerstone to securing artifacts in registries. These trends emphasize why securing the registry is so important. Cloud-native platforms are expected to handle many formats, not just containers, but Helm charts, Wasm modules, and more, while maintaining integrity, provenance, and policy enforcement. Everyone at KubeCon seemed obsessed with observability, not just having data but also querying it more ingeniously. The hot topic was breaking down silos between metrics, logs, traces, and other telemetry to derive end-to-end insights. A notable talk in this space was “From the Observability TAG: Designing a Common Query Language for Observability Data” by Alolita Sharma (Apple), Pereira Braga (Google), and Chris Larsen (Netflix). Representing the CNCF TAG Observability, these speakers unveiled progress on a unified query language spec for observability (you could call it “SQL for observability”). The idea is to reduce the toil engineers face when switching between different query syntaxes (PromQL, LogQL, etc.) across tools. Instead, why not have a common core (ANSI SQL) with extensions to query metrics, traces, logs, and profiles? They discussed design principles and their research. The consensus is that SQL (with some “syntactic sugar” for pipes and time-series nuances) is a strong foundation. The Observability TAG’s Query Language workgroup is finalizing a spec in 2025, experimenting with pipelining syntax for more straightforward unknown data exploration. If this converges, we might soon write one query that joins data from Prometheus, Jaeger, and Loki in one go – unlocking federated queries across telemetry types. The excitement in the room was palpable; many see this as a needed evolution to make observability more accessible and powerful. At KubeCon, visibility across your entire software supply chain came through loud and clear, something we’ve been thinking a lot about at Cloudsmith. Real-time insight into artifact usage and distribution isn’t just a nice to have; it’s quickly becoming foundational to security, performance, and cost optimization. Other observability updates included project-specific sessions like the OpenTelemetry Project Update (with maintainers like Jonathan Smith sharing the latest on OTel’s roadmap) and deep dives on newer observability tools. eBPF continued to show its strengths in cloud-native troubleshooting. For example, Inspektor Gadget (an eBPF toolkit) was featured in a contrib session on simplifying Kubernetes observability. Across the board, the message was that “complete visibility” is the goal: knowing what is happening, where, and why, whether for security, cost, or compliance reasons. Additionally, Kubernetes v1.33, another exciting update teased at KubeCon, with an upcoming release on April 23rd, 2025, offers a net new enhancement to Pod Generation. Until this point, pods had a metadata generation field to represent a specific desired state of a pod, but the field is currently unused on pods. With k8s 1.33, users can allow the pod status to express which pod updates are reflected in the pod status for deeper, improved pod lifecycle visibility. What this means for practitioners: Expect the lines between logs, metrics, and traces to blur. Tooling will likely unify, and you should keep an eye on emerging standards (perhaps start with the CNCF Observability TAG discussions). It also validates why many vendors (and projects) push Observability Data Lakes and analytics beyond just dashboards. Open Policy Agent (OPA) Everywhere – Even FinOps. Policy as code has been mainstream for security for a while (with Open Policy Agent (OPA) leading the charge), but KubeCon 2025 showed OPA branching into new domains. The OPA intro and deep-dive session by project maintainers (Charlie Egan of Styra, Anders Eknert, and others) drew a big crowd, which is impressive for a project that’s been around for years. OPA’s maintainers provided updates on the roadmap: OPA’s core is stable. However, handy features like a long-awaited logical or operator in Rego and string interpolation are high on the wish list (and likely coming soon). These were celebrated since they’ll make writing policies much more ergonomic. Performance improvements and test streaming modes are being explored to speed up policy evaluation and CI feedback. The ecosystem continues growing: Regal (a Rego linter framework) saw significant improvements between v0.7 and v1.2, and the VSCode OPA plugin improved with new debugging capabilities. The most buzzworthy angle was using OPA beyond security. Sathish Kumar Venkatesan gave a talk titled “Beyond Security: Leveraging OPA for FinOps in Kubernetes.” The vast audience was a testament to FinOps being top-of-mind. The idea: if OPA can enforce policies for security, why not for cost optimization, too? Venkatesan showed how you can use OPA (with Gatekeeper) to ensure cost-efficient resource usage in clusters: Enforce that specific teams or namespaces use only cheaper instance types (e.g., prevent using expensive GPU nodes for dev workloads). Require labels for cost allocation on every namespace or deployment (to avoid “shadow” spend). Set up policies for budget limits – e.g., disallow new deployments if the cluster is nearing a monthly spend cap (with override processes for exceptions). Combine OPA with OpenCost, the CNCF incubating project for K8s cost monitoring (OpenCost | CNCF), for real-time enforcement. For instance, OpenCost can feed metrics on namespace spend, and OPA can then take action if thresholds cross a line. This “Shift Left for cost” mantra, or FinOps policy concept, resonated strongly. Attendees walked away thinking about cost as another SLO to manage via code. Integration tip: If you’re already using OPA Gatekeeper for security policies, extending it with custom cost policies could be a low-hanging fruit to improve your cloud bills. Sathish’s slides are attached to the schedule (link below). Also, check out OpenCost’s official site; it’s now a CNCF Incubating project providing visibility into Kubernetes spend (OpenCost | CNCF). Combining OpenCost dashboards with OPA enforcement could become a familiar pattern. The overarching message: OPA isn’t just for security anymore; it’s a general policy engine that can encode business rules, compliance, and efficiency best practices in one place. (On a related note, conversations at the OPA booth indicated a lot of interest in multi-cloud policy and using OPA for things like network policy validation and even GitOps workflow policies. If there’s a rule to enforce, OPA is being considered. It was gratifying to hear that, given our focus on integrating it at Cloudsmith, it’s part of our Policy Engine.) Cloud-Native Artifact Management & Beyond. KubeCon wouldn’t be complete without looking at the ecosystem of tools managing our container images and artifacts. The ‘A’ in SLSA is Artifacts, where most of the conversation landed. Artifact registries are evolving from simple stores to platforms with broad capabilities that help enforce provenance, retention, and policy. A few other talks and announcements stood out: Artifact Hub (the CNCF-hosted index of Helm charts, OLM operators, Wasm packages, and more) maintainers discussed improvements in discovering and trusting content. There was no major talk this time, but artifact discoverability remains critical as the hub grows with new package types (including Wasm modules). ORAS Artifacts and OCI 1.1: The move to treat everything (from Helm charts to SBOMs) as OCI artifacts stored in registries is gaining traction. Demos showed oras CLI pushing a multi-architecture image and its security posture in one go (Azure at KubeCon Europe 2025 | London, UK - April 1-4 | Microsoft Community Hub). This means your artifact management solution needs to handle more than just “docker images” – it’s now about holistic artifact sets. Supply Chain Levels for Software Artifacts (SLSA) and Sigstore: While not explicitly in the notes, these underpin much of what was discussed. Several speakers indirectly referenced needing provenance metadata. If you haven’t looked at SLSA levels or tools like Cosign for signing, now’s the time – supply chain security is shifting from optional to mandatory. FinOps X Security for artifacts: A recurring idea was “don’t store what you don’t need.” Observability and cost concerns drive thinking about artifact retention policies. Platforms (like artifact registries or storage) are adding more ingenious cleanup features – for example, auto-expiring images that are untagged or enforcing quotas per team. This wasn’t a specific talk, but multiple attendees mentioned it in the context of “only paying for what you need.” Across the CNCF ecosystem, several solutions, from on-prem registries like Harbor to managed platforms like Cloudsmith, are evolving to meet the growing demands of artifact security and lifecycle management. The conversation has shifted from ‘Where do I store this?’ to ‘How do I secure, govern, and automate this across environments?’ The cloud-native ecosystem is moving toward giving teams complete control and insight through policy, better data, or better automation. This bodes well for platform engineering teams tasked with providing golden paths that are both secure and efficient. Additional Recommended Talks & Resources. Beyond the sessions our attendees experienced, here are a few adjacent talks that align with the themes and are worth checking out (we’ve cross-referenced titles and speakers with the official schedule for accuracy): Lessons Learned From Architecting the Highest-Scale Operational Systems in the World – Artur Bergman, Fastly. Why it’s relevant: A veteran building a global CDN shares how to design resilient platforms at scale. Touches on balancing vendor solutions vs. DIY and avoiding single points of failure. Great insights for platform engineers and SREs. Container Runtimes… on Lockdown: The Hidden Costs of Multi-Tenant Workloads – Lewis Denham-Parry, ControlPlane (from the co-located Security Day). Why watch: If you care about container isolation trade-offs and sandboxing (gVisor, Firecracker, etc.), this talk delves into the security vs. performance balance for multi-tenant Kubernetes. It aligns with artifact management in how you securely run those artifacts. A Practical Guide to Kubernetes Policy as Code – Bridget Kromhout (VMware). Why it’s relevant: Bridget is always an engaging speaker, and she likely covered real-world tips on using tools like Kyverno or OPA for implementing policies. It is helpful for those looking to get started with governance in their clusters. SIG-Multicluster: Intro and Real-World Usage – (Multiple speakers from Azure). Why watch: As teams scale to multiple clusters and cloud regions, understanding Kubernetes multicluster APIs and patterns becomes essential. Artifact distribution (e.g., how images get to all clusters) and policy consistency are part of this story. The SIG’s update provides clues on the future of multi-cluster management. Keynotes and Panel Discussions: Don’t miss the CNCF’s official keynote recap blogs: Day Two Keynote Recap (CNCF blog) – featuring an interesting panel, “Mind the Gap: Bridging cloud-native innovation with real-world use cases.” CNCF YouTube channel – All keynotes and sessions were recorded and will be on CNCF’s YouTube within a few weeks. Check there for on-demand videos (e.g., search for talk titles or speakers). Conclusion: Cloud Native’s Trajectory in 2025. KubeCon London 2025 reinforced that the cloud-native ecosystem is maturing but never slowing down. Security is non-negotiable now – whether signing artifacts, enforcing policies, or adopting zero-trust principles, it’s clear that “shift left” and “shield right” are happening in tandem. At the same time, new frontiers like WebAssembly are expanding what cloud-native means, promising more portable and plugin-oriented architectures. Focusing on FinOps and cost optimization suggests that efficiency is the next big challenge. As Kubernetes and its host of CNCF projects become the default platform for everything from web apps to machine learning, organizations are keen to ensure they’re not wasting resources (or money). Expect to see cost insights become as standard as monitoring dashboards. Lastly, the vibe from KubeCon EU 2025 was one of convergence: previously separate concerns (security, ops, dev experience, cost, compliance) are being addressed holistically. The “here’s a tool for X and another for Y” era paved the way for standards that integrate these needs. It’s an exciting time to be in the cloud-native community. If the discussions in London are any indication, the next year or two will bring even more alignment between diverse efforts, from unified observability queries to standardized policies and plugins that work everywhere. Where is the cloud-native ecosystem heading? Based on this, KubeCon is moving toward a world where everything is declarative and automated, from cost controls to security guardrails, and where platforms are flexible enough to incorporate innovations like Wasm seamlessly. In short, it’s heading to a place where operators and developers can work with unprecedented agility and control. If you can adapt to the new tools and paradigms (and earn your Kubestronaut badges along the way), you’ll be well-prepared for this future. As a cloud-native company, we found the themes at KubeCon deeply aligned with where we see the ecosystem heading: security, developer experience, and cost awareness are converging to shape the next era of platform maturity. Alongside the OpenSSF and frameworks like SLSA and S2C2F, the next wave of platform maturity in the community will come from ecosystems that help unify those concerns through better metadata, compliance tooling, and visibility. Want to chat more about these trends? Reach out to the team at Cloudsmith. Sources: The content above was constructed from the internal notes of the Cloudsmith engineering team attending various talks. It was cross-referenced with the official KubeCon EU 2025 schedule and related resources for accuracy and additional context. Key references include KubeCon session descriptions, CNCF announcements, and project documentation. See the official KubeCon EU 2025 schedule directory for more details on specific talks. Further Reading. Introducing Cloudsmith’s Advanced Observability Suite for Enterprise Artifact Management SLSA: A Route to Tamper-Proof Builds and Secure Software Provenance Native Signing Support In Cloudsmith Extended To Docker, NuGet, And Swift Mastering Open Source Security: Your Guide to S2C2F Secure and Compliant Software Delivery with Cloudsmith Policy Management
Apr 07, 2025 3,643 words in the original blog post.
SLSA (Supply-chain Levels for Software Artifacts) is an industry-backed software security framework that safeguards software integrity throughout the development and delivery lifecycle. It provides a solid, structured path to prove that software is secure by design, focusing on building systems and artifacts that are tamper-resistant and trustworthy by default. Introduced in 2021, SLSA was built by a cross-industry consortium led by Google in collaboration with the Open Source Security Foundation, responding to high-profile software supply chain attacks and growing concerns over software integrity and provenance. The framework defines four security levels of increasing supply chain security guarantees, including Level 0 ("None"), Level 1 ("Provenance Exists"), Level 2 ("Hosted Build Platform"), and Level 3 ("Hardened Builds"). SLSA adoption is ramping up in industries where trust isn't optional, with cloud-native artifact management platforms offering several advantages that directly support SLSA compliance, including built-in provenance and immutability, automated signing and access controls, end-to-end traceability, scalability, and global reliability.
Apr 04, 2025 1,340 words in the original blog post.
Cloudsmith's Enterprise Policy Management (EPM) now supports the Exploit Prediction Scoring System (EPSS), a data-driven metric estimating the probability of software vulnerabilities being exploited in the wild. Using EPM, users can inform package workflows with EPSS scores to prioritize vulnerabilities most likely to be exploited and strengthen their organization's security posture. Cloudsmith users can leverage EPSS-based logic in Open Policy Agent (OPA) policies for more granular decisions around vulnerability management. The system allows automated responses to vulnerabilities, protecting users in real-time as policies are re-checked and reapplied when EPSS scores change. A demonstration of the capabilities will be provided at Kubecon London, showcasing how EPSS can inform package workflows and enhance security posture.
Apr 02, 2025 467 words in the original blog post.