Skip to content

Commit f6cbfde

Browse files
committed
UI polish: exam focus styling
1 parent e3ef530 commit f6cbfde

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/pages/domain2.tsx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -707,10 +707,13 @@ export default function Domain2Page() {
707707
<PortsTable />
708708

709709
<CalloutBox variant="exam">
710-
Memorize these ports cold: <strong>6443</strong> (API Server), <strong>2379/2380</strong> (etcd
711-
client/peer), <strong>10250</strong> (Kubelet), <strong>10257</strong> (Controller Manager),{' '}
712-
<strong>10259</strong> (Scheduler), <strong>10249</strong> (Kube-proxy metrics). These are
713-
heavily tested on the exam.
710+
<strong>🎯 Exam Focus:</strong> Memorize these ports cold: <strong style={{ color: 'var(--accent-coral)' }}>6443</strong> (API
711+
Server), <strong style={{ color: 'var(--accent-coral)' }}>2379/2380</strong> (etcd
712+
client/peer), <strong style={{ color: 'var(--accent-coral)' }}>10250</strong> (Kubelet),{' '}
713+
<strong style={{ color: 'var(--accent-coral)' }}>10257</strong> (Controller Manager),{' '}
714+
<strong style={{ color: 'var(--accent-coral)' }}>10259</strong> (Scheduler),{' '}
715+
<strong style={{ color: 'var(--accent-coral)' }}>10249</strong> (Kube-proxy metrics). These
716+
are heavily tested on the exam.
714717
</CalloutBox>
715718

716719
<PortMemorySystem />

0 commit comments

Comments
 (0)