Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 35 for traffic (0.16 sec)

  1. prow/config/calico.yaml

                      traffic that goes from a workload endpoint to the host itself (after
                      the traffic hits the endpoint egress policy). By default Calico
                      blocks traffic from workload endpoints to the host itself with an
                      iptables "DROP" action. If you want to allow some or all traffic
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  2. pkg/proxy/iptables/proxier_test.go

    		})
    	}
    }
    
    // TestExternalTrafficPolicyLocal tests that traffic to externally-facing IPs does not get
    // masqueraded when using Local traffic policy. For traffic from external sources, that
    // means it can also only be routed to local endpoints, but for traffic from internal
    // sources, it gets routed to all endpoints.
    func TestExternalTrafficPolicyLocal(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

    a list of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
  4. pkg/apis/core/types.go

    // traffic sent to the ClusterIP.
    type ServiceInternalTrafficPolicy string
    
    const (
    	// ServiceInternalTrafficPolicyCluster routes traffic to all endpoints.
    	ServiceInternalTrafficPolicyCluster ServiceInternalTrafficPolicy = "Cluster"
    
    	// ServiceInternalTrafficPolicyLocal routes traffic only to endpoints on the same
    	// node as the traffic was received on (dropping the traffic if there are no
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types.go

    const (
    	// ServiceExternalTrafficPolicyCluster routes traffic to all endpoints.
    	ServiceExternalTrafficPolicyCluster ServiceExternalTrafficPolicy = "Cluster"
    
    	// ServiceExternalTrafficPolicyLocal preserves the source IP of the traffic by
    	// routing only to endpoints on the same node as the traffic was received on
    	// (dropping the traffic if there are no local endpoints).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test_cases/crds/standard-install.yaml

                      for the address(es) on the \"outside of the Gateway\", that traffic
                      bound for this Gateway will use. This could be the IP address or
                      hostname of an external load balancer or other networking infrastructure,
                      or some other address that traffic will be sent to. \n If no Addresses
                      are specified, the implementation MAY schedule the Gateway in an
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 27 17:15:18 UTC 2023
    - 458.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"ports":    "Ports is a list of records of service ports If used, every...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/core/v1/generated.proto

      // Setting this to "VIP" indicates that traffic is delivered to the node with
      // the destination set to the load-balancer's IP and port.
      // Setting this to "Proxy" indicates that traffic is delivered to the node or pod with
      // the destination set to the node's IP and node port or the pod's IP and port.
      // Service implementations may use this information to adjust traffic routing.
      // +optional
      optional string ipMode = 3;
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/core/v1/generated.proto

      // receive on one of the Service's "externally-facing" addresses (NodePorts,
      // ExternalIPs, and LoadBalancer IPs). If set to "Local", the proxy will configure
      // the service in a way that assumes that external load balancers will take care
      // of balancing the service traffic between nodes, and so each node will deliver
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.7.md

    been removed. Instead, isolation is now determined on a per-pod basis. A NetworkPolicy may target a pod for isolation by including the pod in its spec.podSelector. Targeted Pods accept the traffic specified in the respective NetworkPolicy (and nothing else). Pods not targeted by any NetworkPolicy accept all traffic by default. ([#39164](https://github.com/kubernetes/kubernetes/pull/39164), [@danwinship](https://github.com/danwinship))
    
    	**Action Required:** When upgrading to Kubernetes 1.7...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
Back to top