Software Alternatives & Reviews

Local web development vs Vagrant vs Docker: What’s right for you?

Kubernetes Helm.sh Google Cloud Platform Microsoft Azure AWS Fargate Amazon AWS
  1. Kubernetes is an open source orchestration system for Docker containers
    Pricing:
    • Open Source
    If you need more control for your container environment, Kubernetes is probably where you will end up. Kubernetes (often abbreviated as k8s) is a "container orchestration" tool. The tool is designed to run huge distributed infrastructure. This makes perfect sense when you learn that Google is the original source of the project.

    #Developer Tools #DevOps Tools #Containers As A Service 283 social mentions

  2. The Kubernetes Package Manager
    Pricing:
    • Open Source
    In the cluster's default state, it won't have any of your application's services in it. We can deploy these services to minikube or any other cluster using kubectl or some other tool like Helm. Since we've descended down the rabbit hole for quite a while, let's gloss over the details around this level of provisioning.

    #Developer Tools #DevOps Tools #Containers As A Service 134 social mentions

  3. Google Cloud provides flexible infrastructure, end-to-security, modern productivity, and intelligent insights engineered to help your business thrive.
    Your local operating system is not going to match with the operating system of your live website. Statistically, you run Windows. Maybe you're a macOS person like me, but the data shows that Windows still dominates. Most websites run on AWS, GCP, Azure, or on a Virtual Private Server like Digital Ocean or Linode, and most things running on these services are Linux. The bad news is that the differences between operating systems will bite you. Windows and Linux are different beasts. I am acutely aware of this fact from writing a cross platform Perl application waaaay back in the day (the filesystem / and \ differences alone were the bane of my existence).

    #Cloud Computing #Backend As A Service #Cloud Infrastructure 168 social mentions

  4. Windows Azure and SQL Azure enable you to build, host and scale applications in Microsoft datacenters.
    Your local operating system is not going to match with the operating system of your live website. Statistically, you run Windows. Maybe you're a macOS person like me, but the data shows that Windows still dominates. Most websites run on AWS, GCP, Azure, or on a Virtual Private Server like Digital Ocean or Linode, and most things running on these services are Linux. The bad news is that the differences between operating systems will bite you. Windows and Linux are different beasts. I am acutely aware of this fact from writing a cross platform Perl application waaaay back in the day (the filesystem / and \ differences alone were the bane of my existence).

    #Cloud Infrastructure #Cloud Computing #IaaS 64 social mentions

  5. AWS Fargate is a compute engine for Amazon ECS and EKS that allows you to run containers without having to manage servers or clusters.
    Here's where the staff size comes in. There are services that exclusively manage containers like AWS Fargate. A service like Fargate trades staff time for money. With Fargate, Amazon will run your containers on their infrastructure without forcing you to manage machines. Considering the cost of developer time, this could be an insanely good deal for you. Aside from cost, one downside of this approach is less control.

    #Developer Tools #Containers As A Service #DevOps Tools 44 social mentions

  6. Amazon Web Services offers reliable, scalable, and inexpensive cloud computing services. Free to join, pay only for what you use.
    Your local operating system is not going to match with the operating system of your live website. Statistically, you run Windows. Maybe you're a macOS person like me, but the data shows that Windows still dominates. Most websites run on AWS, GCP, Azure, or on a Virtual Private Server like Digital Ocean or Linode, and most things running on these services are Linux. The bad news is that the differences between operating systems will bite you. Windows and Linux are different beasts. I am acutely aware of this fact from writing a cross platform Perl application waaaay back in the day (the filesystem / and \ differences alone were the bane of my existence).

    #Cloud Computing #Cloud Infrastructure #IaaS 362 social mentions

Discuss: Local web development vs Vagrant vs Docker: What’s right for you?

Log in or Post with