awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesContainer-Native Backends

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.

Awesome Container-Native Backends GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zhoutaoo/springcloudzhoutaoo 的头像

    zhoutaoo/SpringCloud

    8,932在 GitHub 上查看↗

    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.

    feign-clientjetcachenacos
    在 GitHub 上查看↗8,932
  • k0sproject/k0sk0sproject 的头像

    k0sproject/k0s

    6,290在 GitHub 上查看↗

    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.

    Gokubernetes
    在 GitHub 上查看↗6,290
  • googlecloudplatform/functions-framework-pythonGoogleCloudPlatform 的头像

    GoogleCloudPlatform/functions-framework-python

    969在 GitHub 上查看↗

    Functions Framework for Python 是一个旨在构建和部署便携式无服务器函数的库。它使开发者能够编写模块化代码,以响应传入的 HTTP 请求或云事件,从而无需管理底层服务器基础设施或复杂的请求处理逻辑。 该框架提供了一致的运行时环境,将代码打包成便携式容器镜像,确保在各种云原生平台上的行为完全一致。它利用基于装饰器的注册来定义函数入口点,并包含一个模拟生产环境的本地开发服务器,允许在部署前在本地机器上进行测试和调试。 该框架处理传入的 Web 请求和云事件到结构化对象的转换,遵循标准化的事件模式定义和网关接口协议。它还集成了集中式错误拦截,以管理异常并在函数执行期间促进自定义响应。

    Bundles application code with a minimal runtime environment to ensure consistent behavior across diverse cloud-native infrastructure.

    Python
    在 GitHub 上查看↗969
  1. Home
  2. DevOps & Infrastructure
  3. Container-Native Backends

探索子标签

  • Container-Native Node RuntimesRuns cluster controllers and workers inside Docker containers using a single OCI image with no host dependencies beyond the kernel. **Distinct from Container-Native Backends:** Distinct from Container-Native Backends: focuses on running Kubernetes nodes as containers, not the backend architecture itself.