efk Tweaking an EFK stack on Kubernetes This is the continuation of my last post regarding EFK on Kubernetes. In this post we will mainly focus on configuring Fluentd/Fluent Bit but there will also be a Kibana tweak with
efk How to deploy an EFK stack to Kubernetes EFK stack? Like ELK? You may have heard of ELK (Elasticsearch, Logstash, Kibana). EFK is the same stack where we replace Logstash by Fluentd. So why replace Logstash with Fluentd? First of all,
kubernetes Using Drone and Traefik on Kubernetes to deploy a basic application How to deploy Drone behind Traefik on Kubernetes, and use Drone to deploy an application on this cluster.
traefik Multi HTTPS sub domain with Traefik and Docker - Part 2 In this (small) second part, we'll set up Traefik Web UI on its own sub domain with a basic HTTP authentication. Basic dashboard In the traefik.toml we add the following just before
docker Multi HTTPS sub domain with Traefik and Docker - Part 1 Today I'll show you how to make several Docker containers accessible via automatic HTTPS with Let's Encrypt on different sub domains. I assume you are already familiar with Docker, if not I recommend