2 个仓库
Self-hosted execution environments that process repository events to automate software delivery pipelines.
Distinguishing note: Specifically covers the infrastructure for running deployment tasks rather than the CI/CD orchestration logic itself.
Explore 2 awesome GitHub repositories matching devops & infrastructure · Continuous Deployment Runners. Refine with filters or upvote what's useful.
This project is a full-stack web application scaffolder designed to initialize production-ready projects with pre-configured database, authentication, and deployment settings. It provides a standardized starting point for development by generating a complete application structure that includes integrated backend, frontend, and database components. The template distinguishes itself through a type-safe integration layer that automatically synchronizes backend API definitions with frontend client code, ensuring consistent data exchange. It also features a containerized development environment th
Execute application deployments by installing self-hosted runners on a server to process repository events for consistent and reliable software delivery across multiple environments.
本项目提供了一套实现工具包、指南和源代码,旨在教授容器化应用开发和集群管理。它作为使用 Docker 打包应用并在 Kubernetes 中编排工作负载的学习路径。 该仓库包含使用容器化运行器和构建代理构建自动化交付流水线的实践演练。它还提供了一套用于实现云原生可观测性、部署服务网格以及管理 Kubernetes 集群配置的指南。 该材料涵盖了广泛的 DevOps 功能,包括 CI/CD 流水线自动化、网络流量路由以及持久存储的配置。它还解决了基础设施问题,如基于角色的访问控制、SSL 证书配置以及系统性能指标和日志的收集。
Provides implementation kits for running self-hosted execution environments to process CI/CD pipeline events.