Techno Blender
Digitally Yours.
Browsing Tag

Meysam

How to Write Your Own GitHub Action | by Meysam | Oct, 2022

Complete your CI/CD toolbox with GitHub WorkflowsPhoto by Pixabay: https://www.pexels.com/photo/aroma-aromatic-assortment-bottles-531446/GitHub has evolved a lot since Microsoft took over, amid the conglomerate nature of big corporations, or despite it rather. One of the many things that have advanced drastically in GitHub is the CI/CD pipelines. GitHub provides many good workflows and others developed by the open-source community in recent years, with yet more to come as the technology evolves.This has opened the door…

Manage Your AWS EKS Load Balancer Like a Pro | by Meysam | Sep, 2022

AWS Load Balancer advanced tips & tricksPhoto by Manuel Nägeli on UnsplashMy last article described setting up an Ingress Controller in an AWS-managed Kubernetes cluster (EKS). In this article, I want to highlight some advanced features that might otherwise be neglected but will significantly impact the level of automation inside your cluster.The tips and tricks you see below are designed to adhere to DRY, one of the essential principles in software engineering.Kubernetes has been designed and developed with a bunch…

How to Set up Ingress Controller in AWS EKS | Meysam Azad

Deploy Ingress Controller on AWS EKS the right way.Photo by Andrea Zanenga on UnsplashThe feature image highlights the significance of orchestration at scale, which is the promise and one of the many reasons of going for Kubernetes!The general guidance in this article is for those with considerable knowledge of Kubernetes, Helm, and AWS cloud solutions. Also, remember that the approach presented here is my attempt at setting up a Kubernetes cluster for my company, and you may decide to deviate at any time to suit your use…