Kubero : alternative à Heroku pour Kubernetes …

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • kubero

    A free and self-hosted Heroku PaaS alternative for Kubernetes that implements GitOps

  • root@localhost:~# git clone https://github.com/kubero-dev/kubero root@localhost:~# cd kubero && cat kind.yaml kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 name: kubero networking: ipFamily: ipv4 apiServerAddress: 127.0.0.1 nodes: - role: control-plane #image: kindest/node:v1.21.1 kubeadmConfigPatches: - | kind: InitConfiguration nodeRegistration: kubeletExtraArgs: node-labels: "ingress-ready=true" extraPortMappings: - containerPort: 80 hostPort: 80 protocol: TCP - containerPort: 443 hostPort: 443 protocol: TCP

  • buildpacks

    fetch -> build -> run (by kubero-dev)

  • buildpacks/packs at main · kubero-dev/buildpacks

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • kubero-operator

    An operator to run applications on Kubernetes like on Heroku

  • kubero-operator/config/samples at main · kubero-dev/kubero-operator

  • docker-install

    Docker installation script

  • root@localhost:~# curl -fsSL https://get.docker.com | sh - root@localhost:~# curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.17.0/kind-linux-amd64 root@localhost:~# chmod +x ./kind root@localhost:~# mv ./kind /usr/local/bin/kind root@localhost:~# kind kind creates and manages local Kubernetes clusters using Docker container 'nodes' Usage: kind [command] Available Commands: build Build one of [node-image] completion Output shell completion code for the specified shell (bash, zsh or fish) create Creates one of [cluster] delete Deletes one of [cluster] export Exports one of [kubeconfig, logs] get Gets one of [clusters, nodes, kubeconfig] help Help about any command load Loads images into nodes version Prints the kind CLI version Flags: -h, --help help for kind --loglevel string DEPRECATED: see -v instead -q, --quiet silence all stderr output -v, --verbosity int32 info log verbosity, higher value produces more output --version version for kind Use "kind [command] --help" for more information about a command.

  • pack

    CLI for building apps using Cloud Native Buildpacks

  • Cloud Native Buildpacks

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts