Join us

ContentUpdates and recent posts about Kata Containers..
Course
@eon01 published a course, 3ย months 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, 3ย months 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, 3ย months 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 , 3ย months ago.
ย Activity
@kaptain added a new tool Rancher Kubernetes Engine (RKE2) , 3ย months ago.
Course
@eon01 published a course, 3ย 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, 3ย 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
@thiagoterzi shared a post, 3ย 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, 3ย 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
Story
@laura_garcia shared a post, 3ย months, 1ย week ago
Software Developer, RELIANOID

๐Ÿš—๐Ÿ”’ Automotive Cybersecurity: Connected Cars, Connected Risks

Modern vehicles are no longer just machines โ€” theyโ€™re connected devices storing data, running AI-driven assistants, and linked to vast supply chains. But with innovation comes new threats: from remote car hacking to ransomware attacks targeting manufacturing lines. Recent incidents โ€” like the cybera..

Blog_Automotive Cybersecurity_relianoid
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.