I am trying to set up authentication with Okta for elastic stack on google cloud. The link from OKTA has the first step to route the cluster address through a c
I created a Kubernetes ingress object with the following configuration. It has one host and one alternate server name (server alias). apiVersion: networking.k8s
My UDP setup doesn't work. In traefik pod, --entryPoints.udp.address=:4001/udp is added. The port is listening and on traefik UI, it shows udp entrypoints port
I'm kind of new with K8s things, and now run into the problem that I can not configure health check on Google Cloud ingress/load balancer. The hazelcast man-cen
I have a microk8s running on my raspberry pi and I'm hoping to use a traefik ingressroute to expose kubernetes API to my subdomain below is my ingressroute: ap
I have a kubernetes cluster and a nginx ingress. I have deployed an ingress to route traffic from a domain example.org to a specific container. Now, I am trying
I am trying to expose ArgoCD using ingress and cert-manager in GKE cluster(version 1.21.5-gke.1302) but the certificate is not issued. Steps to reproduce: Insta
I deployed my spring mvc aplication with tomcat docker image as server in Aks and ingress controller is used for redirection. My application is secured with K
We have a setup with Traefik as the Ingress Controller / CRD and ArgoCD. We installed ArgoCD into our EKS setup as described in the Argo getting stared guide: k
Can I use OpenShift built in Ingress operator to expose SMTP and IMAP services? I can't use NodePort Service as I have a cluster that is setup to not expose any
I'm pretty new to K8s. I'm trying to make my app visible to the outside world. I have deployed this Nginx Ingress Controller with my apps, using Helm and helmfi
I have a nodejs application running on Google Kubernetes Engine (v1.20.8-gke.900) I want to add custom header to get client's Region and lat long so I refer to
I set up a k8s cluster using kubeadm (v1.18) on an Ubuntu virtual machine. Now I need to add an Ingress Controller. I decided for nginx (but I'm open for other
I am trying to migrate from one sub-domain to another sub-domain and have the following ing resource deployed to the sever apiVersion: extensions/v1beta1 kind:
I have serious problems with the configuration of Ingress on a Google Kubernetes Engine cluster for an application which expects traffic over TLS. I have config
I am trying to route all HTTP traffic to HTTPS. I have a ALB ingress resource and following the guide here https://kubernetes-sigs.github.io/aws-alb-ingress-con
Edit: Now working. We do not what caused it to not work before. We are trying to set a different timeout for one of our downstream services (location) for our n
In kubernetes I have a deployment of 3 pods in charge of the sockets. I wish to load balance the traffic between the pods of the deployment. To do it, I'm usin
I have two-zone, each has to master node. Today I created a simple ingress-nginx controller and successfully pointed a DNS test.example.com to one of the public
I'm using k8s provided with docker desktop (windows). My deployment.yml file is apiVersion: apps/v1 kind: Deployment metadata: name: nginx-deployment labels