Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 1,007 for traffic (0.35 sec)

  1. staging/src/k8s.io/api/networking/v1/generated.proto

      // If this field is present and contains at least one item, then this rule allows
      // traffic only if the traffic matches at least one port in the list.
      // +optional
      // +listType=atomic
      repeated NetworkPolicyPort ports = 1;
    
      // to is a list of destinations for outgoing traffic of pods selected for this rule.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  2. releasenotes/notes/44777.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue: 
      - 41271
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 08 05:53:01 UTC 2023
    - 196 bytes
    - Viewed (0)
  3. releasenotes/notes/48253.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
    - 48212
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 26 20:34:28 UTC 2024
    - 207 bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/networking/v1/types.go

    	// ingress is 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
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 17:42:49 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/README.md

        service IPs. (We *must* do this in `prerouting`, because the choice of endpoint IP may
        affect whether the packet then gets routed along the input path or the forward path.)
    
      - We do the DNAT for outbound traffic in `output`: this covers traffic coming from
        host-network processes to all types of service IPs. Regardless of the final
        destination, the traffic will take the "output path". (In the case where a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 21 14:37:56 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  6. releasenotes/notes/failover-priority-lb.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 25 06:49:06 UTC 2021
    - 258 bytes
    - Viewed (0)
  7. releasenotes/notes/49700.yaml

    understand. Under the old waypoint logic all types of traffic, both addressed to a service as well as addressed to a workload, were treated similarly because there wasn't a good way to properly associate a waypoint to a service. With the new attachment this limitation has been resolved. This includes adding a distinction between service addressed and workload addressed traffic. Annotating a service, or service-like kind, will redirect traffic which is service addressed to your waypoint. Likewise...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. tools/istio-iptables/pkg/capture/run.go

    		return nil
    	}
    	return err
    }
    
    // configureIPv6Addresses sets up a new IP address on local interface. This is used as the source IP
    // for inbound traffic to distinguish traffic we want to capture vs traffic we do not. This is needed
    // for IPv6 but not IPv4, as IPv4 defaults to `netmask 255.0.0.0`, which allows binding to addresses
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 03:53:23 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  9. samples/helloworld/gateway-api/README.md

    # Configure helloworld using the Kubernetes Gateway API
    
    Istio intends to make the Kubernetes [Gateway API](https://gateway-api.sigs.k8s.io/) the default API for traffic management [in the future](https://istio.io/latest/blog/2022/gateway-api-beta/).
    You can use the following instructions to configure the ingress gateway and routing for the helloworld sample.
    
    ## Before you begin
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 15 22:24:09 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  10. releasenotes/notes/36422.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: traffic-management
    issue:
    - 29359
    
    releaseNotes:
    - |
      **Added** support for hostname-based multi-network gateways for east-west traffic. The hostname will be resolved in
      the control plane and each of the IPs will be used as an endpoint. This behaviour can be disabled by setting
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 11 19:28:24 UTC 2022
    - 378 bytes
    - Viewed (0)
Back to top