Applying the DRY principle to Kyverno policies
Member post originally published on the Nirmata Blog by Jim Bugwadia The Don’t Repeat Yourself (DRY) principle of software development advocates avoiding repetition of code that is likely to change. Replacing similar code with reusable abstractions makes software…
The inevitable Kubernetes – 10 years, still a lot to do
Member post by Sergey Pronin, Percona Kubernetes launched in June 2014 – since then, it has played a huge part in popularizing cloud-native application designs and supporting more microservices deployments. The growth of container deployments is…
Member post originally published on the Kubesimplify blog by Kunal Verma With the increase in software complexity and as digital threats evolve (as discussed in our previous blog) in today’s digital age, the organizations are facing a…
Interval tree implementation in Xline
The Reason for Implementing Interval Trees In a recent refactoring of Xline, we identified a performance bottleneck caused by two data structures on the critical path: the Speculative Pool and the Uncommitted Pool. These two data…
WebAssembly components: the next wave of cloud native computing
Member post by Liam Randall, Cosmonic CEO and CNCF Ambassador and Bailey Hayes, Cosmonic CTO, Bytecode Alliance TSC director, and WASI SG co-chair The advent of containers marked an inflection point for computing in the 21st…
How WebAssembly components extend the frontiers of Kubernetes to multi-cloud, edge, and beyond
Ambassador post by Taylor Thomas, CNCF Ambassador and Director of Engineering at Cosmonic WebAssembly (Wasm) components are here and already unlocking new computing patterns. Meanwhile, CNCF’s wasmCloud offers Wasm-native orchestration for distributed components—in essence, a Kubernetes…
Vitess 20 is now Generally Available
Project post cross-posted on the Vitess blog by the Vitess Maintainer Team We’re delighted to announce the release of Vitess 20 along with version 2.13.0 of the Vitess Kubernetes Operator. Version 20 focuses on usability and…
Cloud Native Computing Foundation Grows by Over 26 New Silver Members
New members join CNCF’s vibrant community, working to resolve the pressing challenges organizations face as the technology landscape evolves Seattle, WA – CloudNativeSecurityCon North America – June 26, 2024 – The Cloud Native Computing Foundation® (CNCF®),…
Announcing ORAS v1.2.0 – OCI Spec v1.1.0 support, formatted output, and more!
Ambassador post originally published on the Oras blog by Feynman Zhou The ORAS project maintainers are proud to announce ORAS CLI v1.2.0 and ORAS-go v2.5.0. These two releases are ready for production use. ORAS CLI v1.2.0 introduces OCI…
Answering your top 9 questions about monitoring in Kubernetes
Member post originally published on Fairwinds’ blog by Dexter Garner There are many things you can monitor in Kubernetes but you need to understand what is mission-critical in terms of monitoring. In a recent webinar, we explored what…