Google cloud kubernetes: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
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 로 접근하기 위해서는 이 옵션이 필요하다. | |||
* https://cloud.google.com/kubernetes-engine/docs/how-to/alias-ips | * https://cloud.google.com/kubernetes-engine/docs/how-to/alias-ips | ||
[[category:google cloud]] | [[category:google cloud]] | ||
[[category:kubernetes]] | [[category:kubernetes]] |
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 로 접근하기 위해서는 이 옵션이 필요하다.