Kratik JainforKratik's What Notes!💡kratik.hashnode.net·Aug 12, 2022Securing your Logging Solution for Docker [with NGINX Reverse Proxy]The Issue From our past blog Best Logging Solution for Docker [Basic Version], https://kratik.hashnode.dev/best-logging-solution-for-docker We saw how to make logging a piece of cake using Loki & Grafana. But I think there is one minor issue If your ...Discuss·1 like·238 readsDockerDocker
Ruan BekkerforRuan Bekker's Blogruanbekker.hashnode.net·Nov 2, 2020Using fluent-bit to log to Loki on KubernetesIn this example, I will log to Loki using Fluent-Bit on k3s distribution of Kubernetes on my Raspberry Pi Cluster. I am referencing the documentation from fluent-bit to get the sources. I have a Loki instance running on 192.168.0.20 which is listenin...DiscussKubernetes
StazforStazstaz.hashnode.net·Jun 10, 2022Setting up Open Source Observability Stack on Kubernetes from scratchTL;DR — In this post we will use the Grafana Open source Stack, using Prometheus, Loki, Tempo as datasources to obtain metrics, logs and traces respectively. We will also correlate the trace_id with Java metrics using Exemplars and we will instrument...Discuss·3.5K readsKubernetes
Engin Dirifor_CLOUDediri.hashnode.net·Mar 22, 2023Minecraft Server: Secrets, Observability, Kubernetes and more with Pulumi and ScalewayTL;DR: Code https://github.com/dirien/quick-bites/tree/main/pulumi-scaleway-kapsule Introduction In this tutorial, I want to use some new Beta services from Scaleway to deploy a Minecraft server on Kubernetes. To deploy the infrastructure I will be...Discuss·205 readsPulumi
Pushp Vashishtforpushp1997.hashnode.net·Feb 14, 2023Capturing FastAPI server access logs using Loki and visualizing them on GrafanaIntroduction FastAPI is a high-performance web framework for building APIs with Python. One of its many features is its built-in logging capabilities. FastAPI uses the standard logging module in Python to log information about requests, responses, an...Discuss·52 readsPython
Thodoris VelmachosforTVelmachos-DailyDevOpst-velmachos.hashnode.net·Nov 12, 2022Deploy Promtail as a Sidecar to you Main App.Hello, in this tutorial the goal is to describe the steps needed to deploy Promtail as a Sidecar container to your app in order to ship only the logs you will need to the Log Management System in our case we will use Grafana Loki. Before we start, I ...Discuss·713 readsDevops
Kratik JainforKratik's What Notes!💡kratik.hashnode.net·Aug 12, 2022Securing your Logging Solution for Docker [with NGINX Reverse Proxy]The Issue From our past blog Best Logging Solution for Docker [Basic Version], https://kratik.hashnode.dev/best-logging-solution-for-docker We saw how to make logging a piece of cake using Loki & Grafana. But I think there is one minor issue If your ...Discuss·1 like·238 readsDockerDocker
Molnár Líviuszformliviusz.hashnode.net·Aug 1, 2022Springboot Monitoring GuideSpringboot Monitoring Guide The purpose of this guide is to show how we can configure an entire monitoring system around springboot services on a cloud-native environment, w/o the need to write to/extend the base src code Entailed Monitoring Componen...Discuss·306 reads#prometheus
StazforStazstaz.hashnode.net·Jun 10, 2022Setting up Open Source Observability Stack on Kubernetes from scratchTL;DR — In this post we will use the Grafana Open source Stack, using Prometheus, Loki, Tempo as datasources to obtain metrics, logs and traces respectively. We will also correlate the trace_id with Java metrics using Exemplars and we will instrument...Discuss·3.5K readsKubernetes
Ruan BekkerforRuan Bekker's Blogruanbekker.hashnode.net·Nov 11, 2020Run Loki on MultipassIn this post I will demonstrate how to deploy Grafana Labs's Loki on Multipass using cloud-init so that you can run your own dev environment and run a couple of queries to get you started. About If you haven't heard of Multipass, it allows you to run...DiscussDocker
Ruan BekkerforRuan Bekker's Blogruanbekker.hashnode.net·Nov 2, 2020Using fluent-bit to log to Loki on KubernetesIn this example, I will log to Loki using Fluent-Bit on k3s distribution of Kubernetes on my Raspberry Pi Cluster. I am referencing the documentation from fluent-bit to get the sources. I have a Loki instance running on 192.168.0.20 which is listenin...DiscussKubernetes