3 个仓库
Backend architectures specifically designed for native deployment and scaling within container orchestration environments.
Distinct from Kubernetes-Native Deployments: Existing candidates focus on the deployment process (K8s-native deployments) rather than the identity of the backend architecture itself.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Container-Native Backends. Refine with filters or upvote what's useful.
SpringCloud is a development platform for building distributed systems and cloud-native microservices. It provides an integrated framework for microservice development, incorporating service governance, security, and system coordination. The platform features a microservice gateway for managing traffic through dynamic routing and rate limiting, alongside a service registry for discovery. It implements distributed security through token-based authentication, role-based access control, and a specialized system that uses aspect-oriented programming to automatically enforce data-level permissions
Provides a cloud-ready backend specifically designed for deployment and scaling within Docker and Kubernetes environments.
k0s is a Kubernetes distribution that packages all control plane and worker components into a single binary, enabling cluster deployment with no host dependencies beyond the Linux kernel. It supports a container-native runtime where controllers and workers run inside Docker containers using a single OCI image, and offers declarative YAML configuration for defining cluster topology, host roles, and SSH connection details. The distribution provides pre-built binaries for x86-64, ARM64, ARMv7, and RISC-V architectures, and uses cryptographically signed tokens for secure node enrollment. The proj
Runs cluster controllers and workers inside Docker containers using a single OCI image with no host dependencies beyond the kernel.
Functions Framework for Python 是一个旨在构建和部署便携式无服务器函数的库。它使开发者能够编写模块化代码,以响应传入的 HTTP 请求或云事件,从而无需管理底层服务器基础设施或复杂的请求处理逻辑。 该框架提供了一致的运行时环境,将代码打包成便携式容器镜像,确保在各种云原生平台上的行为完全一致。它利用基于装饰器的注册来定义函数入口点,并包含一个模拟生产环境的本地开发服务器,允许在部署前在本地机器上进行测试和调试。 该框架处理传入的 Web 请求和云事件到结构化对象的转换,遵循标准化的事件模式定义和网关接口协议。它还集成了集中式错误拦截,以管理异常并在函数执行期间促进自定义响应。
Bundles application code with a minimal runtime environment to ensure consistent behavior across diverse cloud-native infrastructure.