What are the various things that can be done to increase Kubernetes security?
What are the various things that can be done to increase Kubernetes security?
题目类型: 技术面试题
这是一道技术面试题,常见于澳洲IT公司面试中。
难度: easy
标签: interviewbit, kubernetes, topic-specific, containers, devops
参考答案摘要
By default, POD can communicate with any other POD, we can set up network policies to limit this communication between the PODs. RBAC (Role-based access control) to narrow down the permissions. Use na...
本题提供 STAR 原则详细解答和技术解析,登录匠人学院学习中心即可查看完整答案。