diff --git a/resources/kubernetes.md b/resources/kubernetes.md index f71eb8b..5770ac1 100644 --- a/resources/kubernetes.md +++ b/resources/kubernetes.md @@ -59,40 +59,12 @@ Name | Comments ### Minikube -Minikube version - -``` -minikube version -``` - -Start cluster - -``` -minikube start -``` - -Delete cluster - -``` -minikube delete -``` +* Minikube version: `minikube version` +* Start cluster: `minikube start` +* Delete cluster: `minikube delete` ### Kubernetes -Cluster version - -``` -kubectl version -``` - -Cluster information - -``` -kubectl cluster-info -``` - -List nodes - -``` -kubectl get nodes -``` +* Cluster version: `kubectl version` +* Cluster information: `kubectl cluster-info` +* List nodes: `kubectl get nodes` diff --git a/resources/mongo.md b/resources/mongo.md index 2558ec8..0e9f7b6 100644 --- a/resources/mongo.md +++ b/resources/mongo.md @@ -7,6 +7,12 @@ Name | Description [Guru99 MongoDB Tutorial](https://www.guru99.com/what-is-mongodb.html) | MongoDB Tutorial [Tutorialspoint Tutorial](https://www.tutorialspoint.com/mongodb) | MongoDB Tutorial +## Authentication and Authorization + +Name | Description +:------|:------: +[Tutorial User Administration Without You Integrating LDAP with MongoDB](https://www.youtube.com/watch?v=ky8OKWPCZXs&ab_channel=MongoDB) | Full explanation on Mongo and LDAP integration + ## Cheat Sheet ### Mongo Shell diff --git a/resources/python.md b/resources/python.md index ee83107..672605b 100644 --- a/resources/python.md +++ b/resources/python.md @@ -22,12 +22,6 @@ Name | Description [Khan Academy](https://www.khanacademy.org) | Python courses and lessons [Python resources for everybody](https://learnbyexample.github.io/py_resources) | Python written resources -## Resources - -Name | Description -:------|:------: -[pippython](https://pippython.com) | I don't know what it is exactly but it's great - ## Modules Name | Description