Questions
As we conclude, here is a list of questions for you to test your knowledge regarding this chapter’s material. You will find the answers in the Assessments section of the Appendix:
- Which of the following is another name for pod-to-pod network traffic?
- East-South
- North-East
- East-West
- North-South
- What can be applied to restrict pod-to-pod traffic?
PodPolicy
PodSecurityPolicy
TrafficPolicy
NetworkPolicy
- Which layers are part of the 4Cs of Cloud Native security?
- Cloud, Collocations, Clusters, Code
- Cloud, Clusters, Containers, Code
- Cloud, Collocations, Containers, Code
- Code, Controllers, Clusters, Cloud
- Pod A is running in Namespace A and pod B is running in Namespace B. Can they communicate via their IP addresses?
- No, because different namespaces are isolated with a firewall
- Yes, but only if they are running on the same worker node
- Yes, if not restricted with
NetworkPolicy
- No, because different namespaces have different IP Classless Inter-Domain Routing (CIDR) blocks...