An open API service indexing awesome lists of open source software.

https://github.com/imshakil/devops-hands-on-practices

devops hands on practices
https://github.com/imshakil/devops-hands-on-practices

Last synced: 6 months ago
JSON representation

devops hands on practices

Awesome Lists containing this project

README

          

# DevOps Hands on Practices

## Project on Module 01 (Basic Linux)
- Create two namespaces and connect them using veth (VM)
- [docs](./connecting-two-namespaces-using-veth.md)
- [script](./veth-connection-between-two-namespace.sh)
- Create two namespaces and connect them using Linux Bridge (VM/Web)
- [docs](./connecting-two-namespaces-using-linux-bridge.md)
- [script](./linux-bridge-connection-between-namespaces.sh)