this post was submitted on 12 Sep 2024
11 points (86.7% liked)
Networking
448 readers
1 users here now
This is a community dedicated to all types of computer networking (physical/virtual/cloud/etc.)
Computers use common communication protocols over digital interconnections to communicate with each other. These interconnections are made up of telecommunication network technologies based on physically wired, optical, and wireless radio-frequency methods that may be arranged in a variety of network topologies.
Helpful Links:
Rules:
- Posts must be relevant to networking
- No NSFW content
- No hate speech, bigotry, etc
- Try to keep discussions on topic
- No spam of tools/companies/advertisements.
- It’s OK to post your own stuff part of the time, but the primary use of the community should not be self-promotion.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Someone where I work set up a process to provision a VM with simulated devices & networking using containerlab. We use it to simulate scenarios and test the orchestration/automation software we develop. You declaritively define the nodes and connections, it's multi-vendor, and uses docker.
There's also clabernetes, which allows you to deploy the topology into a kubernetes cluster