74
Linux
5y

Alright, you win. I have to admit.

I like docker.

Comments
  • 15
    Next step is to start liking kubernetes. And then istio
  • 0
    Me too!
  • 6
    @devs I look at kubernettes few times but it’s just another layer of resource hogging software that isn’t needed for a small deployment. Although I do still want to cos aKs and azure dev spaces look pretty cool
  • 4
    @gruff docker compose is fine for small deployments, but if you have more machines and/or want ha, you'll need either swarm or kubernetes
  • 0
    @kolaente yeah we use swarm and a stack file works great we’d need more servers to run k8s properly
  • 3
    Can you recommend any resources to learn it?
  • 5
    @Root https://labs.play-with-docker.com you don’t even need to install it to get started I tested a swarm cluster on it
  • 2
    @gruff Thanks ๐Ÿ˜Š
  • 4
    I just accepted vagrant in my life....
  • 1
    i don't, because it messes with my Android emulator, so i can only have one or the other (and i kinda need the emulator more)
  • 1
    You welcome my friend :)
    Next up is running a Docker Swarm :)
  • 0
    @SauceBoss #true
  • 1
    @mundo03 oh man, that brings me some memories when we used opsworks at work and I tested my cookbooks in a vagrant virtual machine.

    There must be an easier way to do that, but didn't know at the time, nor now either
  • 1
    @JhonDoe afaik, that is one of the uses of vagrant :D
  • 0
    @SauceBoss no it’s not that bad, well lcow anyway, on my machine for developing and testing I run docker as a a swarm manager and then 2 alpine Linux vms as worker, works a charm once you tweak the networking.
  • 3
    @devs

    Actually, it was k8s that made me like it. We have deployed a big ass cluster at work now.
  • 2
    @SauceBoss

    GNU/Linux, or as I recently started to call it - GNU+Linux
  • 1
    I've tried a lot learning kubernetes but always failed. was only able to deploy a single master, not able to connect to my nginx container T_T
  • 2
    Well someone's been....

    Dockerized
  • 1
    Who would not like docker ๐Ÿคจ
    Docker is awesome!
Add Comment