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

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

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

2 个仓库

Awesome GitHub RepositoriesEphemeral Diagnostics

Short-lived execution environments used specifically for network and system troubleshooting.

Distinct from Runtime Debugging: Distinct from Runtime Debugging: focuses on the ephemeral lifecycle of the diagnostic container rather than the debugging technique itself.

Explore 2 awesome GitHub repositories matching development tools & productivity · Ephemeral Diagnostics. Refine with filters or upvote what's useful.

Awesome Ephemeral Diagnostics GitHub Repositories

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

    nicolaka/netshoot

    10,400在 GitHub 上查看↗

    Netshoot is a Docker network troubleshooting toolkit and container image bundled with specialized utilities for DNS resolution, performance benchmarking, and TCP/IP packet inspection. It serves as a portable set of tools designed for diagnosing connectivity and routing issues within Docker and Kubernetes environments. The project is distributed as a tool-aggregated container image that can be deployed as a debugging sidecar or an ephemeral runtime. It supports namespace-joined execution, allowing the toolkit to attach to the network namespace of another process to inspect traffic and diagnose

    Launches short-lived container instances to perform diagnostics and minimize resource overhead.

    Shellcontainersdockerkubernetes
    在 GitHub 上查看↗10,400
  • aylei/kubectl-debugaylei 的头像

    aylei/kubectl-debug

    2,304在 GitHub 上查看↗

    Kubectl-debug 是一个 Kubernetes 诊断工具,用于对运行中的容器化应用进行深度检查。它通过在现有 Pod 中动态注入临时边车(sidecar)容器来工作,允许用户在不修改原始生产镜像的情况下排查进程和文件系统问题。该工具负责管理这些诊断代理的生命周期,确保它们按需创建,并在调查结束后自动清理。 该项目通过共享命名空间访问脱颖而出,允许诊断工具加入目标容器的进程和网络命名空间。它支持高级排查工作流,包括 fork Pod 以隔离复现崩溃、检查初始化容器,以及挂载目标文件系统进行日志或配置分析。通过本地到远程的端口隧道和网络桥接,该工具保持了安全的网络连接,确保能够访问受限环境中的隔离服务。 该工具集成了安全和治理功能,以维护维护期间的生产完整性。它强制执行严格的镜像限制,支持私有镜像仓库认证,并提供命令审计功能,记录会话期间执行的所有操作。这些功能确保了排查过程符合组织的安全策略,同时为集群级问题提供了必要的可见性。

    Automates the lifecycle of diagnostic containers to ensure they are cleaned up after investigation sessions.

    Godebugkubectlkubectl-plugins
    在 GitHub 上查看↗2,304
  1. Home
  2. Development Tools & Productivity
  3. Debugging, Profiling & Testing
  4. Debugging and Diagnostics
  5. Debugging and Inspection Tools
  6. Debugging and Inspection Tools
  7. Runtime Debugging
  8. Ephemeral Diagnostics