ngx stream split clients module

GPTKB entity

Statements (49)
Predicate Object
gptkbp:instanceOf Nginx module
gptkbp:allows traffic distribution
gptkbp:enables session persistence
gptkbp:engineConfiguration sticky sessions
balance load based on session IDs
distribute traffic based on cookies
hash method
ip hash method
random method
route traffic based on client attributes
nginx.conf_file
https://www.w3.org/2000/01/rdf-schema#label ngx stream split clients module
gptkbp:isAvailableIn GitHub
open source
gptkbp:isCompatibleWith cloud environments
Docker deployments
Kubernetes_deployments
Nginx_version_1.9.0_and_later
gptkbp:isDocumentedIn Nginx documentation
example configurations
Nginx_wiki
gptkbp:isIntegratedWith gptkb:Nginx_Plus
gptkbp:isLocatedIn C programming language
gptkbp:isMaintainedBy Nginx_team
gptkbp:isOptimizedFor performance
gptkbp:isPartOf Nginx_core_modules
Nginx_ecosystem
Nginx_open_source_project
Nginx_stream_module
gptkbp:isSupportedBy community forums
Nginx_community
Nginx_training_resources
gptkbp:isTestedFor real-world scenarios
Nginx_unit_tests
gptkbp:isTrainedIn various network conditions
gptkbp:isUsedFor A/B testing
failover strategies
distributing traffic among multiple upstream servers
custom load balancing algorithms
geo-based routing
TCP_and_UDP_traffic
ngx_stream_upstream_module
gptkbp:isUsedIn high traffic environments
gptkbp:isUtilizedFor large scale applications
gptkbp:isUtilizedIn microservices architecture
content delivery networks (CDNs)
gptkbp:provides stream client splitting
gptkbp:supports load balancing
gptkbp:usedIn gptkb:Nginx