EKS (Elastic Kubernetes Service) is AWS’s managed containers orchestration solution that simplifies Kubernetes cluster management. This article presents a technical implementation example that demonstrates how to automatically deploy a AWS EKS Cluster that uses a combination of AWS ALB (Application Load Balance) and NGINX as its Kubernetes Ingress Controller. What is Kubernetes Ingress Controller? One…
All posts in Containers
Deploying MuleSoft apps on Azure AKS
Posted on Author Rodrigo NascimentoPosted in Azure, Cloud, Containers, DevOps, Docker, Integration Architecture, Kubernetes, Linux, Middlewares, Mulesoft, Technical Infrastructure, Virtual MachineLeave a Reply
This article is a quick guide to demonstrate how to deploy a MuleSoft (Mule) app in a container on Azure AKS (Azure Container Service – Kubernetes). Apart from assuming that you have (very) basic knowledge about Azure, containers and MuleSoft, below are the other pre-requisites: SSH key pair – you will need a SSH Key Pair…