make sure to have enough root disk space for ec2 instnace inside EKS cluster EKS Cluster is a fleet of ec2 instances which provide the underlying compute power, when we schedule a pod, the first th...
How to use HMAC Plugin to protect Kong API Kong has lots of plugins available to do varies kind of tasks, Security is a big topic among the plugins , no one wants ...
Airflow is not a data processing engine In previous articles, I've introduced how to deploy airflow into kubernetes and how to organize airflow project in an ef...
KongIngress in Kong It has been about a year since I last configed Kong Ingress Controller in kubernetes, yesterday when I was trying to con...
Deploy Kubernetes Operator into AWS EKS Cluster I've described on how to develop Kubernetes Operator in Python in last article, now it's time to deploy it into Kubernet...
Writing Kubernetes Operator in Python with Kopf Kubernetes has an operator pattern, the operator is aimed to be developed by domain expert to leverage the kubernetes au...
Deploy Apache Airflow Cluster into Kubernetes Apache airflow is a powerful tool in data processing world, below is the official airflow introduction Airflow is a plat...
Managing EKS Worker nodes dynamically by AWS Auto Scaling Groups When we create EKS cluster based on offical developer guide or terraform module, we will get default Auto Scaling Groups...
Managing EKS permissions with Kubernetes RBAC and AWS IAM AWS EKS has document on how to connect IAM and EKS , but the documentation is too generic, what should I do if I want to...