init commit
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# MongoDB
|
||||
|
||||
## Basic stuff
|
||||
|
||||
### Install
|
||||
```shell
|
||||
helm install mongo ./helm --namespace mongo --create-namespace
|
||||
```
|
||||
### Update
|
||||
|
||||
```shell
|
||||
helm -n mongo upgrade mongo .\helm
|
||||
```
|
||||
|
||||
### Check
|
||||
|
||||
```shell
|
||||
kubectl -n mongo get secret,cm,pvc,pod,svc
|
||||
```
|
||||
|
||||
### Delete
|
||||
|
||||
```shell
|
||||
kubectl delete ns mongo
|
||||
```
|
||||
Reference in New Issue
Block a user