Kubernetes with Red Hat Open Shift

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
  • Openshift Origin

    Conformance test suite for OpenShift

  • OKD: The upstream, community developed OpenShift version that is used in the other open shift distributions. Its source code is available on Github. The v4 Version uses the CRIO container engine. It also has a built-in image repository.

  • okd

    The self-managing, auto-upgrading, Kubernetes distribution for everyone

  • mkdir ~/openshift cd ~/openshift export OKD_VERSION=4.11.0-0.okd-2022-11-05-030711 wget "https://github.com/okd-project/okd/releases/download/${OKD_VERSION}/openshift-client-linux-${OKD_VERSION}.tar.gz" wget "https://github.com/okd-project/okd/releases/download/${OKD_VERSION}/openshift-install-linux-${OKD_VERSION}.tar.gz" tar xvf "openshift-client-linux-${OKD_VERSION}.tar.gz" tar xvf "openshift-install-linux-${OKD_VERSION}.tar.gz" chmod +x oc chmod +x kubectl chmod +x openshift-installer export PATH=$PATH:~/openshift

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