From ba287c747179b00120f425ae2e69d40bfe394aaa Mon Sep 17 00:00:00 2001 From: Godswill012 Date: Mon, 29 Sep 2025 11:58:39 -0500 Subject: [PATCH 1/3] chore: my first commit --- Advanced_Interview_Questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Advanced_Interview_Questions.md b/Advanced_Interview_Questions.md index 38f5327..ae45409 100644 --- a/Advanced_Interview_Questions.md +++ b/Advanced_Interview_Questions.md @@ -2,3 +2,5 @@ Having multiple master nodes ensures that services remain available should master node(s) fail. In order to facilitate availability of master services, they should be deployed with odd numbers (e.g. 3,5,7,9 etc.) so quorum (master node majority) can be maintained should one or more masters fail. In the HA scenario, Kubernetes will maintain a copy of the etcd databases on each master, but hold elections for the control plane function leaders kube-controller-manager and kube-scheduler to avoid conflicts. The worker nodes can communicate with any master’s API server through a load balancer. Deploying with multiple masters is the minimum recommended configuration for most production clusters. +# +# From a6bb9d8a8c69a471ef023a472a5fae656e618421 Mon Sep 17 00:00:00 2001 From: Godswill012 <142279804+Godswill012@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:38:26 -0500 Subject: [PATCH 2/3] Update Advanced_Interview_Questions.md --- Advanced_Interview_Questions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Advanced_Interview_Questions.md b/Advanced_Interview_Questions.md index ae45409..610c5c8 100644 --- a/Advanced_Interview_Questions.md +++ b/Advanced_Interview_Questions.md @@ -4,3 +4,5 @@ Having multiple master nodes ensures that services remain available should maste Deploying with multiple masters is the minimum recommended configuration for most production clusters. # # + + From 5c17808ef764ca592d50b20d8588346398e7637c Mon Sep 17 00:00:00 2001 From: Godswill012 <142279804+Godswill012@users.noreply.github.com> Date: Mon, 29 Sep 2025 12:46:44 -0500 Subject: [PATCH 3/3] Update Advanced_Interview_Questions.md --- Advanced_Interview_Questions.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Advanced_Interview_Questions.md b/Advanced_Interview_Questions.md index 610c5c8..d889bdf 100644 --- a/Advanced_Interview_Questions.md +++ b/Advanced_Interview_Questions.md @@ -4,5 +4,7 @@ Having multiple master nodes ensures that services remain available should maste Deploying with multiple masters is the minimum recommended configuration for most production clusters. # # - - +# +# +# +#