Exlusive client affinity
问题 I am aware that client affinity is possible for a LoadBalancer type service in Kubernetes. The thing is that this affinity doesn't forbid that two different clientes access the same pod. Is it possible to associate a pod exclusively always to the same client? Thanks in advance and have a really nice day! 回答1: To only allow a specific external client/s to access a specific Pod/Deployment you can use whitelisting/source ranges. Restrictions can be applied to LoadBalancers as