/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

vadosware.io
| | jb3.dev
1.9 parsecs away

Travel
| | AlertManager is a rock solid approach for alerting in Prometheus, but how do you make it highly available on Kubernetes? This article covers my approach to making AlertManager highly available on Kubernetes, and how you can do the same.
| | arveknudsen.com
1.1 parsecs away

Travel
| | In my previous blog post I showed how to use the Kops tool to create a production ready Kubernetes cluster on Amazon Web Services (AWS). In this follow-up post I will show how to install Elasticsearch and its graphical counterpart Kibana in the cluster, in order to be able to collect and store logs from your cluster and search/read them. We will also install Fluentd as this component is responsible for transmitting the standard Kubernetes logs to Elasticsearch. This is generally known as the ELK stack, which stands for Elasticsearch, Logstash (precursor to Fluentd) and Kibana.
| | mherman.org
1.1 parsecs away

Travel
| | This tutorial looks at how to handle logging in Kubernetes with Elasticsearch, Kibana, and Fluentd.
| | juffalow.com
10.6 parsecs away

Travel
| Write simple Node.js backend using TypeScript, Express and Terminus and run it in Digital Ocean Kubernetes cluster. In the end you will have application which is running in multiple replications and has access to environment variable passed to the application by Kubernetes secret.