Connecting Kubernetes Clusters Across Cloud Providers
It is well understood how to run individual Kubernetes clusters in all major clouds, managed and self-managed, but how do we connect individual clusters together? This talk will guide you how to inter …
Talk Title | Connecting Kubernetes Clusters Across Cloud Providers |
Speakers | Thomas Graf (Co-Founder & CTO, Isovalent) |
Conference | KubeCon + CloudNativeCon North America |
Conf Tag | |
Location | Seattle, WA, USA |
Date | Dec 9-14, 2018 |
URL | Talk Page |
Slides | Talk Slides |
Video | |
It is well understood how to run individual Kubernetes clusters in all major clouds, managed and self-managed, but how do we connect individual clusters together? This talk will guide you how to interconnect multiple Kubernetes clusters running in different cloud providers. We will discuss how to establish basic pod to pod connectivity across clusters, add load balancing using standard Kubernetes services and finally add label based network policy to secure the communication both inside the cluster and across clusters. As a bonus, we will add Istio on top to establish mutual TLS across clusters for added security.