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

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

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

13 个仓库

Awesome GitHub RepositoriesProxy Enforcement

Mandatory redirection of application network traffic through specified proxy servers.

Distinct from Proxy Servers: Distinct from Proxy Servers: focuses on the enforcement policy for sandboxed processes rather than the proxy server implementation.

Explore 13 awesome GitHub repositories matching networking & communication · Proxy Enforcement. Refine with filters or upvote what's useful.

Awesome Proxy Enforcement GitHub Repositories

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

    sandboxie-plus/Sandboxie

    18,636在 GitHub 上查看↗

    Sandboxie is an operating system-level virtualization tool designed to run Windows applications in isolated, secure environments. By intercepting system calls and redirecting file system and registry modifications to a separate, discardable storage area, it prevents untrusted software from making permanent changes to the host system. This containment ensures that browser history, temporary files, and potential malware remain trapped within the sandbox, protecting the integrity and privacy of the underlying host. The software distinguishes itself through granular control over the isolation env

    Redirects application network traffic through specified proxy servers to prevent direct connections.

    C
    在 GitHub 上查看↗18,636
  • cert-manager/cert-managercert-manager 的头像

    cert-manager/cert-manager

    13,578在 GitHub 上查看↗

    This project is a Kubernetes controller that automates the issuance, renewal, and lifecycle management of TLS certificates. It functions as a native extension to the cluster API, using custom resource definitions and reconciliation loops to maintain the desired state of certificates and trust bundles across distributed services. By integrating directly with the cluster's admission control and secret storage systems, it ensures that cryptographic identities are consistently provisioned and available for application workloads. The project distinguishes itself through its extensive support for a

    Intercepts and validates resource creation requests to enforce security policies before persistence.

    Gocertificatecrdhacktoberfest
    在 GitHub 上查看↗13,578
  • kubescape/kubescapekubescape 的头像

    kubescape/kubescape

    11,489在 GitHub 上查看↗

    Kubescape is a Kubernetes security posture management platform designed to scan clusters, manifests, and images for misconfigurations, vulnerabilities, and compliance risks. It functions as a comprehensive security suite incorporating a compliance scanner, a container image vulnerability scanner, an admission controller for policy enforcement, and a runtime security monitor. The platform distinguishes itself through runtime-aware vulnerability filtering, which maps libraries loaded in memory to determine if vulnerabilities are actually reachable. It also integrates with AI assistants via a Mo

    Intercepts resource creation requests via validating admission webhooks to block non-compliant configurations.

    Gobest-practicedevopskubernetes
    在 GitHub 上查看↗11,489
  • linkerd/linkerd2linkerd 的头像

    linkerd/linkerd2

    11,424在 GitHub 上查看↗

    This project is a service mesh platform designed to manage, secure, and observe service-to-service communication within Kubernetes clusters. It functions as a control plane that orchestrates transparent sidecar proxies, which intercept and manage network traffic to provide reliable connectivity for microservices. By automating the injection of these proxies, the platform ensures that infrastructure-level policies are applied consistently across all workloads without requiring manual configuration changes. The platform distinguishes itself through its focus on zero-trust security and cross-clu

    Ensures infrastructure-level security policies are applied by preventing unmanaged services from running.

    Gocloud-nativegolangkubernetes
    在 GitHub 上查看↗11,424
  • kedacore/kedakedacore 的头像

    kedacore/keda

    10,314在 GitHub 上查看↗

    KEDA is a Kubernetes event-driven autoscaler and cloud event scaling engine. It functions as a custom metrics provider that monitors external event sources—including message brokers, databases, and cloud metrics—to dynamically adjust the replica counts of containerized workloads. The project is distinguished by its scale-to-zero workflow, which reduces workloads to zero replicas during inactivity and automatically restarts them when new events are detected. It operates as a multi-cloud event trigger system, using a pluggable scaler interface to integrate with a wide array of third-party servi

    Intercepts resource requests to validate and mutate scaling configurations before they are persisted in the cluster.

    Goautoscalingevent-drivenhacktoberfest
    在 GitHub 上查看↗10,314
  • prometheus-operator/prometheus-operatorprometheus-operator 的头像

    prometheus-operator/prometheus-operator

    9,941在 GitHub 上查看↗

    The Prometheus Operator is a Kubernetes monitoring orchestrator and controller that manages Prometheus clusters and observability components through declarative custom resources. It functions as a custom resource controller that translates high-level Kubernetes resource definitions into the configuration files required by the underlying monitoring software. The project automates the deployment, scaling, and lifecycle of an observability stack, including the integration of components like Thanos and Alertmanager. It distinguishes itself by syncing monitoring targets, alerting rules, and scrape

    Implements admission webhooks to verify the syntax and correctness of monitoring configuration rules before they are persisted.

    Gohacktoberfestkubernetesmonitoring
    在 GitHub 上查看↗9,941
  • kubernetes-sigs/kubebuilderkubernetes-sigs 的头像

    kubernetes-sigs/kubebuilder

    8,992在 GitHub 上查看↗

    Kubebuilder is a framework and set of scaffolding tools used to build Kubernetes APIs and controllers. It functions as an operator framework that provides generators for custom resource definitions, admission webhooks, and RBAC manifests to extend cluster functionality. The project distinguishes itself through marker-based code generation, which parses source code comments to automatically produce Kubernetes manifests and boilerplate logic. It employs a hub-and-spoke versioning model to translate data between multiple API versions and uses a three-way merge strategy to automate project migrat

    Scaffolds mutating and validating admission webhooks to enforce business rules and default values.

    Gok8s-sig-api-machinery
    在 GitHub 上查看↗8,992
  • operator-framework/operator-sdkoperator-framework 的头像

    operator-framework/operator-sdk

    7,658在 GitHub 上查看↗

    The Operator SDK is a framework for building, packaging, and managing custom controllers that extend the Kubernetes API. It serves as a toolset for defining new API types and implementing reconcile loops to automate the lifecycles of complex applications. The project provides specialized support for creating operators based on Helm charts or Ansible playbooks, allowing users to maintain a desired cluster state using existing automation tools. It includes a dedicated system for packaging controllers into standardized container image bundles for distribution via the Operator Lifecycle Manager.

    Implements admission webhooks to intercept and validate or mutate API resource creation requests.

    Gokubernetesoperatorsdk
    在 GitHub 上查看↗7,658
  • lmcache/lmcacheLMCache 的头像

    LMCache/LMCache

    6,909在 GitHub 上查看↗

    LMCache is a distributed key-value cache manager and tiering system designed to accelerate large language model inference. It functions as a tiered storage layer that offloads tensors from GPU memory to CPU RAM, local disks, or remote object stores, enabling the reuse of cached prefixes across different inference sessions and serving engines. The system differentiates itself through a disaggregated prefill-decode model, which separates prompt processing from token generation by transferring caches between distributed compute nodes. It utilizes peer-to-peer orchestration to share and retrieve

    Implements mutating admission webhooks to inject specialized plugins into serving pods without rebuilding images.

    Pythonamdcudafast
    在 GitHub 上查看↗6,909
  • webhooksite/webhook.sitewebhooksite 的头像

    webhooksite/webhook.site

    6,620在 GitHub 上查看↗

    Webhook.site is a web-based tool that captures, inspects, and debugs incoming HTTP requests and emails sent to a unique URL, without requiring any server setup. It also functions as an API mocking and response modification tool, capable of generating mock APIs from OpenAPI specifications and altering HTTP responses, headers, and status codes for testing purposes. Beyond inspection, it serves as a platform for webhook automation and workflow orchestration, triggering multi-step automations—including database queries, SSH commands, and HTTP calls—when a webhook is received. The service distingu

    Webhook.site generates a unique URL or email address that captures incoming HTTP requests for inspection and debugging.

    JavaScriptangularfrontendlaravel
    在 GitHub 上查看↗6,620
  • datreeio/datreedatreeio 的头像

    datreeio/datree

    6,339在 GitHub 上查看↗

    Datree is a policy enforcement framework for Kubernetes that validates configurations against rules written in Rego, JSON Schema, or CEL. It operates as both a command-line tool for pre-deployment scanning and as a cluster-side admission webhook for real-time enforcement, integrating with CI/CD pipelines and continuous delivery tools like ArgoCD and FluxCD. The framework supports namespace-scoped policy mapping, allowing different policies to apply to different namespaces, and provides a skip annotation mechanism for selectively bypassing rules on individual resources or entire namespaces. It

    Ships both a CLI scanner and an admission webhook for policy enforcement, covering pre-deployment and runtime phases.

    Goadmission-webhookbest-practicescli
    在 GitHub 上查看↗6,339
  • actions/actions-runner-controlleractions 的头像

    actions/actions-runner-controller

    6,320在 GitHub 上查看↗

    Kubernetes controller for GitHub Actions self-hosted runners

    Uses mutating and validating webhooks to inject runtime settings into runner pods.

    Gogithub-actionskubernetesoperator
    在 GitHub 上查看↗6,320
  • linkerd/linkerdlinkerd 的头像

    linkerd/linkerd

    5,316在 GitHub 上查看↗

    Linkerd 是一个用于管理微服务间网络流量的 Kubernetes 服务网格。它充当透明网络代理、七层流量管理器和双向 TLS 安全层,在无需更改应用程序代码的情况下,为服务间通信提供可观测性和可靠性。 该项目通过边车代理(sidecar-proxy)架构脱颖而出,该架构拦截 TCP 和应用层流量,以提供自动化的双向 TLS 加密和身份验证。它支持跨集群服务网络以连接多个集群,并实现了云原生故障注入,通过程序化引入网络延迟和服务故障来测试系统的稳健性。 该系统涵盖了广泛的功能,包括通过实时指标和分布式追踪实现的微服务可观测性,以及通过延迟感知负载均衡、熔断和请求重试实现的流量工程。它还通过授权策略提供细粒度的访问控制,并支持 HTTP 和 gRPC 流量的路由功能。 安装和管理通过命令行界面以及用于向 Pod 自动注入代理的准入控制器(admission controller)进行处理。

    Blocks workload scheduling if the proxy injector is unavailable to prevent traffic bypass.

    Scalacloud-nativelinkerdservice-discovery
    在 GitHub 上查看↗5,316
  1. Home
  2. Networking & Communication
  3. Proxy Servers
  4. Proxy Enforcement

探索子标签

  • Injection Enforcement1 个子标签Prevents workload deployment when required sidecar proxies fail to inject. **Distinct from Proxy Enforcement:** Focuses on admission-time enforcement of sidecar presence, distinct from general traffic redirection.