Software Alternatives & Reviews

Zero to Kubernetes in 5 Mins

k3s Docker Hub Go Programming Language
  1. 1

    k3s

    K3s is a lightweight Kubernetes distribution by Rancher Labs intended for IoT, Edge, and cloud deployments.
    Pricing:
    • Open Source
    Now that our docker image is ready, we can use K8s to deploy and manage for us container(s) from that image. To do that, let’s install K3s first. I am using K3s for this tutorial as I find it a great reliable and lightweight distribution for K8s, perfect for development and edge (environments with limited resources) deployments. To install it you just need to run $ curl -sfL https://get.k3s.io | sh - That’s it! That is all what you need to do in order to have a functional Kubernetes cluster.

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

  2. Docker Hub is a cloud-based registry service
    Pricing:
    • Open Source
    A docker registry account (you can create an account for free on dockerhub).

    #Developer Tools #Web Servers #Web And Application Servers 306 social mentions

  3. Go, also called golang, is a programming language initially developed at Google in 2007 by Robert...
    Pricing:
    • Open Source

    #Programming Language #OOP #Generic Programming Language 290 social mentions

Discuss: Zero to Kubernetes in 5 Mins

Log in or Post with