- Home
- All questions
- Question 754
CKA study material · question 754 of 1000
You are writing firewall rules for a control plane node. Which two inbound ports are needed by default? Choose two.
Show the answer
Answer: A. 6443 for the API server
C. 2379-2380 for etcd
A control plane node needs 6443, 2379-2380, 10250, 10259 and 10257. Port 10256 and the NodePort range belong to the worker node table.
Source: Ports and Protocols (Kubernetes) — Control plane