Google cloud kubernetes

From 탱이의 잡동사니
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Overview

Kubernetes on google cloud platform

VPC-native cluster

In GKE, cluster can be distinguished according to the way they route traffic from one Pod to another Pod. A cluster that uses alias IP ranges is called a VPC-native cluster.

간단히 말해서, k8s pod 내에서 같은 프로젝트 내의 자원들에 private IP 로 접근하기 위해서는 이 옵션이 필요하다.