Skip to content

Commit

Permalink
Remove Python link
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Mar 11, 2021
1 parent 0e306f9 commit e858b38
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 40 deletions.
40 changes: 6 additions & 34 deletions resources/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
6 changes: 6 additions & 0 deletions resources/mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions resources/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e858b38

Please sign in to comment.