Software Alternatives & Reviews

Why docker swarm is not popular as Kubernetes?

k3s Caddy Rancher Helm.sh Certbot Kompose
  1. 1

    k3s

    K3s is a lightweight Kubernetes distribution by Rancher Labs intended for IoT, Edge, and cloud deployments.
    Pricing:
    • Open Source
    If you're forced to use Kubernetes and don't use the cloud managed (and vendor locked) variety, then consider something like K3s or even RKE with either Rancher or Portainer. You'll make your own life more tolerable. And don't get caught up in running software that's too complicated either: Caddy or even just Nginx with Certbot (or the Kubernetes variety of it) will be fully sufficient for ingress with SSL/TLS in most cases. NFS will be good enough for sharing files across multiple pods as well and so on...

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

  2. 2
    The HTTP/2 Web Server with Automatic HTTPS
    Pricing:
    • Open Source
    If you're forced to use Kubernetes and don't use the cloud managed (and vendor locked) variety, then consider something like K3s or even RKE with either Rancher or Portainer. You'll make your own life more tolerable. And don't get caught up in running software that's too complicated either: Caddy or even just Nginx with Certbot (or the Kubernetes variety of it) will be fully sufficient for ingress with SSL/TLS in most cases. NFS will be good enough for sharing files across multiple pods as well and so on...

    #Web Servers #HTTP/2 Web Server #Web And Application Servers 224 social mentions

  3. Open Source Platform for Running a Private Container Service
    Pricing:
    The tooling around Docker Swarm is also pretty good and minimalist, for example, you can use Portainer (which also supports Kubernetes), much like you would use Rancher for easy administration of clusters.

    #DevOps Tools #Developer Tools #Continuous Integration And Delivery 24 social mentions

  4. Kustomize is an intelligent Kubernetes native configuration management software that comes with the manifestation to add, remove, or update configuration options without the need for forking.
    All of the versions of the Compose specification are far simpler and easier to use when compared to Kubernetes manifests; there even isn't a single page that gives examples for making Kubernetes manifests like the link for Compose (the API docs are the closest thing AFAIK) and tools like Kustomize and Helm exist just to deal with this overcomplication.

    #Development #Management #Tool 48 social mentions

  5. The Kubernetes Package Manager
    Pricing:
    • Open Source
    All of the versions of the Compose specification are far simpler and easier to use when compared to Kubernetes manifests; there even isn't a single page that gives examples for making Kubernetes manifests like the link for Compose (the API docs are the closest thing AFAIK) and tools like Kustomize and Helm exist just to deal with this overcomplication.

    #Developer Tools #DevOps Tools #Cloud Hosting 133 social mentions

  6. Automatically enable HTTPS on your website with EFF's Certbot, deploying Let's Encrypt certificates.
    If you're forced to use Kubernetes and don't use the cloud managed (and vendor locked) variety, then consider something like K3s or even RKE with either Rancher or Portainer. You'll make your own life more tolerable. And don't get caught up in running software that's too complicated either: Caddy or even just Nginx with Certbot (or the Kubernetes variety of it) will be fully sufficient for ingress with SSL/TLS in most cases. NFS will be good enough for sharing files across multiple pods as well and so on...

    #Web Servers #Software Development #Security & Privacy 105 social mentions

  7. Go from Docker-Compose to Kubernetes with a simple tool
    Pricing:
    • Open Source
    And in my mind, that's what most deployments out there need, at least before hitting a limit and then easily migrating over to K3s with something like Kompose. That way you'd also be sure that you're not relying on the actual orchestrator too much, but just use it as a tool, instead of building your entire infrastructure around it.

    #DevOps Tools #Developer Tools #Dev Ops 40 social mentions

Discuss: Why docker swarm is not popular as Kubernetes?

Log in or Post with