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

What is Kubernetes, exactly?

Câu trả lời

The purpose of Kubernetes is to make it easier to organize and schedule your application across a fleet of machines. At a high level it is an operating system for your cluster.

Basically, it allows you to not worry about what specific machine in your datacenter each application runs on. Additionall...

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

What does a Pod do?

entry

Làm cách nào để kiểm soát việc sử dụng tài nguyên của POD?

Bình luận

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

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