Software Alternatives & Reviews

Kubernetes for Startups: Practical Considerations for Your App

Podman linkerd Kontena Lens
  1. 1
    Simple debugging tool for pods and images
    Pricing:
    • Open Source
    Build: Workloads need to be containerized. That leads to long build times, especially if there is no caching possible/enabled for the build. A local build might be just a hot reload, but these can take many minutes with the container build step included. Please use podman, kaniko, or similar over docker for builds.

    #Developer Tools #Productivity #Cloud Computing 101 social mentions

  2. Linkerd is an ultralight service mesh for Kubernetes. It gives you observability, reliability, and security without requiring any code changes.
    Pricing:
    • Open Source
    Setup multiple clusters across regions and connect them to operate as a single entity as far as apps are concerned. This needs a service mesh like linkerd.

    #Web Servers #Web And Application Servers #Load Balancer / Reverse Proxy 15 social mentions

  3. Kontena Lens is an open-source desktop application that comes with a reliable way to manage and monitor Kubernetes clusters.
    Pricing:
    • Open Source
    Debug - logging into remote: While devspace, telepresence, and skaffold are nice for remote dev, sometimes the easiest thing to do is to login to the remote container for debugging. You definitely want to use a Kubernetes dashboard - k8s lens, or k9s cli. Along with this, you can use kubectl exec to open up a shell in the container or use ephemeral containers to attach to a running pod introduced in k8s v1.23. The latter is the preferred method in dev environments. Neither of these should be done in prod environments.

    #Development #Tool #Cloud Computing 40 social mentions

Discuss: Kubernetes for Startups: Practical Considerations for Your App

Log in or Post with