Skip to content

Instantly share code, notes, and snippets.

@prongbang
Created April 28, 2024 04:31
Show Gist options
  • Save prongbang/4db3fb1e3d20e9a08b9b633901ae5b4d to your computer and use it in GitHub Desktop.
Save prongbang/4db3fb1e3d20e9a08b9b633901ae5b4d to your computer and use it in GitHub Desktop.
# Using Namespaces
https://docs.rafay.co/learn/quickstart/kubernetes/namespaces/
- List Namespace
```shell
microk8s kubectl get namespaces
```
- Add Namespace
```shell
microk8s kubectl create namespace wcs-production
microk8s kubectl create namespace wcs-development
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment