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
- Host: GitHub
- URL: https://github.com/imshakil/devops-hands-on-practices
- Owner: imShakil
- Created: 2024-02-02T14:24:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T14:43:28.000Z (7 months ago)
- Last Synced: 2025-03-28T15:37:26.679Z (7 months ago)
- Language: Python
- Size: 66.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)