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

How can containers within a pod communicate with each other?

Câu trả lời

Containers within a pod share networking space and can reach other on localhost. For instance, if you have two containers within a pod, a MySQL ...

junior

junior

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

senior

Làm thế nào chúng ta có thể chuyển tiếp cổng '8080 (container) -> 8080 (service) -> 8080 (ingress) -> 80 (browser) và nó có thể được thực hiện như thế nào?

entry

Cho biết dịch vụ và namespace trong file sau?

apiVersion: v1
kind: ConfigMap
metadata:
  name: some-configmap
data:
  some_url: silicon.chip
junior

What is Kubernetes, exactly?

Bình luận

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

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