Join us

ContentUpdates and recent posts about Kata Containers..
Discovery IconThat's all about @Kata Containers — explore more posts below...
Story
@laura_garcia shared a post, 1 day, 1 hour ago
Software Developer, RELIANOID

🚀 Deploy RELIANOID CE v7 on AWS with Terraform

Quickly deploy RELIANOID Community Edition v7 on AWS using the official Terraform module. ✔️ VPC, Subnet & Security Group ✔️ EC2 with RELIANOID AMI ✔️ SSH & Web GUI ready ✔️ Easy cleanup with terraform destroy ⚠️ AMI is region-specific (default: us-east-1) 🔐 Always secure your SSH private key #Terra..

Story
@viktoriiagolovtseva shared a post, 1 day, 3 hours ago

How To Create a Jira Test Case Template To Boost Efficiency

Many agile teams prefer Jira for managing test cases. Even though it’s not a dedicated tool, it provides a straightforward way to organize the testing process, track progress, and share results with stakeholders. Additionally, it enhances collaboration between QA and development teams.

Using test case templates in Jira allows you to manage this process even more efficiently. These templates save time, promote standardization, and provide a structured foundation for test execution. In this short tutorial, I will show you how to create a Jira test case template and use it with automation to simplify your testing process.

Zrzut ekranu 2025-12-23 155342
 Activity
@derynleigh started using tool Snyk , 1 day, 19 hours ago.
 Activity
@derynleigh started using tool OWASP Dependency-Check , 1 day, 19 hours ago.
 Activity
@derynleigh started using tool Amazon S3 , 1 day, 19 hours ago.
 Activity
@derynleigh started using tool Amazon ELB , 1 day, 19 hours ago.
 Activity
@derynleigh started using tool Amazon EC2 , 1 day, 19 hours ago.
 Activity
@derynleigh started using tool Amazon Cloudfront , 1 day, 19 hours ago.
 Activity
@derynleigh started using tool Akamai , 1 day, 19 hours ago.
Story
@laura_garcia shared a post, 2 days, 3 hours ago
Software Developer, RELIANOID

🔐 RELIANOID & NIST Cybersecurity Framework Alignment

At RELIANOID, security is built into both our Load Balancer and our internal operations. We align our product and organizational practices with the NIST Cybersecurity Framework (CSF) across its five core functions: Identify, Protect, Detect, Respond, and Recover. ✔️ Consistent security controls acro..

NIST Cybersecurity Framework RELIANOID compliance
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.