-
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
-
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.
-
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 }) } }
Related posts
-
Installing ArgoCD and Securing Access Using Amazon Cognito
-
GitOps + ArgoCD: A Perfect Match for Kubernetes Continuous Delivery
-
Installing multiple helm charts in one go [Approach 3 - using simple bash utility]
-
Using ArgoCD & Terraform to Manage Kubernetes Cluster
-
ArgoCD: Use of Risky or Missing Cryptographic Algorithms in Redis Cache