Skip to content
gqlxj1987's Blog
Go back

Incomplete Guide for Kubernetes

Edit page

原文链接

Concepts

Nodes:

Objects:

Controllers:

Pods have following life cycles (states):

ConfigMap的作用?

关于ingress部分

Pods in Kubernetes are not reachable from outside the cluster, so you need a way to expose your Pods to the Internet. Even though you could associate Pods with a Service of the right type, i.e., NodePort or LoadBalancer, the recommended way to expose services is using Ingress. You can do a lot of different things with an Ingress, and there are many types of Ingress controllers that have different capabilities.

There are some reasons to choose Ingress over Service:


Edit page
Share this post on:

Previous Post
Go Cloud
Next Post
Golang Concurrency