Join us

ContentUpdates and recent posts about Kata Containers..
Story
@laura_garcia shared a post, 2Β months, 1Β week ago
Software Developer, RELIANOID

πŸš€ π—₯π—˜π—Ÿπ—œπ—”π—‘π—’π—œπ—— 𝟳.𝟴.𝟬 π—–π—Όπ—Ίπ—Ίπ˜‚π—»π—Άπ˜π˜† π—˜π—±π—Άπ˜π—Άπ—Όπ—» π—Άπ˜€ π—Όπ˜‚π˜!

This new release brings a modern foundation and powerful cloud automation to the open-source community: πŸ”Ή Debian Bookworm 12.12 πŸ”Ή Major upgrade support πŸ”Ή Automated cloud deployments on AWS, Azure & GCP πŸ”Ή Terraform-based Infrastructure as Code πŸ”Ή Improved Web UI usability and responsiveness Designed t..

Community edition V7.8 release relianoid
Story
@viktoriiagolovtseva shared a post, 2Β months, 1Β week ago

A Ready-to-Use Business Travel Template For Jira

For many of us, even planning a personal trip can be a daunting task. Missing one detail when booking a flight or hotel can lead to a disaster. The challenge becomes even greater when you need to organize a business trip for others, especially for large events where many people travel simultaneously.Β 

Additionally, business travel often requires multiple approvals and cross-team collaboration. You will need a solution to keep everyone on the same page and easily track every detail. A business travel template for Jira is an ideal way to solve this challenge.Β 

In this blog post, we share a ready-to-use template and explain how to use it.

Zrzut ekranu 2025-12-17 143647
Story
@laura_garcia shared a post, 2Β months, 2Β weeks ago
Software Developer, RELIANOID

πŸš€ AI is redefining Site Reliability Engineering (SRE)

What started as ensuring web apps were fast and resilient has now entered a new era: AI Reliability Engineering. Inference workloads demand speed, trust, and observability far beyond traditional infrastructure challenges. In our latest blog, we explore: Why unreliable AI is worse than no AI at all H..

relianoid_blog_documentation
Story
@laura_garcia shared a post, 2Β months, 2Β weeks ago
Software Developer, RELIANOID

πŸ’Ά The EU is investing €1.3 BILLION in AI, cybersecurity, and digital skills.

What does it mean for your organization? The European Commission's massive investment is a clear signal: digital security is a top priority for Europe's future. Now is the time to adopt secure, compliant, and high-performance solutionsβ€”like RELIANOID. βœ… Cybersecurity by design βœ… Ready for UK & EU re..

Blog EU Investment in Cybersecurity
Story Xygeni Team
@mashka shared a post, 2Β months, 2Β weeks ago
Paid Acquisition and Growth Marketing, xygeni

New Threats in Open Source: Worms, AI-Driven Malware, and Trust Abuse

Open source security just hit a new level: self-spreading worms, AI-run attacks, and registry abuse at a massive scale. Shai-Hulud, GlassWorm, and AI-orchestrated intrusions show how fast threats now move, and how easily one stolen token can infect entire ecosystems. The supply chain has changed. Our defenses must too.

New-Threats-in-Open-Source-Worms-AI-Driven-Malware-and-Trust-Abuse-1
Story
@priya_prabu shared a post, 2Β months, 2Β weeks ago
Senior Product Marketer

Key Oracle performance metrics

Oracle performance issues rarely come from a single metric. This guide breaks down the most important Oracle performance indicators across instance health, memory, storage, waits, SQL, and availability, and shows how to use them together to detect bottlenecks early and prevent downtime.

Story FAUN.dev() Team
@eon01 shared a post, 2Β months, 2Β weeks ago
Founder, FAUN.dev

Microk8s vs K3s

Kubernetes k3s MicroK8s Rancher k3d

To truly master Kubernetes, you need a safe sandbox, and running a lightweight distribution is the perfect solution for your local development workflow. These smaller K8s flavors provide a full-featured, yet constrained, environment that is easy on system resources. Both MicroK8s (maintained by Canonical) and k3s (from Rancher) are popular, production-ready options that deliver the core K8s experience with minimal operational burden, low storage needs, and simple networking setups.

These two platforms are fantastic for learning, experimentation, rapid testing, and skill development. If you don't know which one to choose, this post will give you the quick overview you need to decide.

Β Activity
@kaptain added a new tool k3d , 2Β months, 2Β weeks ago.
Link
@varbear shared a link, 2Β months, 2Β weeks ago
FAUN.dev()

Phishing for AWS Credentials via the New 'aws login' Flow

AWS rolled out a newaws loginCLI command using OAuth 2.0 with PKCE. It grabs short-lived credentials, finally pushing out those dusty long-lived access keys. But here’s the hitch:The remote login flow opens up a phishing gap. Since the CLI session and browser session aren’t bound, attackers could sp.. read more Β 

Phishing for AWS Credentials via the New 'aws login' Flow
Link
@varbear shared a link, 2Β months, 2Β weeks ago
FAUN.dev()

SQLite JSON Superpower: Virtual Columns + Indexing - DB Pro Blog

SQLite’sJSON virtual generated columnspunch way above their weight. They let you index JSON fields on the fly, no migrations, no whining. Computed like real columns, queryable like real columns, indexable like real columns. But from JSON. Want flexibility without surrendering speed? This flips the s.. read more Β 

Kata Containers is a Cloud Native Computing Foundation (CNCF) project designed to close the security gap between traditional Linux containers and virtual machines. Instead of sharing a single host kernel like standard containers, Kata Containers launches each pod or container inside its own lightweight virtual machine using hardware virtualization.

This approach dramatically reduces the attack surface and prevents container escape vulnerabilities, making Kata ideal for multi-tenant, untrusted, or sensitive workloads. Despite using VMs under the hood, Kata is optimized for fast startup times and integrates seamlessly with Kubernetes through the Container Runtime Interface (CRI), allowing it to be used alongside runtimes like containerd and CRI-O.

Kata Containers is commonly used in scenarios such as multi-tenant Kubernetes clusters, confidential computing, sandboxed AI workloads, serverless platforms, and agent execution environments where strong isolation is mandatory. It supports multiple hypervisors, including QEMU, Firecracker, and Cloud Hypervisor, and continues to evolve toward faster boot times, lower memory overhead, and better hardware acceleration support.