# 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 ```