I was a bit annoyed explaining to our developers how to run their applications in a local Kubernetes cluster, so I started this little helper

This page summarizes the projects mentioned and recommended in the original post on /r/kubernetes

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

    A repository containing examples and demo apps

  • As an example: for another project (https://gefyra.dev) I create a Deckfile which contains: - a Keycloak, with initial data (realm, clients, user, etc.) - a service with a sidecar pattern (oauth2-proxy for handling OIDC) - the K8s dashboard for developer experience Have a look: https://github.com/gefyrahq/gefyra-demos/blob/main/deck.yaml And all it takes to run this locally is deck get https://github.com/gefyrahq/gefyra-demos.git Epinio can effectively become part of the Deckfile (so the platform is installed locally already), and the developer can run epinio push immediately after deck get... to bring in new apps. Sounds good.

  • gefyra

    Blazingly-fast :rocket:, rock-solid, local application development :arrow_right: with Kubernetes.

  • As an example: for another project (https://gefyra.dev) I create a Deckfile which contains: - a Keycloak, with initial data (realm, clients, user, etc.) - a service with a sidecar pattern (oauth2-proxy for handling OIDC) - the K8s dashboard for developer experience Have a look: https://github.com/gefyrahq/gefyra-demos/blob/main/deck.yaml And all it takes to run this locally is deck get https://github.com/gefyrahq/gefyra-demos.git Epinio can effectively become part of the Deckfile (so the platform is installed locally already), and the developer can run epinio push immediately after deck get... to bring in new apps. Sounds good.

  • 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