If i wanna move to some based eastern european country one day, getting decree in IT might be my best bet. I have tried applying as UX/UI designer however you can only study that here in Lahti so it would be terrible tactic to apply to only one school.

  • Masterofballs@exploding-heads.com
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    but I’ve never worked anywhere that had network teams managing docker

    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
      link
      fedilink
      English
      arrow-up
      2
      ·
      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
        link
        fedilink
        arrow-up
        1
        ·
        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.