Community driven content discussing all aspects of software development from DevOps to design patterns. Namespaces are a critical resource for supporting multi-tenant architectures for a Kubernetes ...
Managing a large-scale Kubernetes cluster with hundreds or even thousands of services is a challenging yet rewarding endeavor. One critical aspect of achieving success at scale is designing a robust ...
KubernetesでCiliumNetworkPolicyを使用すると、特定の名前空間に限ったネットワークポリシーを設定できますが、このポリシーを有効にするためには**`endpointSelector`が必須**です。この記事では、`endpointSelector`の役割と、その設定方法について詳しく説明します。