How to setup simple GitOps with Gitlab CI/CD
Although I have been working primarily on Jenkins in the past 6 years plus, I do have some experience in other CI/CD platforms. Today we shall talk about GitOps with Gitlab CI/CD. Let us...
Although I have been working primarily on Jenkins in the past 6 years plus, I do have some experience in other CI/CD platforms. Today we shall talk about GitOps with Gitlab CI/CD. Let us...
I believe you will encountner scenarios in your daily work on AWS where you have to authenticate with different EKS clusters in different AWS accounts. Today, I will share how I structure my kubeconfig to allow...
I recently spin up a new AWS EKS cluster (version 1.23) and tried to manage it with a newly downloaded kubectl cli (version 1.24). When i tried to get the namespaces with the kubectl...
A good start is to follow AWS documentations (https://docs.aws.amazon.com/eks/latest/userguide/autoscaling.html) Pre-requisites * eksctl (https://github.com/weaveworks/eksctl) * Metrics Server (https://alexlogy.io/how-to-install-metrics-server-in-aws-eks/) Create IAM Policy Save the...
The Kubernetes Metrics Server (https://docs.aws.amazon.com/eks/latest/userguide/metrics-server.html) is not deployed by default in AWS EKS clusters. However, we will need it for our Cluster Autoscaler, Horizontal Pod Autoscaler, Kubernetes...
Pre-requisites * helm (https://helm.sh/docs/intro/install/) Add Helm Repository Add the helm repository for NGINX Ingress Controller (https://kubernetes.github.io/ingress-nginx/) helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx helm repo update...
Unlock full access to alexlogy.io | Singapore Tech Blog on the Cloud Infrastructure and see the entire library of paid-members only posts.
Try it for free for 7 days, cancel at anytime.
See our plans