Comment on What IT jobs are there that require little to no coding?
KingSlareXIV@infosec.pub 1 year agoNot saying it’d hurt, but I’ve never worked anywhere that had network teams managing docker (that’d be a different team). Linux knowledge is just enough to install a vendor supplied appliance on your hypervisor of choice (managed by a different team), anything more than that would have the OS managed by a different team. And I really haven’t seen them script much of anything in any language, they have prebuilt tools to do any mass config changes or monitoring or whatever.
They are generally way more concerned about working with horribly convoluted routing issues, misbehaving BGP, firewall policies, etc.
masterofballs@exploding-heads.com 1 year ago
Now i’m not a network engineer but have worked with them and from my experience,
Most network switches are shipping with docker installed these days. Also lots of network dev environments are shipping in docker images plus docker-compose rather than virtual machines.
I would not expect them to know everything about docker but it would probably be wise for them to know a few basic commands.
The whole field of network engineer is moving more towards network automation engineer.
KingSlareXIV@infosec.pub 1 year ago
I know docker gets jammed into a lot of different equipment these days, wasn’t aware of it in network switches tho.
What sorts of containerized workloads are typically run on network equipment?
masterofballs@exploding-heads.com 1 year ago
Usually monitoring agents. Though, it could be what every you want including bitcoin miners. With containers Cisco, Jupiter or whoever doesn’t have to worry about keeping their version of python up to date. Their version of what ever. They just keep their kernel and docker up to date and then the switch maintainers can install and update what ever they want in containers.