1 个仓库
Diagnostic command-line tools for interacting with and validating container runtimes.
Distinct from Command Line Interfaces: Distinct from general infrastructure CLI tools: focuses specifically on the Kubernetes Container Runtime Interface.
Explore 1 awesome GitHub repository matching devops & infrastructure · Container Runtime Interfaces. Refine with filters or upvote what's useful.
该项目为实现 Kubernetes 容器运行时接口(CRI)的容器运行时提供了一套诊断和验证工具。它作为一个命令行界面,用于直接在宿主机上交互和管理容器生命周期、镜像和沙箱,而无需部署完整的集群。 该工具集通过专注于接口合规性和性能验证而脱颖而出。它包含自动化测试套件,用于验证运行时是否符合定义的接口规范并正确处理资源插件集成。此外,它还提供基准测试功能来衡量容器操作的延迟和吞吐量,以及用于检查运行时状态和通过可配置的重试与超时策略进行连接故障排除的工具。 除了核心验证外,该项目还支持诸如在活跃容器内执行命令、管理容器检查点以及监控资源使用指标等操作任务。它还包括测试交互式会话流数据连接稳定性的功能,确保端口转发和附加操作按预期运行。
Provides a diagnostic tool for interacting with and validating container runtimes that implement the Kubernetes Container Runtime Interface.