Use WeaveWorks Flagger and the concept of canary releases to rollout new versions of your services to production with confidence. You can even get notifications via Microsoft Teams and monitoring via Prometheus/Grafana.
Tag: k8s
When it comes to horizontal autoscaling in Kubernetes, do yourself a favor and use KEDA!
See how you can scale your Kubernetes deployments based on custom metrics and Prometheus. Article #2 in the series about horizontal scaling in Kubernetes.
Horizontal Scaling in Kubernetes is one of the fundamental things you should do, when running applications in production. Learn about the basics in this series of articles about the scaling options in Kubernetes!
Add the Kubernetes Reboot Daemon to your cluster to keep your worker nodes up to date and use Azure Logic Apps to get notified whenever one of your machines will be rebooted.
Introduction As you all know by now, Kubernetes is a quite popular platform for running…
How to use Open Service Broker for Azure in combination with Azure Kubernetes Service (AKS)
Lately, I have been working a lot with Kubernetes as one (of many) solutions to…