Skip to content

Commit

Permalink
added namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
wonchul committed Jun 24, 2024
1 parent 15f2573 commit d9cf3a8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions _posts/mlops/2024-06-25-namespace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: post
title: Namespace
category: MLOps
tag: namespace
---
### Create namespace

```cmd
kubectl create namespace <name to create>
```

### Check namespaces

```cmd
kubectl get namespace
```

0 comments on commit d9cf3a8

Please sign in to comment.