Skip to content

Commit

Permalink
feat: docker ctx, k8s useful links
Browse files Browse the repository at this point in the history
  • Loading branch information
fadyat committed Oct 21, 2023
1 parent 086a6ff commit ee54636
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
20 changes: 20 additions & 0 deletions dump/docker/context.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Docker Context

Docker contexts - an easy way to store connection information for multiple Docker
engines and switch between them.

> Also, can be used to switch between different Kubernetes clusters, docker
> swarms, Amazon ECS clusters, etc.
Example of environment variables, that will be switched:

```bash
DOCKER_HOST="..."
DOCKER_TLS_VERIFY="..."
DOCKER_CERT_PATH="..."
```

### Resources

- https://www.youtube.com/watch?v=x0Kbj4lEOag
- https://docs.docker.com/engine/context/working-with-contexts/
5 changes: 5 additions & 0 deletions dump/kubernetes/useful-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
How to make k8s in correct way:
- https://www.youtube.com/watch?v=fpM_QOtRdmc

Databases in k8s:
- https://www.youtube.com/watch?v=BnegHj53pW4

0 comments on commit ee54636

Please sign in to comment.