For our static content we added a redirect rule, to remove slashes at the end of those urls. That was done for seo reasons and worked fine. Now, we recognized, that when you try to access folders (which is not allowed), Nginx will automatically add a trailing slash to the url, which is then again […]
Struggling with a new Rancher HA RKE2 install, getting a “404 Not Found” page. How can I troubleshoot this?
I’ve never installed Rancher before, but I am attempting to set up a Rancher environment onto an on-prem HA RKE2 cluster. I have an F5 as the load balancer, and it is set up to handle ports 80, 443, 6443, and 9345. A DNS record called rancher-demo.localdomain.local points to the IP address of the load […]
Fluent-bit in Kubernetes cannot input timestamp data properly
At my company, I built a K8s cluster with Terraform and configured a logging system with EFK (Elasticsearch, Fluent-bit, Kibana). k8s and Elasticsearch use AWS’s EKS and Opensearch Servcie (ES 7.10), and Fluent-bit was installed separately as a Daemonset through Helm. https://artifacthub.io/packages/helm/fluent/fluent-bit In the case of Fluent-bit Config, it is structured as follows. config: inputs: […]