kubernetes


Taming the AI Wild West: Using OpenSandbox for Secure Code Execution

That’s exactly where OpenSandbox by Alibaba comes in. Think of it as a secure, isolated "playground" where your AI can run wild without breaking your actual house


MinIO in Go and Kubernetes: Building Cloud-Agnostic Applications

MinIO is essentially an open-source, high-performance object storage server that is API-compatible with Amazon S3. This S3 compatibility is one of its biggest selling points


containerd: The Engine Driving Modern Container Runtimes

containerd is a core container runtime that manages the complete container lifecycle of its host system. It's an open-source project donated to the Cloud Native Computing Foundation (CNCF) and provides a robust



SeaweedFS: A Software Engineer's Guide to Billions of Files and $O(1)$ Disk Seek

Here's a breakdown of how SeaweedFS can help you, focusing on the perspective of a software engineer, along with deployment tips and sample code examples


Quick Start Infrastructure: Using ChristianLempa's Templates for Docker, K8s, and Ansible

Here's a friendly explanation of how this collection can help you, along with guidance on adoption and sample code examples


Meshery: A Software Engineer's Guide to Cloud Native Management

Meshery is an open-source project that focuses on managing and operating cloud native infrastructure, specifically service meshes and their integrations


Kubernetes Policy Management with Kyverno

Kyverno is a policy engine designed specifically for Kubernetes. Think of it as a set of rules you can apply to your cluster to ensure that resources like Pods


Trivy for Engineers: Finding Vulnerabilities in Go, Docker, and Kubernetes

Trivy helps you ensure the security of your software supply chain from a developer's perspective. It can be integrated into your CI/CD pipeline to automatically scan your code and container images for security issues before they are deployed


Simplifying LLM Tooling with IBM's mcp-context-forge

Think of mcp-context-forge as a central hub for your Large Language Model (LLM) applications. In a typical setup, your LLM might need to access various tools


Automating Secret Syncs from AWS Secrets Manager to Kubernetes

Basically, External Secrets Operator is a tool that helps you manage secrets in Kubernetes without having to store them directly in your cluster


Running Your Own Cloud: A Software Engineer's Guide to Ubicloud

Ubicloud provides significant advantages for software engineers, especially those concerned with cost, control, and data privacy


Simplifying Kubernetes with KubeSphere: A Software Engineer's Perspective

KubeSphere is basically a control panel for Kubernetes. Think of it as a layer on top of a plain Kubernetes cluster that adds a ton of functionality


From Code to Cloud: A Deep Dive into Panaversity's Agentic AI for Software Engineers

The panaversity/learn-agentic-ai repository is a fantastic resource, often part of a broader certification program, designed to teach you how to build advanced AI systems using the concept of "Agentic AI" in a cloud-native


From Cloud to Edge: How WasmEdge Empowers Next-Gen Application Development

Imagine a scenario where your code runs almost anywhere, incredibly fast, and with a tiny memory footprint. That's essentially what WasmEdge offers