SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

DEVOPS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Kubernetes clusters always need 4 network segments
A
True: Master, Nodes, Services and Pods
B
False, you only need 3: Nodes, Services and Pods
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -More specifically, Kubernetes is designed to accommodate configurations that meet all of the following criteria: No more than 110 pods per node. No more than 5, 000 nodes. No more than 150, 000 total pods.

Detailed explanation-2: -Note: For Standard clusters, you can run a maximum of 256 Pods on a node with a /23 range, not 512 as you might expect. This provides a buffer so that Pods don’t become unschedulable due to a transient lack of IP addresses in the Pod IP range for a given node.

Detailed explanation-3: -Kubernetes High-Availability is about setting up Kubernetes, along with its supporting components in a way that there is no single point of failure. A single master cluster can easily fail, while a multi-master cluster uses multiple master nodes, each of which has access to same worker nodes.

There is 1 question to complete.