Local Kubernetes Cluster - External traffic without Ingress Using Kftray

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

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • kftray-k8s-tf-example

    local k8s cluster using kftray annotations for automatic service access without ingress or load balancer

    git clone https://github.com/hcavarsan/kftray-k8s-tf-example cd kftray-k8s-tf-example/terraform

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • kftray

    🦀 ⚡ kubectl port forward manager, with support for UDP and proxy connections through k8s clusters

    Go to the Kftray GitHub page and follow the installation instructions for your operating system.

  • argo-helm

    ArgoProj Helm Charts

    locals { services = { argocd = { namespace = "argocd" repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" version = var.argocd_chart_version kftray = { server = { alias = "argocd" local_port = "16080" target_port = "http" } } } # ... other services ... } services_values = { for service_name, service in local.services : service_name => templatefile("${path.module}/templates/${service_name}-values.yaml.tpl", { kftray = service.kftray }) } }

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

  • Installing ArgoCD and Securing Access Using Amazon Cognito

    1 project | dev.to | 27 Sep 2024
  • GitOps + ArgoCD: A Perfect Match for Kubernetes Continuous Delivery

    1 project | dev.to | 21 Sep 2024
  • Installing multiple helm charts in one go [Approach 3 - using simple bash utility]

    2 projects | dev.to | 23 Jul 2024
  • Using ArgoCD & Terraform to Manage Kubernetes Cluster

    2 projects | dev.to | 14 Jun 2024
  • ArgoCD: Use of Risky or Missing Cryptographic Algorithms in Redis Cache

    2 projects | news.ycombinator.com | 21 May 2024

Did you konow that Mustache is
the 73rd most popular programming language
based on number of metions?