Onto Kubernetes – Part 4

With the Prometheus-Loki-Grafana stack being deployed, the observability stack has been fully deployed on the Kubernetes cluster. Operational metrics gathered by Prometheus and logs aggregated by Loki are finally fed into the Grafana for easier visualisation. I have spoken about Prometheus (https://prometheus.io/) in my last post so I will not repeat it. In terms of… Continue reading Onto Kubernetes – Part 4

Onto Kubernetes – Part 3

I am still working on the Kubernetes stack behind my personal website whenever I have some free time. The goal is still the same – to build my own personal Kubernetes-powered data science/machine learning production deployment stack (And yes, I know about Kubeflow/AWS Sagemaker/Databricks/etc). However my key objective now lies not with finding out whether… Continue reading Onto Kubernetes – Part 3

New additions to family – Traefik and Airflow

Added Traefik and Airflow to the family of services behind my personal websites. Traefik – an amazing modern reverse proxy that integrates extremely well with docker containers, saving me a lot of troubles in manual configurations (looking at you nginx). Traefik makes it trivially simple to redirect internet traffic to multiple Dash docker containers, by… Continue reading New additions to family – Traefik and Airflow