Google cloud kubernetes: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
== VPC-native cluster == | == 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. | 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 로 접근하기 위해서는 이 옵션이 필요하다. | 간단히 말해서, k8s pod 내에서 같은 프로젝트 내의 자원들에 private IP 로 접근하기 위해서는 이 옵션이 필요하다. | ||
Latest revision as of 12:39, 5 March 2020
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 로 접근하기 위해서는 이 옵션이 필요하다.