Lowest Price for your own kubernetes using Hetzner Cloud(incl. Storage Provisioner)

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

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kubespray

    Deploy a Production Ready Kubernetes Cluster

  • kube-master1:~# sudo apt install python3-pip -y sudo apt install python3-virtualenv -y git clone https://github.com/kubernetes-sigs/kubespray.git VENVDIR=kubespray-venv KUBESPRAYDIR=kubespray ANSIBLE_VERSION=2.12 virtualenv --python=$(which python3) $VENVDIR source $VENVDIR/bin/activate (kubespray-venv) kube-master1:~# cd $KUBESPRAYDIR pip install -U -r requirements.txt cp -rfp inventory/sample inventory/mycluster

  • aptakube

    Modern, lightweight and multi-cluster Kubernetes GUI. Available on Windows, macOS and Linux.

  • When you switch between different kube systems it becomes very annoying to change your config file every time before connecting. But with the “aptakube” application it becomes very easy to connect and see all your relevant information or connect to shells. Aptakube - Kubernetes GUI for Mac, Windows & Linux

  • 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
  • metrics-server

    Scalable and efficient source of container resource metrics for Kubernetes built-in autoscaling pipelines.

  • (kubespray-venv) kube-master1:~# curl -LO https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml nano components.yaml

  • external-storage

    Discontinued [EOL] External storage plugins, provisioners, and helper libraries [Moved to: https://github.com/kubernetes-retired/external-storage]

  • git clone https://github.com/kubernetes-incubator/external-storage.git kubernetes-incubator cd kubernetes-incubator/nfs-client/ sed -i'' "s/namespace:.*/namespace: k8s-nfs-storage/g" ./deploy/rbac.yaml sed -i'' "s/namespace:.*/namespace: k8s-nfs-storage/g" ./deploy/deployment.yaml kubectl create -f ./deploy/rbac.yaml

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

  • Provisioning Kubernetes Clusters with Kubespray

    2 projects | dev.to | 12 May 2024
  • Zarf: K8s in Airgapped Environments

    3 projects | news.ycombinator.com | 11 Jan 2024
  • Ask HN: Options for K8s On-Prem

    2 projects | news.ycombinator.com | 30 Aug 2023
  • Kubernetes dial tcp myIP:10250: connect: no route to host

    1 project | /r/codehunter | 23 Jun 2023
  • Complete Guide to Kubeconfig and Kubernetes Contexts

    1 project | dev.to | 16 Jun 2023