Create an Email Newsletter Using Mule

This article shows how to create an email newsletter using Mule as shown below.

newsAPIHere, I have used NewsAPI, you can use any API of your choosing. Almost all APIs need clients to authenticate themselves before serving the request. So, the first step is to register for a dev account on the portal and get an API key.

Beyond Kube-Scheduler, a Need for a K8s Cluster Balancer

Before writing about Kube-scheduler and a premise about a cluster balancer, I think it is mandatory to say a few lines about Kubernetes. Kubernetes' popularity reaches new height every day, and it's becoming a de-facto solution for many usual and unusual distributed-systems problems.

Kubernetes (k8s) is an open-source, distributed-system for automated deployments, scaling the deployments as per traffic and other business availability needs and managing the containerized applications.