Question 8
Use context: kubectl config use-context k8s-cl-H
You’re asked to find out the following information about the cluster k8s-cl-H
:
- How many controlplane nodes are available?
- How many worker nodes are available?
- What is the Service CIDR?
- Which Networking (or CNI Plugin) is configured and where is its config file?
- Which suffix will static pods have that run on k8s-cl-H
?
Write your answers into file /opt/course/14/cluster-info
, structured like this:
# /opt/course/14/cluster-info 1: [ANSWER] 2: [ANSWER] 3: [ANSWER] 4: [ANSWER] 5: [ANSWER]