/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

rguske.github.io
| | www.architect.io
1.8 parsecs away

Travel
| | Learn to build a Go service and deploy it to a Kubernetes cluster in AWS
| | nodogmablog.bryanhogan.net
2.2 parsecs away

Travel
| | In my previous post I showed how to run a single instance of a Web API application in Kubernetes using Minikube. In this post, I will show you how to deploy the same application, but this time there will be 3 instances of the application, with a load balancer routing traffic to each of the instances.
| | hypernephelist.com
1.8 parsecs away

Travel
| | Traefik is a modern, dynamic load-balancer that was designed specifically with containers in mind. It is able to react to service deployment events from many...
| | kndrck.co
12.7 parsecs away

Travel
| Prelude I've been trying to find a quick and easy example on how to setup application metrics logging on kubernetes using prometheus and grafana, from someone with minimal kubernetes experience. However after scouring the web, the examples I could find had lots of assumed knowledge on how kubernetes and its tooling worked, or just overly verbose. This article is more for me as a reference guide on how to setup application monitoring in Kubernetes using prometheus, and grafana with the help of Helm on EKS.