Building the CI/CD of the Future, creating the EKS cluster
This is the second post of the tutorial in which I will describe how to create the EKS cluster based on VPC we created in the previous post.
This is the second post of the tutorial in which I will describe how to create the EKS cluster based on VPC we created in the previous post.
I am building a new CI/CD pipeline based on Kubernetes and Jenkins. Recently I integrated Elastic Container Registry with our CI/CD based on Jenkins. In this guide, I will share the knowledge on this topic.
This is the first post of tutorial in which I will describe how to create VPC for EKS cluster of our CI/CD based on Jenkins.
In this tutorial, I will share my experience of creating a CI/CD on Kubernetes (AWS EKS) and using the Jenkins and spot instances as worker nodes of the cluster.
I am building a new CI/CD pipeline based on Kubernetes and Jenkins. Recently working on one of the workflows I was in need to build artifacts (executables) on windows, and you can run pods(containers) with windows based images only on windows worker nodes. I will share my experience in this post about how to add windows worker nodes to your EKS cluster and then run windows workflows on the top of it.