Skip to content

Commit 02dbd73

Browse files
Answer a services related question (bregman-arie#371)
1 parent 2b6543e commit 02dbd73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

topics/kubernetes/CKA.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,8 @@ Note: create an alias (`alias k=kubectl`) and get used to `k get no`
304304

305305
<details>
306306
<summary>Create an internal service called "sevi" to expose the app 'web' on port 1991</summary><br><b>
307+
308+
`kubectl expose pod web --port=1991 --name=sevi`
307309
</b></details>
308310

309311
<details>

0 commit comments

Comments
 (0)