Load Balancing with Config Connector: MCI part 3

Configuring load balancing with Config Connector

In the first part of the post on multi-cluster ingress, we covered simpler options of exposing your cluster to receive external traffic: ClusterIP, NodePort, LoadBalancer, Ingress. In the second part we proceeded to create regional clusters spanning multiple zones. This final post will focus on adding the load balancing resources using Config Connector. This will … Read more

Provision Kubernetes Clusters using Config Connector: MCI part 2

Kubernetes multi-cluster ingress with Config Connector: set up clusters.

In the first part of the post on multi-cluster ingress, we covered simpler options of exposing your cluster to receive external traffic: ClusterIP, NodePort, LoadBalancer, Ingress. In this part, we’ll provision Kubernetes clusters using Config Connector. First of all, let us create a project and cluster that will have Config Connector installed. You can start … Read more

Kubernetes Multi-Cluster Ingress With Config Connector – part 1

If you want to expose your cluster to receive external traffic, there are multiple ways to do it. Before we get to how you can configure Kubernetes multi-cluster ingress with Config Connector, let’s review other load balancing concepts. Specifically, you can use the following to expose a single cluster to receive external traffic. ClusterIP – … Read more