CustomResourceDefinitionによって追加できるカスタマイズ可能なリソース
Kubernetes/
カスタムリソース
commited date: 2025-10-26
-
Kubernetes/Operator#Kubernetes CustomResourceDefinitionによるカスタムリソースとそれを操作するControllerを共に使うパターン Operator pattern | Kubernetes
-
Istio/DestinationRule#API Architecture Istioにおいて、トラフィックに対するポリシーを定義するカスタムリソース 以下のようなことが実現できる Subsetの定義 サーキットブレーカーの設定 https://istio.io/latest/docs/reference/config/networking/destination-rule/
-
Istio/Gateway#API Architecture Istioにおいて、トラフィックの入り口または出口となるカスタムリソース 入り口として受けたトラフィックはVirtualServiceに流す https://istio.io/latest/docs/reference/config/networking/gateway/
-
Istio/RequestAuthentication#Security #Authentication ingressgatewayに対して、JWTの検証を行うためのカスタムリソース https://istio.io/latest/docs/reference/config/security/request_authentication/
-
Istio/VirtualService#API Architecture Istioにおいて、トラフィックルーティングルールを定義するカスタムリソース。 DestinationRuleと組み合わせてSubset単位でルールを設定可能 以下のようなことが実現できる Subsetの切り替えによるブルーグリーン戦略 weightの設定によるカナリアリリース timeoutの設定によるタイムアウト https://istio.io/latest/docs/reference/config/networking/virtual-service/
-
Istio/PeerAuthentication#Security #Authentication Istioにおいてマイクロサービス間のmTLSを設定するカスタムリソース https://istio.io/latest/docs/reference/config/security/peer_authentication/