My Simple Kubernetes Setup for Side Projects

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

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

    Ingress-NGINX Controller for Kubernetes

    - helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx

  • cert-manager

    Automatically provision and manage TLS certificates in Kubernetes

    - kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.10.0/cert-manager.yaml

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

  • hellok8s

    example project to run a flask app inside a Docker container on a very simple Kubenetes cluster

    All we need now is a very simple demo project. I have created on on GitHub: codewithbas/hellok8s.

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