Câu hỏi phỏng vấn Kubernetes
Câu hỏi

What is a Pod?

Câu trả lời

Pods are the smallest, most basic deployable objects in Kubernetes. A Pod represents a single instance of a running process in your cluster.

Pods contain one or more containers, such as Docker c...

junior

junior

Gợi ý câu hỏi phỏng vấn

middle

File cấu hình triển khai bên dưới nghĩa là gì?

spec:
  containers:
    - name: USER_PASSWORD
      valueFrom:
        secretKeyRef:
          name: some-secret
          key: password
junior

Tại sao lại cần Operator?

entry

Các kiểu dịch vụ K8 nào khác nhau chạy trên một nút?

Bình luận

Chưa có bình luận nào

Chưa có bình luận nào