Add IBM Kubernetes Load Balancer type to table (#12690)

This commit is contained in:
Frank Budinsky 2023-02-16 14:15:23 -05:00 committed by GitHub
parent 2a676e461f
commit 72e2bb29f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -163,6 +163,7 @@ For reference, here are the types of load balancers created by Istio with a `Loa
|AWS EKS | Classic Elastic Load Balancer | TCP Proxy
|GCP GKE | TCP/UDP Network Load Balancer | Network
|Azure AKS | Azure Load Balancer | Network
|IBM IKS/ROKS | Network Load Balancer | Network
|DO DOKS | Load Balancer | Network
{{< tip >}}