Google Cloud Kubernetes Architecture (Container / Pod / Kubernetes Engine / Load Balancer / Target Pool, etc)
다음과 같은 Qwiklabs 과정을 거치면서 배운 내용이다: Kubernetes Engine: Qwik Start Setup Network and HTTP Load Balancer 우선, 저 과정들을 거치면서 모르거나 새로 배운 내용들에 대한 정의를 써보도록 하겠다. 나름 나의 해석?도 들어가 있는 것이라 정확하지는 않을 수도 있으나, 최대한 찾아본 내용을 토대로 썼다. Cluster: Consistst of at least 1 cluster master machine and multiple worker machines called nodes. Nodes are Compute Engine VM instances. Instance is a VM hosted. Container: A standard unit..