Skip to content

Commit

Permalink
Answer a services related question (bregman-arie#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedHaroon98 authored Apr 6, 2023
1 parent 2b6543e commit 02dbd73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions topics/kubernetes/CKA.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ Note: create an alias (`alias k=kubectl`) and get used to `k get no`

<details>
<summary>Create an internal service called "sevi" to expose the app 'web' on port 1991</summary><br><b>

`kubectl expose pod web --port=1991 --name=sevi`
</b></details>

<details>
Expand Down

0 comments on commit 02dbd73

Please sign in to comment.